Added options to disable more key exchange mechanisms.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 11 Mar 2013 19:15:07 +0000 (20:15 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 11 Mar 2013 23:20:31 +0000 (00:20 +0100)
commitba1a0fae3371baccaa24aed1f5fcdc12f6df82e1
tree560f35017d91b2c56dc9ff6b709cfeb675f0f9b6
parent161905abf20fb502c70b610f45789a917f3ed695
Added options to disable more key exchange mechanisms.

In that DHE was separated from ECDHE.
22 files changed:
configure.ac
lib/algorithms/ciphersuites.c
lib/algorithms/kx.c
lib/auth/Makefile.am
lib/auth/anon_ecdh.c
lib/auth/cert.c
lib/auth/cert.h
lib/auth/dh_common.c
lib/auth/dhe.c
lib/auth/dhe_psk.c
lib/auth/ecdh_common.c [deleted file]
lib/auth/ecdh_common.h [deleted file]
lib/auth/ecdhe.c [new file with mode: 0644]
lib/auth/ecdhe.h [new file with mode: 0644]
lib/auth/rsa_export.c
lib/gnutls_handshake.c
lib/gnutls_kx.c
lib/gnutls_priority.c
lib/gnutls_rsa_export.c
lib/gnutls_state.c
lib/gnutls_ui.c
m4/hooks.m4