In the FIPS User Guide (http://www.openssl.org/docs/fips/UserGuide-2.0.pdf), there is example to set the default DRBG type. It uses DRBG type as NID_hmac_WithSHA256, but it should be NID_hmacWithSHA256.
Example from UserGuide: ./config -DOPENSSL_DRBG_DEFAULT_TYPE=NID_hmac_WithSHA256 \ -DOPENSSL_DRBG_DEFAULT_FLAGS=0 Thanks, Karan -- View this message in context: http://openssl.6102.n7.nabble.com/Documentation-issue-tp46695.html Sent from the OpenSSL - Dev mailing list archive at Nabble.com. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org