skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 2:... HP Open Source Security for OpenVMS Volume 2:...
go to beginning of reference: CRYPTO Application Programming Interface (API)... CRYPTO Application Programming Interface (API)...
go to previous page: X509_NAME_print_ex X509_NAME_print_ex
go to next page: SSL Application Programming Interface (API) ReferenceSSL Application Programming Interface (API) Reference
end of book navigation links


X509_new
Description
Return Values
See Also
History
 

NAME

X509_new, X509_free - X509 certificate ASN1 allocation functions

Synopsis  

X509 *X509_new(void);
void X509_free(X509 *a);


return to top DESCRIPTION  

The X509 ASN1 allocation routines, allocate and free an X509 structure, which represents an X509 certificate.

X509_new() allocates and initializes a X509 structure.

X509_free() frees up the X509 structure a.


return to top RETURN VALUES  

If the allocation fails, X509_new() returns NULL and sets an error code that can be obtained by ERR_get_error(3) . Otherwise it returns a pointer to the newly allocated structure.

X509_free() returns no value.


return to top SEE ALSO  

ERR_get_error(3) , d2i_X509(3)


return to top HISTORY  

X509_new() and X509_free() are available in all versions of SSLeay and OpenSSL.
go to previous page: X509_NAME_print_ex X509_NAME_print_ex
go to next page: SSL Application Programming Interface (API) ReferenceSSL Application Programming Interface (API) Reference