Re: adding FIPS-required self test (KDF KAT) to snmp

2022-02-15 Thread Bill Fenner
On Tue, Feb 15, 2022 at 5:53 AM Cristian Andrei Sandu wrote: > I’m trying to use net-snmp as part of a FIPS 140-3 submission. One of the > requirements for this is to have a known-answer test (KAT) for the key > derivation function (KDF) that is implemented in snmplib (i.e., > generate_Ku() / gen

adding FIPS-required self test (KDF KAT) to snmp

2022-02-15 Thread Cristian Andrei Sandu
Hi all, I'm trying to use net-snmp as part of a FIPS 140-3 submission. One of the requirements for this is to have a known-answer test (KAT) for the key derivation function (KDF) that is implemented in snmplib (i.e., generate_Ku() / generate_Kul()). It's a simple test, just call these functions