Add support for camellia cbc cts mode
authorShane Lontis <shane.lontis@oracle.com>
Thu, 12 Aug 2021 08:22:50 +0000 (18:22 +1000)
committerPauli <pauli@openssl.org>
Tue, 17 Aug 2021 22:38:40 +0000 (08:38 +1000)
commit7f5a9399d27564a7136eed2df693755a3bec2cfc
treea1f6928128e8d2efe166f68d8c84bfbb2fa38ebd
parent42281f26174dcc6ef4847894f17627f305bdfa2b
Add support for camellia cbc cts mode

Fixes #16276

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16286)
doc/man3/EVP_EncryptInit.pod
doc/man7/EVP_CIPHER-CAMELLIA.pod
doc/man7/migration_guide.pod
providers/defltprov.c
providers/implementations/ciphers/cipher_camellia.c
providers/implementations/ciphers/cipher_camellia_cts.inc [new file with mode: 0644]
providers/implementations/include/prov/implementations.h
providers/implementations/include/prov/names.h
test/recipes/30-test_evp.t
test/recipes/30-test_evp_data/evpciph_camellia_cts.txt [new file with mode: 0644]