Thomas Gazagnaire
Thomas Gazagnaire
Would you be interested in a contribution that would add an iterator or folder over the nodes? For instance, the use-case would be to get all the `classes` defined in...
An OCaml library for HTTP clients and servers - Project page: https://github.com/mirage/ocaml-cohttp - Documentation: https://mirage.github.io/ocaml-cohttp/ ##### CHANGES: - cohttp-eio: Add support for forward proxies to the client (@shonfeder, mirage/ocaml-cohttp#1126) -...
Right now it seems that the opam cache is saved after the compilation is successfully installed. This is great, but the usual (documented) workflows are then to do `opam install...
Currently, `Ptr.t` has type `[ 'host ] Domain_name.t`, but I think that the PTR data is supposed to be domain names. The hostname validation breaks DNS-SD where PTR targets contain...
I'm using CryptoLib dev branch for interop testing and noticed that `Crypto_AOS_ApplySecurity` doesn't increment the IV between calls, while `Crypto_TM_ApplySecurity` does. What I'm seeing: ``` Frame 1 IV: 000000000000000000000000 Frame...
I see `CRYPTO_CIPHER_AES256_CCM` is defined in the `EncCipherSuite` enum and `AES256_CCM_KEYLEN` exists, but I couldn't find any unit tests using CCM or documentation on how to configure it. When I...
I noticed all the TM unit tests use `shsnf_len=0`. When I set `shsnf_len=4` (as TC does), I get MAC validation failures on unprotect. Is TM with a transmitted sequence number...