[v7 0/3] FIPS asymmetric validation
Akhil Goyal
gakhil at marvell.com
Wed Oct 12 20:44:18 CEST 2022
> Subject: [v7 0/3] FIPS asymmetric validation
>
> This patch series adds support in fips_validation app to perform
> asymmetric validation. To start with, RSA algorithm is used in
> the evaluation. For the key value pairs which is multiprecision
> in arithmetic, openssl library is used.
>
> Changes:
> v7:
> - fix test to handle app parameter correctly.
> v6:
> - checkpatch related fix.
> v5:
> - Release notes.
> v4:
> - AES GMAC callback fixes.
> v3:
> - patches 5,6 and 7 in v2 are rebased and submitted here.
> v2:
> - minor fixes in v1
> - addition of digest encoding for fips validation
> - addition of message randomization for fips conformance tests.
>
> Gowrishankar Muthukrishnan (3):
> examples/fips_validation: add asymmetric validation
> examples/fips_validation: encode digest with hash OID
> examples/fips_validation: randomize message for conformance test
>
> config/meson.build | 6 +
> doc/guides/rel_notes/release_22_11.rst | 5 +
> doc/guides/sample_app_ug/fips_validation.rst | 1 +
> examples/fips_validation/fips_validation.c | 2 +
> examples/fips_validation/fips_validation.h | 51 +-
> .../fips_validation/fips_validation_gcm.c | 8 +-
> .../fips_validation/fips_validation_rsa.c | 630 ++++++++++++++++++
> examples/fips_validation/main.c | 556 +++++++++++++---
> examples/fips_validation/meson.build | 6 +
> 9 files changed, 1167 insertions(+), 98 deletions(-)
> create mode 100644 examples/fips_validation/fips_validation_rsa.c
>
Applied to dpdk-next-crypto
Thanks.
More information about the dev
mailing list