Hacker News new | ask | show | jobs
by hannob 3634 days ago
Neither ocaml-tls nor this new one do formal verification. The only TLS library that does so is miTLS.
2 comments

Let's not forget the security kernel in Guttman's cryptlib. It's like a lightweight variant of formal verification that justs makes sure things interface correctly.
Which is interating here since F* can extract to OCaml. I wonder how hard it would be to wire up a test harness to compare the two with randomized tests.