openssl/crypto/seed
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
..
build.info Move legacy ciphers into the legacy provider 2020-04-09 12:47:46 +10:00
seed_cbc.c Deprecate the low level SEED functions 2020-01-16 07:06:14 +10:00
seed_cfb.c Deprecate the low level SEED functions 2020-01-16 07:06:14 +10:00
seed_ecb.c Deprecate the low level SEED functions 2020-01-16 07:06:14 +10:00
seed_local.h Fix header file include guard names 2019-09-28 20:26:36 +02:00
seed_ofb.c Deprecate the low level SEED functions 2020-01-16 07:06:14 +10:00
seed.c Deprecate the low level SEED functions 2020-01-16 07:06:14 +10:00