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
d2i_GENERAL_NAME, i2d_GENERAL_NAME, d2i_GENERAL_NAMES, i2d_GENERAL_NAMES, d2i_EDIPARTYNAME, i2d_EDIPARTYNAME, d2i_OTHERNAME, i2d_OTHERNAME — decode and encode names for use in X.509 extensionsSYNOPSIS
#include <openssl/x509v3.h>d2i_GENERAL_NAME(GENERAL_NAME **val_out, const unsigned char **der_in, long length);
i2d_GENERAL_NAME(GENERAL_NAME *val_in, unsigned char **der_out);
d2i_GENERAL_NAMES(GENERAL_NAMES **val_out, const unsigned char **der_in, long length);
i2d_GENERAL_NAMES(GENERAL_NAMES *val_in, unsigned char **der_out);
d2i_EDIPARTYNAME(EDIPARTYNAME **val_out, const unsigned char **der_in, long length);
i2d_EDIPARTYNAME(EDIPARTYNAME *val_in, unsigned char **der_out);
d2i_OTHERNAME(OTHERNAME **val_out, const unsigned char **der_in, long length);
i2d_OTHERNAME(OTHERNAME *val_in, unsigned char **der_out);