ca-certs - detect root CA certificates from the operating system#
TLS requires a set of root anchors (Certificate Authorities) to authenticate servers. This library exposes this list so that it can be registered with ocaml-tls.
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gz
Alcotest requires at least one test case per suite. Replace empty lists
with a single noop test case to satisfy this constraint.
- ca-certs: rename test_one → check_one to avoid E330 redundant prefix
- ocaml-agent: use Alcotest.failf instead of fail (Fmt.str ...) for E616