CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/01/31 17:23:43
Modified files:
lib/libcrypto : cert.pem
Log message:
Sort cert.pem alphabetically, first by organisation, then by CA name
(CN if available, otherwise OU).
Add a comment identifying the org. Now to get an easy-to-read list
of certificates in the file you can use "grep ^[#=] cert.pem".
Prepared with https://spacehopper.org/format-pem.20160201. If you would
like to verify this commit to ensure that I didn't sneak in any other
changes, it will be easier to use the script rather than do it by hand.