diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-01-21 15:07:00 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-02-19 08:39:36 +0100 |
commit | dc3aa56779581b661311f1c4603f3383f252b3b3 (patch) | |
tree | 6f7c19ca00afb58b1f988a5b8b7e6333c4d29575 /lib/Makefile.am | |
parent | e89e981a2c6fab9ea5419207710b0f716df1c148 (diff) | |
download | gnutls-dc3aa56779581b661311f1c4603f3383f252b3b3.tar.gz |
fips140: added function for applications to switch the FIPS140-2 mode
That would allow FIPS140-2 compliant applications to use forbidden
algorithms by switching to a lax FIPS140-2 mode.
Resolves #352
Resolves #353
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 3ea1c6cebb..1b4f4fd6aa 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -65,7 +65,7 @@ SRP_COBJECTS = srp.c PSK_COBJECTS = psk.c -COBJECTS = range.c record.c compress.c debug.c cipher.c \ +COBJECTS = range.c record.c compress.c debug.c cipher.c gthreads.h \ mbuffers.c buffers.c handshake.c num.c errors.c dh.c kx.c \ priority.c hash_int.c cipher_int.c session.c db.c x509_b64.c \ extensions.c auth.c sslv2_compat.c datum.c session_pack.c mpi.c \ |