Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't lowercase cert subjects when sorting; combined with perl foreach over | sthen | 2024-11-01 | 1 | -5/+5 |
| | | | | | | | | | | a hash returning entries in random order, the order of "COMODO CA Limited" and "Comodo CA Limited" was switching randomly. This results in a bigger change of sort order now, but means that future changes will then be in a repeatable order. ok tb@ | ||||
* | Update instructions for using curl's mk-ca-bundle script. | sthen | 2022-07-03 | 1 | -4/+4 |
| | |||||
* | fix broken comment | sthen | 2019-04-02 | 1 | -1/+1 |
| | |||||
* | add a comment to format-pem.pl documenting typical steps to update | sthen | 2019-03-13 | 1 | -1/+9 |
| | | | | cert.pem from Mozilla NSS. | ||||
* | Add a check that libressl is actually able to verify CA certs. | sthen | 2018-12-16 | 1 | -12/+28 |
| | | | | Skip outputting them if invalid (e.g. GENERALIZEDTIME date before 2050). | ||||
* | Adjust (non-installed) helper script to cope better with CAs that don't have | sthen | 2018-03-21 | 1 | -2/+6 |
| | | | | "o=" in their subject. | ||||
* | Add a helper script, format-pem.pl: a filter to sort and pretty-print | sthen | 2016-12-15 | 1 | -0/+107 |
cert.pem entries. ok jsg |