Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Add RCS markers | tb | 2021-12-05 | 1 | -0/+1 |
| | |||||
* | 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 | 1 | -3/+33 |
| | | | | ok jsing@ tb@ | ||||
* | Mechanical KNF in preparation for changing | beck | 2021-10-28 | 1 | -83/+85 |
| | |||||
* | Import Certificate Transparency verbatim from OpenSSL 1.1.1 | beck | 2021-10-28 | 1 | -0/+127 |
This is not yet hooked up and will not compile. Follow on commits will KNF and then make it build. ok jsing@ tb@ |