Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make header guards of internal headers consistent | tb | 2022-11-26 | 1 | -2/+2 |
| | | | | | Not all of them, only those that didn't leak into a public header... Yes. | ||||
* | Make structs in ts.h opaque | tb | 2022-09-11 | 1 | -1/+207 |
| | | | | ok jsing | ||||
* | Start making ts opaque | tb | 2022-07-24 | 1 | -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 |