summaryrefslogtreecommitdiff
path: root/lib/fips.h
Commit message (Expand)AuthorAgeFilesLines
* lib: add support for AES-192-GCMDmitry Baryshkov2020-05-271-0/+1
* lib: add support for AES-GMACDmitry Eremin-Solenikov2019-06-281-0/+3
* Add or clean header guards in lib/Tim Rühsen2019-05-071-3/+3
* Vendor in XTS functionality from NettleSimo Sorce2019-03-291-0/+2
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Add selftests for CMACSimo Sorce2018-10-281-0/+2
* Add selftest for CFB8Simo Sorce2018-10-251-0/+3
* fips140: added function for applications to switch the FIPS140-2 modeNikos Mavrogiannopoulos2018-02-191-6/+37
* fips140: enforcement of allowed ciphers moved to crypto-api.c and cipher_int.cNikos Mavrogiannopoulos2018-02-191-0/+27
* fips140: enforcement of hash and MACs use moved to crypto-api.c and hash_int.cNikos Mavrogiannopoulos2018-02-191-0/+29
* 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