ne_ssl_cert_cmp - Man Page

functions to operate on certificate objects

Synopsis

#include <ne_header.h>

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 the same 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 Orton

Author.

Referenced By

The man page ne_ssl_cert_free(3) is an alias of ne_ssl_cert_cmp(3).

29 January 2024 neon 0.33.0 neon API reference