Manpage of NE_SSL_DNAME

Google
Web www.fiveanddime.net

NE_SSL_DNAME

Section: neon API reference (3)
Updated: 5 July 2004
Index Return to Main Contents
 

NAME

ne_ssl_readable_dname, ne_ssl_dname_cmp - SSL distinguished name handling  

SYNOPSIS

#include <ne_ssl.h>

const char *ne_ssl_readable_dname (const ne_ssl_dname *dname);
int ne_ssl_dname_cmp (const ne_ssl_dname *dn1, const ne_ssl_dname *dn2);

 

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.

The ne_ssl_dname_cmp function compares two distinguished names, and returns zero if they are equal, or non-zero otherwise.

 

RETURN VALUE

ne_ssl_readable_dname returns a malloc-allocated string, and never NULL.

 

EXAMPLES

See ne_ssl_cert_subject(3) for an example use of ne_ssl_readable_dname.

 

SEE ALSO

ne_ssl_cert_subject(3)

 

AUTHOR

Joe Orton <neon@webdav.org>.


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
EXAMPLES
SEE ALSO
AUTHOR

This document was created by man2html, using the manual pages.
Time: 21:25:27 GMT, May 16, 2005



www.fiveanddime.net








Google
Web www.fiveanddime.net