Add support for Dual EC DRBG from SP800-90. Include updates to algorithm

tests and POST code.
This commit is contained in:
Dr. Stephen Henson
2011-09-09 17:16:43 +00:00
parent e4588dc486
commit 7fdcb45745
11 changed files with 2121 additions and 11 deletions

View File

@@ -53,6 +53,7 @@
#include <openssl/aes.h>
#include <openssl/evp.h>
#include <openssl/hmac.h>
#include <openssl/ec.h>
#ifdef OPENSSL_FIPS