"Fossies" - the Fresh Open Source Software Archive 
Member "neon-0.31.2/doc/man/ne_ssl_cert_cmp.3" (20 Jun 2020, 2000 Bytes) of package /linux/www/neon-0.31.2.tar.gz:
Caution: As a special service "Fossies" has tried to format the requested manual source page into HTML format but links to other man pages may be missing or even erroneous.
Alternatively you can here
view or
download the uninterpreted manual source code.
A member file download can also be achieved by clicking within a package contents listing on the according byte size field. See also the latest
Fossies "Diffs" side-by-side code changes report for "ne_ssl_cert_cmp.3":
0.31.1_vs_0.31.2.
NE_SSL_CERT_CMP
NAME
SYNOPSIS
DESCRIPTION
AUTHOR
COPYRIGHT
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 <neon@lists.manyfish.co.uk>
Author.
COPYRIGHT