[PATCH v2] doc: update FIPS docs
Jakub Poczatek
jakub.poczatek at intel.com
Wed Feb 9 12:36:23 CET 2022
Added missing step for converting SHA request files to correct
format. Replaced AES_GCM with GCM to follow the correct
naming format.
Fixes: 3d0fad56b74 ("examples/fips_validation: add crypto FIPS application")
Cc: stable at dpdk.org
Signed-off-by: Jakub Poczatek <jakub.poczatek at intel.com>
Acked-by: Fan Zhang <roy.fan.zhang at intel.com>
---
doc/guides/sample_app_ug/fips_validation.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/guides/sample_app_ug/fips_validation.rst b/doc/guides/sample_app_ug/fips_validation.rst
index 56df434215..39baea3346 100644
--- a/doc/guides/sample_app_ug/fips_validation.rst
+++ b/doc/guides/sample_app_ug/fips_validation.rst
@@ -77,11 +77,12 @@ Compiling the Application
.. code-block:: console
dos2unix AES/req/*
- dos2unix AES_GCM/req/*
+ dos2unix GCM/req/*
dos2unix CCM/req/*
dos2unix CMAC/req/*
dos2unix HMAC/req/*
dos2unix TDES/req/*
+ dos2unix SHA/req/*
Running the Application
-----------------------
--
2.25.1
More information about the dev
mailing list