summaryrefslogtreecommitdiff
path: root/lib/fips.c
Commit message (Expand)AuthorAgeFilesLines
* The environment variable GNUTLS_FORCE_FIPS_MODE can be used to force the FIPS...Nikos Mavrogiannopoulos2014-08-141-1/+13
* fips140-2: do not check the libtasn1's integrityNikos Mavrogiannopoulos2014-07-221-7/+0
* FIPS140-2 tests: no need for MD5 checkNikos Mavrogiannopoulos2014-07-081-6/+0
* FIPS140-2 tests: removed redundant checksNikos Mavrogiannopoulos2014-07-081-25/+1
* Include the correct header for the self tests functionsNikos Mavrogiannopoulos2014-04-281-0/+1
* Test for the existance of the /etc/system-fips fileKurt Roeckx2014-04-271-1/+1
* Add _gnutls_fips_mode_enabled() return values.Kurt Roeckx2014-04-271-0/+5
* corrected uninitialized valueNikos Mavrogiannopoulos2014-04-171-1/+1
* Changes to account for the reduced included gnulibNikos Mavrogiannopoulos2014-03-041-1/+2
* Correctly detect the FIPS140-2 HMAC file.Nikos Mavrogiannopoulos2013-12-111-2/+16
* FIPS140 mode is detected on run-time.Nikos Mavrogiannopoulos2013-12-091-3/+10
* removed zombie mode, and no longer use fips140.hNikos Mavrogiannopoulos2013-12-041-2/+0
* simplified funcNikos Mavrogiannopoulos2013-12-041-3/+1
* constructor and destructors were moved outside the FIPS140 mode.Nikos Mavrogiannopoulos2013-11-301-15/+0
* 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-11/+8
* Merged the FIPS140-2 support code.Nikos Mavrogiannopoulos2013-11-301-1/+1
* Added destructor and moved both *structors to fips.cNikos Mavrogiannopoulos2013-11-281-0/+15
* Added known answer test for Diffie-Hellman key exchange.Nikos Mavrogiannopoulos2013-11-281-0/+6
* Perform an integrity check on all supporting librariesNikos Mavrogiannopoulos2013-11-271-16/+74
* separate zombie mode from operational fips modeNikos Mavrogiannopoulos2013-11-271-2/+5
* Added an audit message in self test failureNikos Mavrogiannopoulos2013-11-271-0/+1
* binary integrity self test moved to endNikos Mavrogiannopoulos2013-11-271-7/+7
* Better handling of FIPS140-2 initializationNikos Mavrogiannopoulos2013-11-271-12/+37
* Ported libgcrypt's AES-based DRBG.Nikos Mavrogiannopoulos2013-11-271-0/+12
* zeroize ECC secret scalars and points.Nikos Mavrogiannopoulos2013-11-271-3/+0
* Updated FIPS140 initialization and added a self test for it.Nikos Mavrogiannopoulos2013-11-271-21/+52
* Added binary integrity testNikos Mavrogiannopoulos2013-11-271-12/+91
* Added support for fips states.Nikos Mavrogiannopoulos2013-11-271-0/+146