summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ct/ct_sct.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix #includes in ct_sct.ctb2023-07-221-5/+7
| | | | | | | This does not need tls1.h (upstream used TLSEXT constants we don't have) nor does it need evp.h. But it does need asn1.h, objects.h for STACK_OF and NID_*, among other things and it also uses uint64_t and allocates, so it needs stdint.h and stdlib.h.
* Hide symbols in dso and ctbeck2023-07-081-1/+26
| | | | ok jsing@
* 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@