ocaml-x509
ocaml-x509 copied to clipboard
feature: ed448 support
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.
To achieve this feature, first https://github.com/mirage/mirage-crypto/issues/112 will need to be accomplished.