openssl/crypto/cast
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
..
asm Also check for errors in x86_64-xlate.pl. 2020-02-17 12:17:53 +10:00
build.info Move legacy ciphers into the legacy provider 2020-04-09 12:47:46 +10:00
c_cfb64.c Deprecate the Low Level CAST APIs 2020-01-13 13:44:27 +00:00
c_ecb.c Deprecate the Low Level CAST APIs 2020-01-13 13:44:27 +00:00
c_enc.c Deprecate the Low Level CAST APIs 2020-01-13 13:44:27 +00:00
c_ofb64.c Deprecate the Low Level CAST APIs 2020-01-13 13:44:27 +00:00
c_skey.c Deprecate the Low Level CAST APIs 2020-01-13 13:44:27 +00:00
cast_local.h
cast_s.h