summaryrefslogtreecommitdiffstats
path: root/fips/fips.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Change RNG test to block oriented instead of request oriented, add optionDr. Stephen Henson2011-04-041-0/+3
* Allow FIPS malloc callback setting. Automatically set some callbacksDr. Stephen Henson2011-04-011-0/+4
* Remove redundant definitions. Give error code if DRBG sefltest fails.Dr. Stephen Henson2011-03-311-0/+1
* Implement FIPS CMAC.Richard Levitte2011-03-241-0/+4
* Implement continuous RNG test for SP800-90 DRBGs.Dr. Stephen Henson2011-03-171-0/+2
* Implement health checks needed by SP800-90.Dr. Stephen Henson2011-03-171-0/+10
* Add extensive DRBG selftest data and option to corrupt it in fips_test_suite.Dr. Stephen Henson2011-03-161-0/+3
* Check requested security strength in DRBG. Add function to retrieve theDr. Stephen Henson2011-03-111-0/+1
* Add ECDH to validated module.Dr. Stephen Henson2011-03-101-0/+1
* Add meaningful error codes to DRBG.Dr. Stephen Henson2011-03-081-0/+18
* add ECDSA POSTDr. Stephen Henson2011-02-181-0/+3
* AES GCM selftests.Dr. Stephen Henson2011-02-181-0/+3
* Add pairwise consistency test to EC.Dr. Stephen Henson2011-02-151-0/+2
* Add non-FIPS algorithm blocking and selftest checking.Dr. Stephen Henson2011-02-151-0/+5
* Add ECDSA functionality to fips module. Initial very incomplete versionDr. Stephen Henson2011-02-141-0/+5
* Include support for an add_lock callback to tiny FIPS locking API.Dr. Stephen Henson2011-02-141-2/+5
* Remove dependency of dsa_sign.o and dsa_vrf.o: new functions FIPS_dsa_sig_newDr. Stephen Henson2011-02-131-0/+3
* Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source filesDr. Stephen Henson2011-02-031-0/+3
* Provisional, experimental support for DSA2 parameter generation algorithm.Dr. Stephen Henson2011-01-311-0/+1
* Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson2011-01-271-5/+29
* Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson2011-01-271-0/+5
* Update source files to handle new FIPS_lock() location. Add FIPS_lock()Dr. Stephen Henson2011-01-271-10/+1
* Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson2011-01-271-0/+4
* New FIPS_lock() function for minimal FIPS locking API: to avoid dependenciesDr. Stephen Henson2011-01-271-10/+2
* And so it begins... again.Dr. Stephen Henson2011-01-261-0/+192