Richard Levitte a39aa18644 Better check of DH parameters in TLS data
When the client reads DH parameters from the TLS stream, we only
checked that they all are non-zero.  This change updates the check to
use DH_check_params()

DH_check_params() is a new function for light weight checking of the p
and g parameters:

    check that p is odd
    check that 1 < g < p - 1

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
2017-01-26 10:54:36 +00:00
..
2016-04-20 09:45:40 -04:00
2016-05-21 08:23:39 -04:00
2017-01-18 15:20:42 +01:00
2016-11-16 10:34:41 +00:00
2016-04-20 09:45:40 -04:00
2009-04-06 15:22:01 +00:00