|
Revision tags: v22.03, v22.03-rc4, v22.03-rc3, v22.03-rc2, v22.03-rc1 |
|
| #
1998071c |
| 09-Feb-2022 |
Jakub Poczatek <[email protected]> |
doc: fix FIPS guide
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_validati
doc: fix FIPS guide
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: [email protected]
Signed-off-by: Jakub Poczatek <[email protected]> Acked-by: Fan Zhang <[email protected]>
show more ...
|
|
Revision tags: v21.11, v21.11-rc4, v21.11-rc3, v21.11-rc2, v21.11-rc1, v21.08, v21.08-rc4, v21.08-rc3 |
|
| #
9c30a6f3 |
| 29-Jul-2021 |
Henry Nadeau <[email protected]> |
doc: fix spelling
Spell checked and corrected documentation. If there are any errors, or I have changed something that wasn't an error please reach out to me so I can update the dictionary.
Cc: sta
doc: fix spelling
Spell checked and corrected documentation. If there are any errors, or I have changed something that wasn't an error please reach out to me so I can update the dictionary.
Cc: [email protected]
Signed-off-by: Henry Nadeau <[email protected]>
show more ...
|
|
Revision tags: v21.08-rc2, v21.08-rc1, v21.05, v21.05-rc4, v21.05-rc3, v21.05-rc2, v21.05-rc1, v21.02, v21.02-rc4, v21.02-rc3, v21.02-rc2, v21.02-rc1, v20.11, v20.11-rc5, v20.11-rc4, v20.11-rc3, v20.11-rc2 |
|
| #
e2a94f9a |
| 21-Oct-2020 |
Ciara Power <[email protected]> |
doc: remove references to make from apps guide
While make has been deprecated for DPDK, it's still applicable for some example apps to be built standalone, this patch adjusts the guides to take that
doc: remove references to make from apps guide
While make has been deprecated for DPDK, it's still applicable for some example apps to be built standalone, this patch adjusts the guides to take that into consideration.
Signed-off-by: Ciara Power <[email protected]> Acked-by: Nicolas Chautru <[email protected]> Reviewed-by: Ferruh Yigit <[email protected]>
show more ...
|
|
Revision tags: v20.11-rc1 |
|
| #
952e10cd |
| 09-Oct-2020 |
Fan Zhang <[email protected]> |
examples/fips_validation: support scatter gather list
This patch adds SGL support to FIPS sample application. Originally the application allocates single mbuf of 64KB - 1 bytes data room. With the c
examples/fips_validation: support scatter gather list
This patch adds SGL support to FIPS sample application. Originally the application allocates single mbuf of 64KB - 1 bytes data room. With the change the user may reduce the mbuf dataroom size by using the add cmdline option. If the input test data is longer than the user provided data room size the application will automatically build chained mbufs for the target cryptodev PMD to test.
Signed-off-by: Fan Zhang <[email protected]> Acked-by: John Griffin <[email protected]>
show more ...
|
|
Revision tags: v20.08, v20.08-rc4, v20.08-rc3, v20.08-rc2, v20.08-rc1, v20.05, v20.05-rc4, v20.05-rc3, v20.05-rc2, v20.05-rc1, v20.02, v20.02-rc4, v20.02-rc3, v20.02-rc2, v20.02-rc1, v19.11, v19.11-rc4, v19.11-rc3, v19.11-rc2, v19.11-rc1, v19.08, v19.08-rc4, v19.08-rc3, v19.08-rc2, v19.08-rc1, v19.05, v19.05-rc4, v19.05-rc3, v19.05-rc2, v19.05-rc1 |
|
| #
218c4e68 |
| 06-Mar-2019 |
Bruce Richardson <[email protected]> |
mk: use linux and freebsd in config names
Rather than using linuxapp and bsdapp everywhere, we can change things to use the, more readable, terms "linux" and "freebsd" in our build configs. Rather t
mk: use linux and freebsd in config names
Rather than using linuxapp and bsdapp everywhere, we can change things to use the, more readable, terms "linux" and "freebsd" in our build configs. Rather than renaming the configs we can just duplicate the existing ones with the new names using symlinks, and use the new names exclusively internally. ["make showconfigs" also only shows the new names to keep the list short] The result is that backward compatibility is kept fully but any new builds or development can be done using the newer names, i.e. both "make config T=x86_64-native-linuxapp-gcc" and "T=x86_64-native-linux-gcc" work.
Signed-off-by: Bruce Richardson <[email protected]>
show more ...
|
|
Revision tags: v19.02, v19.02-rc4, v19.02-rc3, v19.02-rc2, v19.02-rc1, v18.11, v18.11-rc5, v18.11-rc4, v18.11-rc3, v18.11-rc2 |
|
| #
305921f4 |
| 02-Nov-2018 |
Marko Kovacevic <[email protected]> |
examples/fips_validation: support CCM parsing
Added enablement for CCM parser, to allow the application to parser the ccm request files and to validate all test types supported.
Signed-off-by: Mark
examples/fips_validation: support CCM parsing
Added enablement for CCM parser, to allow the application to parser the ccm request files and to validate all test types supported.
Signed-off-by: Marko Kovacevic <[email protected]> Signed-off-by: Fan Zhang <[email protected]> Acked-by: Arek Kusztal <[email protected]> Reviewed-by: Akhil Goyal <[email protected]>
show more ...
|
| #
ac026f46 |
| 02-Nov-2018 |
Marko Kovacevic <[email protected]> |
examples/fips_validation: support CMAC parsing
Added enablement for CMAC parser, to allow the application to parser the cmac request files and to validate all test types supported.
Signed-off-by: M
examples/fips_validation: support CMAC parsing
Added enablement for CMAC parser, to allow the application to parser the cmac request files and to validate all test types supported.
Signed-off-by: Marko Kovacevic <[email protected]> Signed-off-by: Fan Zhang <[email protected]> Acked-by: Arek Kusztal <[email protected]> Reviewed-by: Akhil Goyal <[email protected]>
show more ...
|
| #
4aaad299 |
| 02-Nov-2018 |
Marko Kovacevic <[email protected]> |
examples/fips_validation: support GCM parsing
Added enablement for GCM parser, to allow the application to parser the GCM request file and to validate all tests supported.
Signed-off-by: Marko Kova
examples/fips_validation: support GCM parsing
Added enablement for GCM parser, to allow the application to parser the GCM request file and to validate all tests supported.
Signed-off-by: Marko Kovacevic <[email protected]> Signed-off-by: Fan Zhang <[email protected]> Acked-by: Arek Kusztal <[email protected]> Reviewed-by: Akhil Goyal <[email protected]>
show more ...
|
| #
527cbf3d |
| 02-Nov-2018 |
Marko Kovacevic <[email protected]> |
examples/fips_validation: support TDES parsing
Added enablement for TDES parser, to allow the application to parser the TDES request files and to validate all test types supported.
Signed-off-by: M
examples/fips_validation: support TDES parsing
Added enablement for TDES parser, to allow the application to parser the TDES request files and to validate all test types supported.
Signed-off-by: Marko Kovacevic <[email protected]> Signed-off-by: Fan Zhang <[email protected]> Acked-by: Arek Kusztal <[email protected]> Reviewed-by: Akhil Goyal <[email protected]>
show more ...
|
| #
f64adb67 |
| 02-Nov-2018 |
Marko Kovacevic <[email protected]> |
examples/fips_validation: support HMAC parsing
Added enablement for HMAC parser, to allow the application to parser the hmac request files and to validate all tests supported
Signed-off-by: Marko K
examples/fips_validation: support HMAC parsing
Added enablement for HMAC parser, to allow the application to parser the hmac request files and to validate all tests supported
Signed-off-by: Marko Kovacevic <[email protected]> Signed-off-by: Fan Zhang <[email protected]> Acked-by: Arek Kusztal <[email protected]> Reviewed-by: Akhil Goyal <[email protected]>
show more ...
|
| #
cd255ccf |
| 02-Nov-2018 |
Marko Kovacevic <[email protected]> |
examples/fips_validation: support AES parsing
Added enablement for AES-CBC parser, to allow the application to parser the aes request file and to validate all test types supported.
Signed-off-by: M
examples/fips_validation: support AES parsing
Added enablement for AES-CBC parser, to allow the application to parser the aes request file and to validate all test types supported.
Signed-off-by: Marko Kovacevic <[email protected]> Signed-off-by: Fan Zhang <[email protected]> Acked-by: Arek Kusztal <[email protected]> Reviewed-by: Akhil Goyal <[email protected]>
show more ...
|
| #
3d0fad56 |
| 02-Nov-2018 |
Marko Kovacevic <[email protected]> |
examples/fips_validation: add crypto FIPS application
Added FIPS application into the examples to allow users to use a simple sample app to validate their systems and be able to get FIPS certificati
examples/fips_validation: add crypto FIPS application
Added FIPS application into the examples to allow users to use a simple sample app to validate their systems and be able to get FIPS certification.
Signed-off-by: Marko Kovacevic <[email protected]> Signed-off-by: Fan Zhang <[email protected]> Acked-by: Arek Kusztal <[email protected]> Reviewed-by: Akhil Goyal <[email protected]>
show more ...
|