SV-239955r916125_rule
V-239955
SRG-NET-000510-VPN-002160
CASA-VN-000190
CAT II
10
Configure the ASA to use a FIPS-validated cryptographic module to generate cryptographic hashes as shown in the examples below.
ASA1(config)# crypto ikev2 policy 1
ASA1(config-ikev2-policy)# integrity sha384
ASA1(config-ikev2-policy)# exit
ASA1(config)# crypto ipsec ikev2 ipsec-proposal IPSEC_TRANS
ASA1(config-ipsec-proposal)# protocol esp integrity sha-384
ASA1(config-ipsec-proposal)# end
Verify the ASA is configured to use a FIPS-validated cryptographic module to generate cryptographic hashes.
Step 1: Verify that a FIPS-validated hash is used for IKE Phase 1 as shown in the example below.
crypto ikev2 policy 1
…
…
…
integrity sha384
Step 2: Verify that a FIPS-validated hash is used for the IPsec SA.
crypto ipsec ikev2 ipsec-proposal IPSEC_TRANS
protocol esp integrity sha-384
If the ASA is not configured to use a FIPS-validated cryptographic module to generate cryptographic hashes, this is a finding.
V-239955
False
CASA-VN-000190
Verify the ASA is configured to use a FIPS-validated cryptographic module to generate cryptographic hashes.
Step 1: Verify that a FIPS-validated hash is used for IKE Phase 1 as shown in the example below.
crypto ikev2 policy 1
…
…
…
integrity sha384
Step 2: Verify that a FIPS-validated hash is used for the IPsec SA.
crypto ipsec ikev2 ipsec-proposal IPSEC_TRANS
protocol esp integrity sha-384
If the ASA is not configured to use a FIPS-validated cryptographic module to generate cryptographic hashes, this is a finding.
M
5344