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_ATTRIBUTE, i2d_X509_ATTRIBUTE — decode and encode generic X.501 AttributeSYNOPSIS
#include <openssl/x509.h>d2i_X509_ATTRIBUTE(X509_ATTRIBUTE **val_out, const unsigned char **der_in, long length);
i2d_X509_ATTRIBUTE(X509_ATTRIBUTE *val_in, unsigned char **der_out);