ocaml-x509 icon indicating copy to clipboard operation
ocaml-x509 copied to clipboard

feature: ed448 support

Open emillon opened this issue 4 years ago • 1 comments

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.

emillon avatar Jan 04 '21 15:01 emillon

To achieve this feature, first https://github.com/mirage/mirage-crypto/issues/112 will need to be accomplished.

hannesm avatar Apr 05 '21 00:04 hannesm