openssl/providers/implementations
Shane Lontis f5056577ba Move legacy ciphers into the legacy provider
DES, idea, seed, rc2, rc4, rc5, cast and blowfish have been moved out of the default provider.
Code shared between desx and tdes has been moved into a seperate file (cipher_tdes_common.c).
3 test recipes failed due to using app/openssl calls that used legacy ciphers.
These calls have been updated to supply both the default and legacy providers.
Fixed openssl app '-provider' memory leak

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11419)
2020-04-09 12:47:46 +10:00
..
asymciphers Use RAND_bytes_ex in crypto/rsa 2020-03-19 18:49:12 +00:00
ciphers Move legacy ciphers into the legacy provider 2020-04-09 12:47:46 +10: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
keymgmt Fix export of provided EC keys 2020-04-08 15:30:25 +02:00
macs
serializers Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fields 2020-04-01 15:51:18 +10:00
signature PROV: Add DERlib support for ECDSA and EC keys 2020-04-07 11:16:56 +02:00
build.info