Module mesalink::libssl::x509[][src]

Expand description

Implementations of OpenSSL X509 APIs. Please also refer to the header file at mesalink/openssl/x509.h

Structs

An OpenSSL X509 object

An OpenSSL X509_NAME object

Functions

X509_NAME_free - free up a X509_NAME structure. If a is NULL nothing is done.

X509_NAME_oneline - prints an ASCII version of a to buf. If buf is NULL then a buffer is dynamically allocated and returned, and size is ignored. Otherwise, at most size bytes will be written, including the ending ‘\0’, and buf is returned.

X509_free - free up a X509 structure. If a is NULL nothing is done.