NE_SSL_READABLE_DNA(3) neon API reference NE_SSL_READABLE_DNA(3)
NAME
ne_ssl_readable_dname - create a single-line readable string from a distinguised name
SYNOPSIS
#include <ne_session.h>
const char *ne_ssl_readable_dname (const ne_ssl_dname *dname);
DESCRIPTION
The ne_ssl_readable_dname function creates a single-line, human-readable string out of an ne_ssl_dname object. The returned string is mal-
loc()-allocated, and must be free()d by the caller.
RETURN VALUE
malloc-allocated string.
SEE ALSO
ne_ssl_certificate(3)
AUTHOR
Joe Orton <neon@webdav.org>.
neon 0.23.5 8 October 2002 NE_SSL_READABLE_DNA(3)