Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | X509_GET_PUBKEY(3) return value check in libcrypto | inoguchi | 2022-01-22 | 1 | -2/+3 |
| | | | | ok beck@ tb@ | ||||
* | Convert SCT verification to CBB. | jsing | 2022-01-06 | 1 | -56/+57 |
| | | | | ok inoguchi@ tb@ | ||||
* | Use C99 initializers for v3_addr, v3_asid and v3_ct_scts[] | tb | 2021-12-25 | 1 | -21/+49 |
| | | | | | | as is done for most other X.509 v3 extension methods. discussed with jsing | ||||
* | Always allocate a new stack in o2i_SCT_LIST(). | jsing | 2021-12-20 | 1 | -19/+14 |
| | | | | | | | | If we're given a pointer to an existing stack, free it and allocate a new one rather than poping and freeing all of the existing entries so we can reuse it. While here rename some arguments and variables. ok inoguchi@ tb@ | ||||
* | Convert SCT_new_from_base64() to use CBS for o2i_SCT_signature(). | jsing | 2021-12-20 | 3 | -33/+16 |
| | | | | | | | Remove the existing o2i_SCT_signature() function and rename o2i_SCT_signature_internal() to replace it. ok inoguchi@ tb@ | ||||
* | KNF two comments | tb | 2021-12-18 | 1 | -16/+16 |
| | |||||
* | Revert license stubs to full licenses in the remaining files. | tb | 2021-12-18 | 3 | -21/+164 |
| | |||||
* | Reinstate the license stubs to their original licenses in most of the | tb | 2021-12-18 | 10 | -57/+537 |
| | | | | | | files in libcrypto/ct. This reverts OpenSSL commit d2e9e320 discussed with jsing | ||||
* | Convert o2i_SCT* functions to CBS. | jsing | 2021-12-18 | 2 | -151/+149 |
| | | | | | | This provides cleaner and safer code. ok inoguchi@ tb@ | ||||
* | 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 | 13 | -0/+13 |
| | |||||
* | Fix timestamp printing in Signed Certificate Timestamps | tb | 2021-11-24 | 1 | -2/+1 |
| | | | | | | | | | Our ASN1_GENERALIZEDTIME_set() doesn't accept time strings with fractional seconds, so don't feed it milliseconds, but only seconds. Ensures that openssl x509 -text prints timestamps instead of skipping them. ok beck jsing | ||||
* | Make these files compile - not hooked up to build yet. | beck | 2021-11-20 | 13 | -220/+279 |
| | | | | ok jsing@ tb@ | ||||
* | Mechanical KNF in preparation for changing | beck | 2021-10-28 | 12 | -1583/+1653 |
| | |||||
* | Add headers normally contained in include/openssl, verbatim from 1.1.1 | beck | 2021-10-28 | 2 | -0/+554 |
| | |||||
* | Import Certificate Transparency verbatim from OpenSSL 1.1.1 | beck | 2021-10-28 | 13 | -0/+2321 |
This is not yet hooked up and will not compile. Follow on commits will KNF and then make it build. ok jsing@ tb@ |