Skip to content

Commit

Permalink
doc: fix FIPS guide
Browse files Browse the repository at this point in the history
[ upstream commit 1998071 ]

Added missing step for converting SHA request files to correct
format. Replaced AES_GCM with GCM to follow the correct
naming format.

Fixes: 3d0fad5 ("examples/fips_validation: add crypto FIPS application")

Signed-off-by: Jakub Poczatek <jakub.poczatek@intel.com>
Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
  • Loading branch information
Jakub Poczatek authored and bluca committed Feb 28, 2022
1 parent 7b5609a commit 9d1d70c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/guides/sample_app_ug/fips_validation.rst
Expand Up @@ -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
-----------------------
Expand Down

0 comments on commit 9d1d70c

Please sign in to comment.