1
0
Fork 0
mirror of https://github.com/kakwa/uts-server synced 2025-07-04 20:47:09 +02:00

first (kind of) working version \o/

This commit is contained in:
kakwa 2016-08-31 00:09:17 +02:00
parent 00c91df4cf
commit f5d3f66031
3 changed files with 28 additions and 18 deletions

View file

@ -30,7 +30,7 @@ static int reply_command(CONF *conf, char *section, char *engine, char *query,
int text);
static TS_RESP *read_PKCS7(BIO *in_bio);
int create_response(rfc3161_context *ct, char *query, int query_len,
TS_RESP_CTX *resp_ctx, int *resp_size,
TS_RESP_CTX *resp_ctx, size_t *resp_size,
unsigned char **resp);
static ASN1_INTEGER *serial_cb(TS_RESP_CTX *ctx, void *data);
static ASN1_INTEGER *next_serial(const char *serialfile);