"Our pill has been clinically tested."
What were the results?
61–70 of 104 posts
"Our pill has been clinically tested."
What were the results?
Earlier quoted context omitted.
Insane complexity is exactly why supporting client certs is a bad idea.
No, sorry. The insane complexity is on the requirements. If you need client certs, anything you do to satisfy the need will be at least as complex.
If I counted right: OCaml TLS: ~4400 LoC OCaml X509: ~1550 LoC OCaml ASN1: ~1400 LoC OCaml nocrypto: ~5250 LoC Total ~12600 LoC but you get a fully self-contained implementation, having only some crypto code in C and the rest as pure OCaml: https://mirage.io/blog/why-ocaml-tls https://mirage.io/blog/announcing-mirage-25-release
Where is the OCaml source / repo?
If I counted right: OCaml TLS: ~4400 LoC OCaml X509: ~1550 LoC OCaml ASN1: ~1400 LoC OCaml nocrypto: ~5250 LoC Total ~12600 LoC but you get a fully self-contained implementation, having only some crypto code in C and the rest as pure OCaml: https://mirage.io/blog/why-ocaml-tls https://mirage.io/blog/announcing-mirage-25-release
Github says: C 98.2%, Makefile 1.8% https://github.com/awslabs/s2n Where is the OCaml source / repo?
Earlier quoted context omitted.
For a library that wants to be ubiquitous (and therefore wants to be cross-platform) it's a bug. Can I expect this to build cleanly on GNU/kFreeBSD, or windows SUA? If it were autotools I would.
Standards-compliant C is more portable than autotools. Autotools is a workaround for non-portable code.
Earlier quoted context omitted.
Yes, but 99.999% of web servers don't need client certs.
Source?
So for every case I've seen, they'd have been ahead to issue credentials themselves and just skip client certs.