Change self test for AES_CGM to perform both an encrypt and decrypt.
authorShane Lontis <shane.lontis@oracle.com>
Mon, 21 Jun 2021 04:01:36 +0000 (14:01 +1000)
committerPauli <pauli@openssl.org>
Tue, 22 Jun 2021 05:04:30 +0000 (15:04 +1000)
commit3b1978e4860770089b6244c549059c43bd9cc4da
treee765447beb1c53168e039b867e4d251539d285f3
parent4aaed2a5fb06ea327f60eea9f17a8f31a664eb99
Change self test for AES_CGM to perform both an encrypt and decrypt.

This is a request from the lab that changes the AES_GCM test back to perform both a encrypt and
decrypt. (This makes no logical sense since this is not an inverse cipher).
I have left the AES_ECB decrypt test in (although it may not be needed)
since it is actually testing the inverse cipher case.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15844)
doc/man7/OSSL_PROVIDER-FIPS.pod
include/openssl/self_test.h
providers/fips/self_test_data.inc
test/recipes/03-test_fipsinstall.t