cipher cleanups.
authorShane Lontis <shane.lontis@oracle.com>
Sun, 18 Aug 2019 23:30:59 +0000 (09:30 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Sun, 18 Aug 2019 23:30:59 +0000 (09:30 +1000)
commit784883fc2c8af035401f2a1e02a79aef41a2a7fb
tree1fbd99cdd893e70c6187077462036a2b11cf742e
parent25e601445ae244ed623b2f5d6b28788488d87663
cipher cleanups.

Add test to evp_test_extra for ciphers (that is similiar to the digest_fetch).
Move some of the aes and gcm methods that can be shared with other ciphers into ciphers_common.c

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9580)
doc/man7/provider-cipher.pod
include/openssl/core_numbers.h
providers/common/ciphers/aes.c
providers/common/ciphers/aes_basic.c
providers/common/ciphers/block.c
providers/common/ciphers/build.info
providers/common/ciphers/ciphers_common.c [new file with mode: 0644]
providers/common/ciphers/ciphers_locl.h
providers/common/ciphers/gcm.c
test/evp_extra_test.c