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_PKEY_new, X509_PKEY_free — X.509 private key wrapper objectSYNOPSIS
#include <openssl/x509.h>X509_PKEY_new(void);
X509_PKEY_free(X509_PKEY *wrapper);
DESCRIPTION
X509_PKEY is a reference-counted wrapper object that can store- a pointer to an encrypted and ASN.1-encoded private key
- a pointer to an EVP_PKEY object representing the same key in decrypted form
- a pointer to an X509_ALGOR object identifying the algorithm used by the key