The library state is used even when not in FIPS mode.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 30 Nov 2013 17:50:20 +0000 (18:50 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 30 Nov 2013 17:50:20 +0000 (18:50 +0100)
commitc6bf6e1da1f70adfa2a91a36143f74e6234fe7ea
treed186f18893fc58cfbe243480921d877b0973915c
parentbdde81f6b1d8b4f12c887b440aad646a0e03c63b
The library state is used even when not in FIPS mode.

This allows having an error state that blocks the library usage
even when not in FIPS mode.
16 files changed:
lib/fips.c
lib/fips.h
lib/gnutls_cipher_int.c
lib/gnutls_global.c
lib/gnutls_hash_int.c
lib/gnutls_privkey.c
lib/gnutls_pubkey.c
lib/gnutls_state.c
lib/nettle/pk.c
lib/pkcs11_privkey.c
lib/random.c
lib/x509/crl.c
lib/x509/crq.c
lib/x509/privkey.c
lib/x509/verify-high.c
lib/x509/x509.c