summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ct/ct_local.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert SCT_new_from_base64() to use CBS for o2i_SCT_signature().jsing2021-12-201-3/+5
| | | | | | | Remove the existing o2i_SCT_signature() function and rename o2i_SCT_signature_internal() to replace it. ok inoguchi@ tb@
* KNF two commentstb2021-12-181-16/+16
|
* Reinstate the license stubs to their original licenses in most of thetb2021-12-181-6/+49
| | | | | | files in libcrypto/ct. This reverts OpenSSL commit d2e9e320 discussed with jsing
* Convert o2i_SCT* functions to CBS.jsing2021-12-181-18/+7
| | | | | | This provides cleaner and safer code. ok inoguchi@ tb@
* Add RCS markerstb2021-12-051-0/+1
|
* Make these files compile - not hooked up to build yet.beck2021-11-201-12/+21
| | | | ok jsing@ tb@
* Mechanical KNF in preparation for changingbeck2021-10-281-48/+48
|
* Import Certificate Transparency verbatim from OpenSSL 1.1.1beck2021-10-281-0/+216
This is not yet hooked up and will not compile. Follow on commits will KNF and then make it build. ok jsing@ tb@