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

Configure Feed

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

[ci skip] release 0.1.3, add myself to author list

+9 -2
+5
CHANGES.md
··· 1 + # v0.1.3 (2020-11-17) 2 + 3 + * Allow some certificates to fail decoding (#11, reported by @mattpallissard 4 + in mirleft/ocaml-x509#137) 5 + 1 6 # v0.1.2 (2020-10-12) 2 7 3 8 * Revise API, avoid temporary file creation on macos
+3 -1
ca-certs.opam
··· 7 7 registered with ocaml-tls. 8 8 """ 9 9 maintainer: ["Etienne Millon <me@emillon.org>"] 10 - authors: ["Etienne Millon <me@emillon.org>"] 10 + authors: [ 11 + "Etienne Millon <me@emillon.org>, Hannes Mehnert <hannes@mehnert.org>" 12 + ] 11 13 license: "ISC" 12 14 homepage: "https://github.com/mirage/ca-certs" 13 15 doc: "https://mirage.github.io/ca-certs/doc"
+1 -1
dune-project
··· 6 6 (documentation "https://mirage.github.io/ca-certs/doc") 7 7 (license ISC) 8 8 (maintainers "Etienne Millon <me@emillon.org>") 9 - (authors "Etienne Millon <me@emillon.org>") 9 + (authors "Etienne Millon <me@emillon.org>, Hannes Mehnert <hannes@mehnert.org>") 10 10 11 11 (package 12 12 (name ca-certs)