|
NAMEX509_INFO_new , X509_INFO_free
—
X.509 certificate wrapper object
SYNOPSIS#include <openssl/x509.h>
X509_INFO *
void
DESCRIPTIONX509_INFO is a reference-counted wrapper object storing a pointer to an X.509 certificate together with pointers to the associated private key and to an associated certificate revocation list. It is for example used internally by X509_load_cert_crl_file(3).
RETURN VALUESX509_INFO_new () returns the newly allocated
X509_INFO object or NULL if an
error occurs.
SEE ALSOPEM_X509_INFO_read(3), X509_CRL_new(3), X509_new(3), X509_PKEY_new(3)HISTORYX509_INFO_new () and
X509_INFO_free () first appeared in SSLeay 0.5.1 and
have been available since OpenBSD 2.4.
Visit the GSP FreeBSD Man Page Interface. |