mirleft / ocaml-x509

X509 (RFC5280) handling in OCaml
BSD 2-Clause "Simplified" License
52 stars 33 forks source link

feature: ed448 support #141

Open emillon opened 3 years ago

emillon commented 3 years ago

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.

hannesm commented 3 years ago

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