upstream: github.com/mirage/ca-certs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

changes for 1.0.1

+8
+8
CHANGES.md
··· 1 + # v1.0.1 (2025-04-15) 2 + 3 + * Add OCAML_EXTRA_CA_CERTS env variable (#30 @art-w) 4 + * macOS: add additional keychain path `/Library/Keychains/System.keychain` 5 + (#28 @ajbt200128) 6 + * Demote log levels of trust anchor parsing failures (now on the debug level), 7 + log a single warning message how many failures occured (#36 @Julow) 8 + 1 9 # v1.0.0 (2024-08-06) 2 10 3 11 * Use X509.Certificate.fold_decode_pem, available in x509 1.0.0 (#34 #35 @art-w