summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ts/ts_local.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make header guards of internal headers consistenttb2022-11-261-2/+2
| | | | | Not all of them, only those that didn't leak into a public header... Yes.
* Make structs in ts.h opaquetb2022-09-111-1/+207
| | | | ok jsing
* Start making ts opaquetb2022-07-241-0/+110
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