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

Configure Feed

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

ca-certs: Use crypto library

+2 -2
+1 -1
ca-certs.opam
··· 21 21 "ptime" 22 22 "logs" 23 23 "digestif" {>= "1.2.0"} 24 - "mirage-crypto" {>= "1.0.0"} 24 + "crypto" {>= "1.0.0"} 25 25 "x509" {>= "1.0.0"} 26 26 "ocaml" {>= "4.13.0"} 27 27 "ohex" {>= "0.2.0"}
+1 -1
dune-project
··· 13 13 (depends 14 14 bos fpath ptime logs 15 15 (digestif (>= 1.2.0)) 16 - (mirage-crypto (>= 1.0.0)) 16 + (crypto (>= 1.0.0)) 17 17 (x509 (>= 1.0.0)) 18 18 (ocaml (>= 4.13.0)) 19 19 (ohex (>= 0.2.0))