1NE_SSL_CERT_CMP(3) neon API reference NE_SSL_CERT_CMP(3)
2
3
4
6 ne_ssl_cert_cmp, ne_ssl_cert_free - functions to operate on certificate
7 objects
8
10 #include <ne_header.h>
11
12 int ne_ssl_cert_cmp(const ne_ssl_certificate *c1,
13 const ne_ssl_certificate *c2);
14
15 void ne_ssl_cert_free(ne_ssl_certificate *cert);
16
18 The ne_ssl_cert_cmp function can be used to compare two certificate
19 objects; it returns zero if they refer to the same certificate, and
20 non-zero otherwise.
21
22 The ne_ssl_cert_free function can be used to destroy a certificate
23 object when it is no longer needed.
24
26 Joe Orton <neon@lists.manyfish.co.uk>
27 Author.
28
30neon 0.30.2 30 September 2016 NE_SSL_CERT_CMP(3)