summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ct/ct_sct.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* X509_GET_PUBKEY(3) return value check in libcryptoinoguchi2022-01-221-2/+3
| | | | ok beck@ tb@
* Reinstate the license stubs to their original licenses in most of thetb2021-12-181-6/+55
| | | | | | files in libcrypto/ct. This reverts OpenSSL commit d2e9e320 discussed with jsing
* Rename argument to SCT_LIST_free()jsing2021-12-181-3/+3
|
* fix indenttb2021-12-171-2/+2
|
* Add RCS markerstb2021-12-051-0/+1
|
* Make these files compile - not hooked up to build yet.beck2021-11-201-34/+40
| | | | ok jsing@ tb@
* Mechanical KNF in preparation for changingbeck2021-10-281-288/+315
|
* Import Certificate Transparency verbatim from OpenSSL 1.1.1beck2021-10-281-0/+396
This is not yet hooked up and will not compile. Follow on commits will KNF and then make it build. ok jsing@ tb@