Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use err_local.h rather than err.h in most places | tb | 2025-05-10 | 1 | -2/+2 |
| | | | | ok jsing | ||||
* | Hide symbols in dso and ct | beck | 2023-07-08 | 1 | -1/+7 |
| | | | | ok 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 | 1 | -24/+4 |
| | | | | | | | Remove the existing o2i_SCT_signature() function and rename o2i_SCT_signature_internal() to replace it. ok inoguchi@ 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 | ||||
* | Convert o2i_SCT* functions to CBS. | jsing | 2021-12-18 | 1 | -133/+142 |
| | | | | | | This provides cleaner and safer code. ok inoguchi@ tb@ | ||||
* | 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 | -31/+43 |
| | | | | ok jsing@ tb@ | ||||
* | Mechanical KNF in preparation for changing | beck | 2021-10-28 | 1 | -351/+356 |
| | |||||
* | Import Certificate Transparency verbatim from OpenSSL 1.1.1 | beck | 2021-10-28 | 1 | -0/+407 |
This is not yet hooked up and will not compile. Follow on commits will KNF and then make it build. ok jsing@ tb@ |