aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/fips_err.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused error/function codes.Rich Salz2016-05-231-181/+0
| | | | | | | | Add script to find unused err/reason codes Remove unused reason codes. Remove entries for unused functions Reviewed-by: Matt Caswell <matt@openssl.org>
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
| | | | | | | | | | | | This was done by the following find . -name '*.[ch]' | /tmp/pl where /tmp/pl is the following three-line script: print unless $. == 1 && m@/\* .*\.[ch] \*/@; close ARGV if eof; # Close file to reset $. And then some hand-editing of other files. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-139/+153
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Check for selftest failure in various places.Dr. Stephen Henson2011-10-221-0/+4
|
* Update error codes.Dr. Stephen Henson2011-10-211-1/+3
|
* add authentication parameter to FIPS_module_mode_setDr. Stephen Henson2011-10-191-1/+2
|
* Update error codes.Dr. Stephen Henson2011-09-211-0/+2
|
* Add error codes for DRBG KAT failures.Dr. Stephen Henson2011-09-061-6/+10
| | | | | Add abbreviated DRBG KAT for POST which only performs a single generate operations instead of four.
* Fix error discrepancy.Dr. Stephen Henson2011-05-121-1/+1
|
* Return error codes for selftest failure instead of hard assertion errors.Dr. Stephen Henson2011-05-061-0/+9
|
* Add PRNG security strength checking.Dr. Stephen Henson2011-04-231-0/+5
|
* Return errors instead of aborting when selftest fails.Dr. Stephen Henson2011-04-221-0/+2
|
* Add continuous RNG test to entropy source. Entropy callbacks now needDr. Stephen Henson2011-04-211-0/+2
| | | | to specify a "block length".
* Add periodic DRBG health checks as required by SP800-90.Dr. Stephen Henson2011-04-201-0/+1
|
* Add AES CCM selftest.Dr. Stephen Henson2011-04-191-0/+1
|
* Add XTS selftest, include in fips_test_suite.Dr. Stephen Henson2011-04-151-0/+1
|
* Fix memory leaks: uninstantiate DRBG during health checks. Cleanup md_ctxDr. Stephen Henson2011-04-121-0/+1
| | | | when performing ECDSA selftest.
* Add error for health check failure.Dr. Stephen Henson2011-04-091-12/+2
| | | | Rebuild all FIPS error codes to clean out old obsolete codes.
* Extensive reorganisation of PRNG handling in FIPS module: all callsDr. Stephen Henson2011-04-051-0/+7
| | | | | | | | | now use an internal RAND_METHOD. All dependencies to OpenSSL standard PRNG are now removed: it is the applications resposibility to setup the FIPS PRNG and initalise it. Initial OpenSSL RAND_init_fips() function that will setup the DRBG for the "FIPS capable OpenSSL".
* Updated error codes for FIPS library.Dr. Stephen Henson2011-04-041-0/+2
|
* Change RNG test to block oriented instead of request oriented, add optionDr. Stephen Henson2011-04-041-0/+2
| | | | to test a "stuck" DRBG.
* Remove redundant definitions. Give error code if DRBG sefltest fails.Dr. Stephen Henson2011-03-311-1/+2
|
* make updateRichard Levitte2011-03-241-0/+1
|
* 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
| | | | | | Fix warnings. Instantiate DRBGs at maximum strength.
* Add extensive DRBG selftest data and option to corrupt it in fips_test_suite.Dr. Stephen Henson2011-03-161-0/+1
|
* Check requested security strength in DRBG. Add function to retrieve theDr. Stephen Henson2011-03-111-0/+1
| | | | security strength.
* Add meaningful error codes to DRBG.Dr. Stephen Henson2011-03-081-0/+18
|
* add ECDSA POSTDr. Stephen Henson2011-02-181-0/+1
|
* AES GCM selftests.Dr. Stephen Henson2011-02-181-0/+1
|
* Add pairwise consistency test to EC.Dr. Stephen Henson2011-02-151-0/+1
|
* Add non-FIPS algorithm blocking and selftest checking.Dr. Stephen Henson2011-02-151-0/+2
|
* Add FIPS error codes.Dr. Stephen Henson2011-02-031-0/+138