On Wed, Jun 20, 2012, Shruthi rangan wrote: > I am able to build the tests succesfully from the OpenSSL-fips-2_0-dev > branch. While validating the DRBG Validation list from NIST. I find all the > validations (*HASH_DRBG.txt, HMAC_DRGB.txt, **Dual_EC_DRBG.txt.* > )passing except *CTR_DRBG*: Below is the error message. > ./fips_drbgvs ../drbgtestvectors/CTR_DRBG.txt > ../drbgtestvectors/CTR_DRBG.rng > DRBG type not recognised! > Can you please help. >
IIRC the NIST test vectors include tests for triple DES in CTR mode for the DRBG while OpenSSL only supports AES. So you'd need to edit those out from the test vectors. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org