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_TS_REQ, i2d_TS_REQ, d2i_TS_REQ_bio, i2d_TS_REQ_bio, d2i_TS_REQ_fp, i2d_TS_REQ_fp, d2i_TS_RESP, i2d_TS_RESP, d2i_TS_RESP_bio, i2d_TS_RESP_bio, d2i_TS_RESP_fp, i2d_TS_RESP_fp, d2i_TS_STATUS_INFO, i2d_TS_STATUS_INFO, d2i_TS_TST_INFO, i2d_TS_TST_INFO, d2i_TS_TST_INFO_bio, i2d_TS_TST_INFO_bio, d2i_TS_TST_INFO_fp, i2d_TS_TST_INFO_fp, d2i_TS_ACCURACY, i2d_TS_ACCURACY, d2i_TS_MSG_IMPRINT, i2d_TS_MSG_IMPRINT, d2i_TS_MSG_IMPRINT_bio, i2d_TS_MSG_IMPRINT_bio, d2i_TS_MSG_IMPRINT_fp, i2d_TS_MSG_IMPRINT_fp — decode and encode X.509 time-stamp protocol structuresSYNOPSIS
#include <openssl/ts.h>d2i_TS_REQ(TS_REQ **val_out, const unsigned char **der_in, long length);
i2d_TS_REQ(const TS_REQ *val_in, unsigned char **der_out);
d2i_TS_REQ_bio(BIO *in_bio, TS_REQ **val_out);
i2d_TS_REQ_bio(BIO *out_bio, TS_REQ *val_in);
d2i_TS_REQ_fp(FILE *in_fp, TS_REQ **val_out);
i2d_TS_REQ_fp(FILE *out_fp, TS_REQ *val_in);
d2i_TS_RESP(TS_RESP **val_out, const unsigned char **der_in, long length);
i2d_TS_RESP(const TS_RESP *val_in, unsigned char **der_out);
d2i_TS_RESP_bio(BIO *in_bio, TS_RESP **val_out);
i2d_TS_RESP_bio(BIO *out_bio, TS_RESP *val_in);
d2i_TS_RESP_fp(FILE *in_fp, TS_RESP **val_out);
i2d_TS_RESP_fp(FILE *out_fp, TS_RESP *val_in);
d2i_TS_STATUS_INFO(TS_STATUS_INFO **val_out, const unsigned char **der_in, long length);
i2d_TS_STATUS_INFO(const TS_STATUS_INFO *val_in, unsigned char **der_out);
d2i_TS_TST_INFO(TS_TST_INFO **val_out, const unsigned char **der_in, long length);
i2d_TS_TST_INFO(const TS_TST_INFO *val_in, unsigned char **der_out);
d2i_TS_TST_INFO_bio(BIO *in_bio, TS_TST_INFO **val_out);
i2d_TS_TST_INFO_bio(BIO *out_bio, TS_TST_INFO *val_in);
d2i_TS_TST_INFO_fp(FILE *in_fp, TS_TST_INFO **val_out);
i2d_TS_TST_INFO_fp(FILE *out_fp, TS_TST_INFO *val_in);
d2i_TS_ACCURACY(TS_ACCURACY **val_out, const unsigned char **der_in, long length);
i2d_TS_ACCURACY(const TS_ACCURACY *val_in, unsigned char **der_out);
d2i_TS_MSG_IMPRINT(TS_MSG_IMPRINT **val_out, const unsigned char **der_in, long length);
i2d_TS_MSG_IMPRINT(const TS_MSG_IMPRINT *val_in, unsigned char **der_out);
d2i_TS_MSG_IMPRINT_bio(BIO *in_bio, TS_MSG_IMPRINT **val_out);
i2d_TS_MSG_IMPRINT_bio(BIO *out_bio, TS_MSG_IMPRINT *val_in);
d2i_TS_MSG_IMPRINT_fp(FILE *in_fp, TS_MSG_IMPRINT **val_out);
i2d_TS_MSG_IMPRINT_fp(FILE *out_fp, TS_MSG_IMPRINT *val_in);