tests: Explicit FIPS checking for symmetric algorithms.
* tests/basic.c (FLAG_CFB8): New. (check_ecb_cipher): Introduce new flag and explicitly check for algorithm functionality in regards to FIPS. (check_ctr_cipher): Ditto. (check_cfb_cipher): Replace the cfb8 flag with generic flag and explicitly check for algorithm funcionality in regards to FIPS. (check_ofb_cipher): Introduce new flag and explicitly check for algorithm functionality in regards to FIPS. (_check_poly1305_cipher): Explicitly check functionality in regards to FIPS mode. (check_ccm_cipher): Introduce new flag and explicitly check for algorithm functionality in regards to FIPS. (check_gost28147_cipher_basic): Explicitly check functionality in regards to FIPS mode. (check_stream_cipher_large_block): Explicitly check functionality in regards to FIPS mode.
- GnuPG-bug-id: T5512
- Signed-off-by: Jakub Jelen <jjelen@redhat.com>