Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #includes in ct_sct.c | tb | 2023-07-22 | 1 | -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 ct | beck | 2023-07-08 | 1 | -1/+26 |
| | | | | ok jsing@ | ||||
* | X509_GET_PUBKEY(3) return value check in libcrypto | inoguchi | 2022-01-22 | 1 | -2/+3 |
| | | | | ok beck@ tb@ | ||||
* | Reinstate the license stubs to their original licenses in most of the | tb | 2021-12-18 | 1 | -6/+55 |
| | | | | | | files in libcrypto/ct. This reverts OpenSSL commit d2e9e320 discussed with jsing | ||||
* | Rename argument to SCT_LIST_free() | jsing | 2021-12-18 | 1 | -3/+3 |
| | |||||
* | fix indent | tb | 2021-12-17 | 1 | -2/+2 |
| | |||||
* | Add RCS markers | tb | 2021-12-05 | 1 | -0/+1 |
| | |||||
* | Make these files compile - not hooked up to build yet. | beck | 2021-11-20 | 1 | -34/+40 |
| | | | | ok jsing@ tb@ | ||||
* | Mechanical KNF in preparation for changing | beck | 2021-10-28 | 1 | -288/+315 |
| | |||||
* | Import Certificate Transparency verbatim from OpenSSL 1.1.1 | beck | 2021-10-28 | 1 | -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@ |