mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
2650515394
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> |
||
---|---|---|
.. | ||
perl/OpenSSL/Util | ||
TLSProxy | ||
build.info | ||
check-doc-links.pl | ||
ck_errf.pl | ||
copy.pl | ||
dofile.pl | ||
find-doc-nits.pl | ||
find-unused-errs | ||
fipslink.pl | ||
incore | ||
indent.pro | ||
libcrypto.num | ||
libssl.num | ||
mkbuildinf.pl | ||
mkcerts.sh | ||
mkdef.pl | ||
mkdir-p.pl | ||
mkerr.pl | ||
mkrc.pl | ||
openssl-format-source | ||
opensslwrap.sh | ||
point.sh | ||
process_docs.pl | ||
selftest.pl | ||
shareable_image_wrap.c.in | ||
shlib_wrap.sh.in | ||
su-filter.pl | ||
with_fallback.pm |