openssl/crypto/cast
Matt Caswell 0ae5d4d6f8 Deprecate the Low Level CAST APIs
Applications should instead use the higher level EVP APIs, e.g.
EVP_Encrypt*() and EVP_Decrypt*().

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10742)
2020-01-13 13:44:27 +00:00
..
asm Unify all assembler file generators 2019-09-16 16:29:57 +02:00
build.info build.info: For all assembler generators, remove all arguments 2019-09-16 16:29:57 +02: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 Reorganize local header files 2019-09-28 20:26:35 +02:00
cast_s.h