Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

ne_ssl_cert_cmp (3)

Name

ne_ssl_cert_cmp - 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

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 <neon@lists.manyfish.co.uk>
           Author.

COPYRIGHT
ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+------------------+
       |ATTRIBUTE TYPE | ATTRIBUTE VALUE  |
       +---------------+------------------+
       |Availability   | library/neon     |
       +---------------+------------------+
       |Stability      | Volatile         |
       +---------------+------------------+

NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from
       http://www.webdav.org/neon/neon-0.30.1.tar.gz.

       Further information about this software can be found on the open source
       community website at http://www.webdav.org/neon/.



neon 0.30.1                    23 September 2014            NE_SSL_CERT_CMP(3)