Organisationsmirageca-certsbranch/mainBuild History

Build History for branch/main

Builds (12)
changes for 1.0.1
319c8a
Merge pull request #36 from Julow/silent_logs Silent logs
eb8c2b
add: additional key path for macos (#28) * add: additional key path for macos On MacOS it's normal[1] to add custom certificates to `/Library/Keychains/System.keychain` in addition to `/System/Library/Keychains/SystemRootCertificates.keychain`. This PR now checks both locations and concatenates them [1] https://apple.stackexchange.com/questions/53579/how-is-the-system-keychain-secured-in-os-x
08765a
add OCAML_EXTRA_CA_CERTS env variable (#30)
f21a17
add maintenance intent
81605d
changes for 1.0.0
2c5c0b
use X509.Certificate.fold_decode_pem_multiple also in tests (#35) * use X509.Certificate.fold_decode_pem_multiple also in tests * require OCaml 4.13 (transitive from X509)
c418b2
Use fold decode pem (#34) * use X509.Certificate.fold_decode_pem_multiple --------- Co-authored-by: ArthurW <arthur@tarides.com>
dc5e32
No cstruct (#32) * remove cstruct * Add a constraint about x509 * Loose the support of 4.11 and 4.12 (due to x509) on our CI * win: ignore bad certificates (i.e. serial < 0) * add ohex dependency --------- Co-authored-by: Hannes Mehnert <hannes@mehnert.org>
a20aac
Merge pull request #33 from hannesm/fix-ci fix CI (add bounds to x509 and mirage-crypto)
d616b9
Merge pull request #31 from smorimoto/update-actions Update GitHub Actions
c1cc43
remove astring from opam and tests (#27) * remove astring from opam and tests * autoformat
fa4ff9