CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2021/11/29 12:47:47
Modified files: lib/libcrypto/dh: dh_check.c Log message: Synchronize DH_check() mostly with OpenSSL 1.1.1 with some simplifications and readability tweaks. This ensures in particular that dh->q is suitable if present. Based on work by Stephen Henson and Bernd Edlinger in OpenSSL. Issues with the current implementation found via regression tests in py-cryptography. ok inoguchi jsing