openssl/providers/implementations
Matt Caswell 244bc29746 Implement serializers for ED25519 and ED448
This is largely based on the existing X25519 and X448 serializers - but
a few adjustments were necessary so that we can identify what type of key
we are using. Previously we used the keylen for this but X25519 and
ED25519 have the same keylen.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11272)
2020-03-18 08:40:33 +10:00
..
asymciphers Deprecate the low level RSA functions. 2020-02-20 18:58:40 +10:00
ciphers Improve small block cipher performance 2020-03-08 22:41:38 +01:00
digests DOCS: Move implementation specific docs away from provider-digest(7) 2020-03-10 13:32:06 +01:00
exchange Add ECDH to fips provider 2020-03-12 07:36:04 +10:00
include/prov Implement serializers for ED25519 and ED448 2020-03-18 08:40:33 +10:00
kdfs scrypt: free the MD reference correctly. 2020-01-31 17:52:05 +10:00
keymgmt Implement serializers for ED25519 and ED448 2020-03-18 08:40:33 +10:00
macs
serializers Implement serializers for ED25519 and ED448 2020-03-18 08:40:33 +10:00
signature Add ECDSA to providers 2020-03-15 21:34:29 +10:00
build.info