CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/07/24 02:16:47
Modified files:
lib/libcrypto : Makefile
lib/libcrypto/ts: ts.h ts_asn1.c ts_req_utils.c ts_rsp_print.c
ts_rsp_sign.c ts_rsp_utils.c ts_rsp_verify.c
ts_verify_ctx.c
Added files:
lib/libcrypto/ts: ts_local.h
Log message:
Start making ts opaque
Move the not yet exposed EssCertIDv2 struct internals to ts_local.h and move
the ASN.1 function prototypes that we don't want to expose with them.
Include ts_local.h where necessary or where it will be needed soon.
ok jsing