neon API reference NE_SSL_CERT_CMP(3)
NAME
ne_ssl_cert_cmp, ne_ssl_cert_free - functions to operate on
certificate objectsSYNOPSIS
#include
int ne_ssl_cert_cmp(const ne_ssl_certificate *c1,
const ne_ssl_certificate *c2);
void ne_ssl_cert_free(ne_ssl_certificate *cert);
DESCRIPTION
The ne_ssl_cert_cmp function can be used to compare two
certificate objects; it returns zero if they refer to thesame certificate, and non-zero otherwise.
The ne_ssl_cert_free function can be used to destroy a
certificate object when it is no longer needed. AUTHOR Joe OrtonAuthor. COPYRIGHT ATTRIBUTES
See attributes(5) for descriptions of the following attributes:box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE =
Availability library/neon = Interface Stability Volatile NOTES Source for Neon is available on http://opensolaris.org.ATTRIBUTES
See attributes(5) for descriptions of the following attributes:_______________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE|
|____________________|__________________|_
| Availability | library/neon ||____________________|__________________|_
| Interface Stability| Volatile ||____________________|_________________|
NOTES Source for Neon is available on http://opensolaris.org. neon 0.29.0 Last change: 13 September 2009 1