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_X509_EXTENSION, i2d_X509_EXTENSION, d2i_X509_EXTENSIONS, i2d_X509_EXTENSIONS — decode and encode X.509 ExtensionsSYNOPSIS
#include <openssl/x509.h>d2i_X509_EXTENSION(X509_EXTENSION **val_out, const unsigned char **der_in, long length);
i2d_X509_EXTENSION(X509_EXTENSION *val_in, unsigned char **der_out);
d2i_X509_EXTENSIONS(X509_EXTENSIONS **val_out, const unsigned char **der_in, long length);
i2d_X509_EXTENSIONS(X509_EXTENSIONS *val_in, unsigned char **der_out);