adapt to tls 1.0.0 #1

Merged
hannes merged 4 commits from tls-1 into main 2024-08-29 10:42:24 +00:00
Showing only changes of commit bcaef08034 - Show all commits

View file

@ -17,12 +17,13 @@ depends: [
"lwt" {>= "5.5.0"}
"mimic-happy-eyeballs" {>= "0.0.9"}
"httpaf"
"alcotest-lwt" {with-test}
"alcotest-lwt" {with-test & >= "1.0.0"}
"mirage-clock-unix" {with-test & >= "4.0.0"}
"mirage-crypto-rng" {with-test}
"mirage-time-unix" {with-test & >= "3.0.0"}
"h2" {>= "0.10.0"}
"tls" {>= "1.0.0"}
"x509" {>= "1.0.0"}
]
build: [
["dune" "subst"] {dev}