Sortix cross-volatile manual
This manual documents Sortix cross-volatile. You can instead view this document in the latest official manual.
NAME
X509_CINF_new, X509_CINF_free, X509_VAL_new, X509_VAL_free, X509_CERT_AUX_new, X509_CERT_AUX_free — X.509 certificate information objectsSYNOPSIS
#include <openssl/x509.h>X509_CINF_new(void);
X509_CINF_free(X509_CINF *inf);
X509_VAL_new(void);
X509_VAL_free(X509_VAL *val);
X509_CERT_AUX_new(void);
X509_CERT_AUX_free(X509_CERT_AUX *aux);