This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,24 @@
(library
(name testlib)
(modules testlib)
(libraries tls ounit2 mirage-crypto-rng.unix)
(optional))
(test
(name unittestrunner)
(package tls)
(modules readertests readerwritertests writertests unittests unittestrunner)
(libraries tls ounit2 testlib))
(test
(name key_derivation)
(package tls)
(modules key_derivation)
(libraries tls mirage-crypto-rng.unix alcotest logs.fmt))
(test
(name feedback)
(package tls)
(modules feedback)
(deps server.key server.pem)
(libraries tls x509 testlib cmdliner fmt.cli logs.fmt fmt.tty logs.cli))