summaryrefslogtreecommitdiff
path: root/lib/fips.h
Commit message (Expand)AuthorAgeFilesLines
* The FIPS140 random number generator is enabled conditionally when required.Nikos Mavrogiannopoulos2014-01-171-0/+1
* FIPS140 mode is detected on run-time.Nikos Mavrogiannopoulos2013-12-091-0/+5
* removed zombie mode, and no longer use fips140.hNikos Mavrogiannopoulos2013-12-041-5/+3
* fips140_simulate_error -> lib_simulate_errorNikos Mavrogiannopoulos2013-11-301-1/+1
* The library state is used even when not in FIPS mode.Nikos Mavrogiannopoulos2013-11-301-30/+19
* Better handling of FIPS140-2 initializationNikos Mavrogiannopoulos2013-11-271-5/+6
* gnutls_key_generate() is restricted by the size of the initial RNG seed in FI...Nikos Mavrogiannopoulos2013-11-271-0/+2
* zeroize ECC secret scalars and points.Nikos Mavrogiannopoulos2013-11-271-0/+3
* Updated FIPS140 initialization and added a self test for it.Nikos Mavrogiannopoulos2013-11-271-1/+4
* Added binary integrity testNikos Mavrogiannopoulos2013-11-271-0/+1
* Added support for fips states.Nikos Mavrogiannopoulos2013-11-271-0/+70