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_PKEY_USAGE_PERIOD, i2d_PKEY_USAGE_PERIOD — decode and encode X.509 key usage period extensionsSYNOPSIS
#include <openssl/x509v3.h>d2i_PKEY_USAGE_PERIOD(PKEY_USAGE_PERIOD **val_out, const unsigned char **der_in, long length);
i2d_PKEY_USAGE_PERIOD(PKEY_USAGE_PERIOD *val_in, unsigned char **der_out);