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>
Mon, 23 Mar 2015 20:08:20 +0000 (21:08 +0100)
commit93f1c13619c5b41f2dcfdbf6ae666f867922a87a
tree8f6fc1f7b9808e435c10a0fd805ea506391194f6
parent24a0d3933d24059942a3cf99695d486c8fadd576
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>
ssl/d1_srvr.c