summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ct/ct_prn.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add RCS markerstb2021-12-051-0/+1
|
* Fix timestamp printing in Signed Certificate Timestampstb2021-11-241-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.beck2021-11-201-3/+33
| | | | ok jsing@ tb@
* Mechanical KNF in preparation for changingbeck2021-10-281-83/+85
|
* Import Certificate Transparency verbatim from OpenSSL 1.1.1beck2021-10-281-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@