[v2 5/7] examples/fips_validation: add asymmetric validation

2022-09-27 Thread Gowrishankar Muthukrishnan
Add support for asymmetric crypto validation starting with RSA. For the generation of crypto values which is multiprecision in math, openssl library is used only for this purpose. Signed-off-by: Gowrishankar Muthukrishnan Acked-by: Brian Dooley -- v2: - improved handling priv key type. --- co

[v2 5/7] examples/fips_validation: add asymmetric validation

2022-09-26 Thread Gowrishankar Muthukrishnan
Add support for asymmetric crypto validation starting with RSA. For the generation of crypto values which is multiprecision in math, openssl library is used only for this purpose. Signed-off-by: Gowrishankar Muthukrishnan Acked-by: Brian Dooley -- v2: - improved handling priv key type. --- co