Don't send a for ServerKeyExchange for kDHr and kDHd
authorKurt Roeckx <kurt@roeckx.be>
Sat, 14 Mar 2015 22:23:26 +0000 (23:23 +0100)
committerKurt Roeckx <kurt@roeckx.be>
Tue, 24 Mar 2015 21:58:30 +0000 (22:58 +0100)
commit23a9b24aa100cc1c5c7d2c95252f2520680d2e58
tree138355bcf2bc41d86809e446323e14e0a01aa115
parent5d74b4b4b3562ebb192cbebcbfadcce751625054
Don't send a for ServerKeyExchange for kDHr and kDHd

The certificate already contains the DH parameters in that case.
ssl3_send_server_key_exchange() would fail in that case anyway.

Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit 93f1c13619c5b41f2dcfdbf6ae666f867922a87a)
ssl/d1_srvr.c