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 malloc()-allocated, and must be free()d by the caller.

Return value

malloc-allocated string.

See also

ne_ssl_certificate