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:42:30 +0000 (22:42 +0100)
commitfe82be2b33714949e24f107af94b5b75206a28cd
tree93e8254f043173b460ec5a6d5b5ad2e76d7b5351
parent8509128179a93e0b797ab80dadc2dff63ae194b3
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