summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ct/ct_x509v3.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unify X.509v3 extension methodstb2024-07-131-56/+71
| | | | | | | | | | | | Use C99 initializers for all structs (some were forgotten). Make all the structs static, call them x509v3_ext_* matching NID_*. Add accessors called x509v3_ext_method_* and use these to implement X509V3_EXT_get_nid(). This adds consistency and avoids a few contortions like grouping a few extensions in arrays to save a couple externs. ok beck jsing
* Use C99 initializers for v3_addr, v3_asid and v3_ct_scts[]tb2021-12-251-21/+49
| | | | | | as is done for most other X.509 v3 extension methods. discussed with jsing
* 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
|
* Make these files compile - not hooked up to build yet.beck2021-11-201-4/+6
| | | | ok jsing@ tb@
* Mechanical KNF in preparation for changingbeck2021-10-281-62/+64
|
* Import Certificate Transparency verbatim from OpenSSL 1.1.1beck2021-10-281-0/+104
This is not yet hooked up and will not compile. Follow on commits will KNF and then make it build. ok jsing@ tb@