RE: [EXT] [v6, 00/11] Add JSON vector set support to fips validation

2022-05-25 Thread Akhil Goyal
> Adds a very basic introduction to JSON vector sets in > the fips validation example application. This patch set > will only introduce the AES-GCM test using a JSON request > file because the other algorithms need more information > than what is given in the new JSON format. > > v6: > * CI centos

[v6, 00/11] Add JSON vector set support to fips validation

2022-05-25 Thread Gowrishankar Muthukrishnan
Adds a very basic introduction to JSON vector sets in the fips validation example application. This patch set will only introduce the AES-GCM test using a JSON request file because the other algorithms need more information than what is given in the new JSON format. v6: * CI centos platform fix.