1NE_SSL_CERT_CMP(3)            neon API reference            NE_SSL_CERT_CMP(3)
2
3
4

NAME

6       ne_ssl_cert_cmp, ne_ssl_cert_free - functions to operate on certificate
7       objects
8

SYNOPSIS

10       #include <ne_header.h>
11
12
13       int ne_ssl_cert_cmp (const ne_ssl_certificate *c1,
14                            const ne_ssl_certificate *c2);
15
16       void ne_ssl_cert_free (ne_ssl_certificate *cert);
17
18

DESCRIPTION

20       The ne_ssl_cert_cmp function can be used to compare two certificate ob‐
21       jects; it returns zero if they  refer  to  the  same  certificate,  and
22       non-zero otherwise.
23
24
25       The  ne_ssl_cert_free function can be used to destroy a certificate ob‐
26       ject when it is no longer needed.
27
28

AUTHOR

30       Joe Orton <neon@webdav.org>.
31
32
33
34neon 0.25.5                     20 January 2006             NE_SSL_CERT_CMP(3)
Impressum