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_ALGOR, i2d_X509_ALGOR, d2i_X509_ALGORS, i2d_X509_ALGORS — decode and encode algorithm identifiersSYNOPSIS
#include <openssl/x509.h>d2i_X509_ALGOR(X509_ALGOR **val_out, unsigned char **der_in, long length);
i2d_X509_ALGOR(X509_ALGOR *val_in, unsigned char **der_out);
d2i_X509_ALGORS(X509_ALGORS **val_out, const unsigned char **der_in, long length);
i2d_X509_ALGORS(X509_ALGORS *val_in, unsigned char **der_out);