1
0
Fork 0
mirror of https://github.com/kakwa/uts-server synced 2025-07-03 12:07:02 +02:00

implementing loading of the OIDs

This commit is contained in:
kakwa 2016-08-27 11:39:53 +02:00
parent 439b08a014
commit f40732e857
4 changed files with 28 additions and 5 deletions

View file

@ -38,3 +38,4 @@ static ASN1_INTEGER *next_serial(const char *serialfile);
static int save_ts_serial(const char *serialfile, ASN1_INTEGER *serial);
TS_RESP_CTX *create_tsctx(rfc3161_context *ct, CONF *conf, const char *section,
const char *policy);
int add_oid_section(rfc3161_context *ct, CONF *conf);