Support for fixed DH ciphersuites.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 16 Jan 2012 18:19:14 +0000 (18:19 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 16 Jan 2012 18:19:14 +0000 (18:19 +0000)
commit8e1dc4d7ca9278fdfe68b81467b588dfdd7f8f1b
tree0ca3d697afbe656134090e3bc9179ad9ba8f06e0
parenta985410d2df042e302ba210a5963d308aec46d35
Support for fixed DH ciphersuites.

The cipher definitions of these ciphersuites have been around since SSLeay
but were always disabled. Now OpenSSL supports DH certificates they can be
finally enabled.

Various additional changes were needed to make them work properly: many
unused fixed DH sections of code were untested.
CHANGES
ssl/s3_both.c
ssl/s3_clnt.c
ssl/s3_lib.c
ssl/s3_srvr.c
ssl/ssl.h
ssl/ssl_ciph.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/ssl_rsa.c