The Update Framework (TUF) security model over COSE_Sign1/CBOR
0

Configure Feed

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

ocaml-tuf: use bare local dependencies

+12 -12
+6 -6
dune-project
··· 25 25 (re :with-test) 26 26 (ocaml (>= 5.1)) 27 27 (dune (>= 3.21)) 28 - (cose (>= 0.1.0)) 29 - (nox-cbor (>= 0.1.0)) 30 - (nox-json (>= 0.1.0)) 31 - (nox-x509 (>= 1.0.0)) 32 - (nox-crypto-ec (>= 1.0.0)) 28 + cose 29 + nox-cbor 30 + nox-json 31 + nox-x509 32 + nox-crypto-ec 33 33 hash 34 34 (ptime (>= 1.1.0)) 35 35 (fmt (>= 0.9)) 36 36 (alcotest :with-test) 37 - (nox-crypto-rng (and (>= 0.11.0) :with-test)) 37 + (nox-crypto-rng :with-test) 38 38 (odoc :with-doc) 39 39 (mdx :with-test) 40 40 (alcobar :with-test)))
+6 -6
tuf.opam
··· 18 18 "re" {with-test} 19 19 "ocaml" {>= "5.1"} 20 20 "dune" {>= "3.21" & >= "3.21"} 21 - "cose" {>= "0.1.0"} 22 - "nox-cbor" {>= "0.1.0"} 23 - "nox-json" {>= "0.1.0"} 24 - "nox-x509" {>= "1.0.0"} 25 - "nox-crypto-ec" {>= "1.0.0"} 21 + "cose" 22 + "nox-cbor" 23 + "nox-json" 24 + "nox-x509" 25 + "nox-crypto-ec" 26 26 "hash" 27 27 "ptime" {>= "1.1.0"} 28 28 "fmt" {>= "0.9"} 29 29 "alcotest" {with-test} 30 - "nox-crypto-rng" {>= "0.11.0" & with-test} 30 + "nox-crypto-rng" {with-test} 31 31 "odoc" {with-doc} 32 32 "mdx" {with-test} 33 33 "alcobar" {with-test}