Etienne Millon

Results 92 issues of Etienne Millon

There are several cases where a build just aborts with `git: command not found`. This is fairly unhelpful because: - it does not explain what causes `git` to be called...

The CI uses `4.14.x` so will pick it up as well. No tests are broken.

This creates a "cookbook" section with some self-contained examples. Theses examples are extracted from `quick-start.rst`. One nice aspect is that these samples are linkable, and that the previous/next links work....

docs

Hi, Similarly to #137, ocaml-x509 does not support Ed448 (OID 1.3.101.113) at the moment. It's also mentioned in RFC8446, so opening this issue to track support.

Hi, We're using opam-monorepo to test multicore branches against JS releases. The idea is that it's quicker to iterate when no opam pinning is involved. The workflow is described [here](https://github.com/ocaml-multicore/ocaml-multicore/issues/624)....

type/enhancement

The following program fails with an assertion error: ```ocaml let a = Pkcs11.CK_ATTRIBUTE_TYPE.CKA_CS_UNKNOWN Unsigned.ULong.zero in let b = Pkcs11.CK_ATTRIBUTE_TYPE.CKA_CLASS in Pkcs11.CK_ATTRIBUTE_TYPE.compare' a b ``` ``` Fatal error: exception "Assert_failure src/pkcs11_CK_ATTRIBUTE_TYPE.ml:509:27"...

At the moment the build fails on `osx`. Make it possible to either: - not build the reverse bindings (the only part that fails) - build the reverse bindings on...