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_ASN1_OBJECT, i2d_ASN1_OBJECT, OBJ_get0_data, OBJ_length — decode and encode ASN.1 object identifiersSYNOPSIS
#include <openssl/asn1.h>d2i_ASN1_OBJECT(ASN1_OBJECT **val_out, unsigned char **der_in, long length);
i2d_ASN1_OBJECT(const ASN1_OBJECT *val_in, unsigned char **der_out);
OBJ_get0_data(const ASN1_OBJECT *val_in);
OBJ_length(const ASN1_OBJECT *val_in);