Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
X509_new, X509_dup, X509_REQ_to_X509, X509_free, X509_up_ref, X509_chain_up_ref — X.509 certificate objectSYNOPSIS
#include <openssl/x509.h>X509_new(void);
X509_dup(X509 *a);
X509_REQ_to_X509(X509_REQ *req, int days, EVP_PKEY *pkey);
X509_free(X509 *a);
X509_up_ref(X509 *a);
X509_chain_up_ref(STACK_OF(X509) *chain);