Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
NE_SSL_CERT_CMP(3)	      neon API reference	    NE_SSL_CERT_CMP(3)

NAME
       ne_ssl_cert_cmp,	ne_ssl_cert_free - 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.

COPYRIGHT
neon 0.32.5			21 January 2023		    NE_SSL_CERT_CMP(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ne_ssl_cert_cmp&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help