]> git.ipfire.org Git - thirdparty/openssl.git/commit - util/libcrypto.num
Deprecate Low Level Camellia APIs
authorMatt Caswell <matt@openssl.org>
Thu, 2 Jan 2020 15:22:19 +0000 (15:22 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 13 Jan 2020 13:38:20 +0000 (13:38 +0000)
commit291850b473ef5d83ac7d90bdcd7f68d186515348
treedc0e82c3982d8b6a83eda65abdd14b8e7ee829e6
parent652fba9ef74c1fe92b80d178ada419057d873682
Deprecate Low Level Camellia APIs

Applications should instead use the higher level EVP APIs, e.g.
EVP_Encrypt*() and EVP_Decrypt*().

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10741)
14 files changed:
CHANGES
apps/speed.c
crypto/camellia/camellia.c
crypto/camellia/cmll_cbc.c
crypto/camellia/cmll_cfb.c
crypto/camellia/cmll_ctr.c
crypto/camellia/cmll_ecb.c
crypto/camellia/cmll_misc.c
crypto/camellia/cmll_ofb.c
crypto/evp/e_camellia.c
include/openssl/camellia.h
providers/implementations/ciphers/cipher_camellia.c
providers/implementations/ciphers/cipher_camellia_hw.c
util/libcrypto.num