1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
{
"_type": "sec_certs.dataset.fips_algorithm.FIPSAlgorithmDataset",
"algs": {
"AES5331": {
"_type": "sec_certs.sample.fips_algorithm.FIPSAlgorithm",
"alg_number": "5331",
"algorithm_type": "AES",
"vendor": "Juniper Networks, Inc.",
"implementation_name": "OpenSSL - EX4300",
"validation_date": "3/23/2018"
},
"AES779": {
"_type": "sec_certs.sample.fips_algorithm.FIPSAlgorithm",
"alg_number": "779",
"algorithm_type": "AES",
"vendor": "NetLogic Microsystems, Inc.",
"implementation_name": "XLS Processor",
"validation_date": "5/13/2008"
},
"AES2902": {
"_type": "sec_certs.sample.fips_algorithm.FIPSAlgorithm",
"alg_number": "2902",
"algorithm_type": "AES",
"vendor": "Hewlett-Packard Development Company, L.P.",
"implementation_name": "HP Secure Encryption Engine v1.0",
"validation_date": "7/10/2014"
}
}
}
|