haskell-tls / hs-certificate

Certificate and Key Reader/Writer in haskell
60 stars 60 forks source link

Ed25519, Ed448, X25519, and X448 #101

Closed ocheron closed 6 years ago

ocheron commented 6 years ago

Adds support for the new algorithm identifiers defined in RFC 8410.

SignatureALG is extended with a single-value constructor, as the hash algorithm is not needed ("intrinsic" being the TLS vocabulary in RFC 8422).

ocheron commented 6 years ago

Replaced by #103.