summaryrefslogtreecommitdiff
path: root/lib/fips.h
Commit message (Expand)AuthorAgeFilesLines
* Added _gnutls_lib_force_operationalNikos Mavrogiannopoulos2017-03-061-0/+1
* pk: always use _gnutls_switch_lib_stateNikos Mavrogiannopoulos2017-03-061-3/+3
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-1/+1
* properly reset the zombie mode in FIPS modeNikos Mavrogiannopoulos2014-11-161-0/+1
* perform the FIPS140-2 self tests in two roundsNikos Mavrogiannopoulos2014-09-021-1/+2
* 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