![]() | ![]() | |||||||||||||||||
| ||||||||||||||||||
| X509_new(3)
NAMEX509_new, X509_free - X509 certificate ASN1 allocation functions
SYNOPSIS#include <openssl/x509.h> X509 *X509_new(void); void X509_free(X509 *a);
DESCRIPTIONThe X509 ASN1 allocation routines, allocate and free an X509 structure, which represents an X509 certificate.
RETURN VALUES
If the allocation fails,
SEE ALSO
HISTORY
| |||||||||||||||||