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
GENERAL_NAME_new, GENERAL_NAME_free, GENERAL_NAMES_new, GENERAL_NAMES_free, EDIPARTYNAME_new, EDIPARTYNAME_free, OTHERNAME_new, OTHERNAME_free — names for use in X.509 extensionsSYNOPSIS
#include <openssl/x509v3.h>GENERAL_NAME_new(void);
GENERAL_NAME_free(GENERAL_NAME *name);
GENERAL_NAMES_new(void);
GENERAL_NAMES_free(GENERAL_NAMES *names);
EDIPARTYNAME_new(void);
EDIPARTYNAME_free(EDIPARTYNAME *name);
OTHERNAME_new(void);
OTHERNAME_free(OTHERNAME *name);