openssl/util
Richard Levitte 2650515394 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:01 +00:00
..
perl/OpenSSL/Util Move manpages to man[1357] structure. 2016-10-26 13:59:52 -04:00
TLSProxy Check the exit code from the server process 2017-01-23 11:30:21 +01:00
build.info
check-doc-links.pl Add util/check-doc-links.pl, to be used to check referenses in manuals 2016-11-11 13:06:43 +01:00
ck_errf.pl Remove trailing whitespace from some files. 2016-10-10 23:36:21 +01:00
copy.pl Remove trailing whitespace from some files. 2016-10-10 23:36:21 +01:00
dofile.pl
find-doc-nits.pl Doc nits: callback function typedefs 2017-01-09 16:09:50 -05:00
find-unused-errs
fipslink.pl Remove trailing whitespace from some files. 2016-10-10 23:36:21 +01:00
incore
indent.pro Clean dead macros and defines 2017-01-18 15:19:24 +01:00
libcrypto.num Better check of DH parameters in TLS data 2017-01-26 10:54:01 +00:00
libssl.num Add support for key logging callbacks. 2017-01-23 17:07:43 +01:00
mkbuildinf.pl
mkcerts.sh
mkdef.pl Revert "Remove heartbeats completely" 2016-11-15 14:53:33 +01:00
mkdir-p.pl
mkerr.pl Remove trailing whitespace from some files. 2016-10-10 23:36:21 +01:00
mkrc.pl
openssl-format-source
opensslwrap.sh
point.sh
process_docs.pl Fix typo in util/process_docs.pl 2016-11-11 13:07:37 +01:00
selftest.pl
shareable_image_wrap.c.in
shlib_wrap.sh.in Remove automatic RPATH - adapt shlib_wrap.sh 2016-10-13 02:21:51 +02:00
su-filter.pl Remove trailing whitespace from some files. 2016-10-10 23:36:21 +01:00
with_fallback.pm