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_REQ_new, X509_REQ_dup, X509_to_X509_REQ, X509_REQ_free, X509_REQ_INFO_new, X509_REQ_INFO_free — PKCS#10 certification requestsSYNOPSIS
#include <openssl/x509.h>X509_REQ_new(void);
X509_REQ_dup(X509_REQ *req);
X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
X509_REQ_free(X509_REQ *req);
X509_REQ_INFO_new(void);
X509_REQ_INFO_free(X509_REQ_INFO *req_info);