We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9006226 commit 1fb62ccCopy full SHA for 1fb62cc
ssl/s3_clnt.c
@@ -3609,7 +3609,7 @@ if (alg_k & (SSL_kRSA
3609
goto f_err;
3610
}
3611
# endif
3612
-
+/** Removed check on purpose to allow DH parameters <768
3613
if (alg_k & (SSL_kDHE | SSL_kDHr | SSL_kDHd)) {
3614
int dh_size;
3615
if (alg_k & SSL_kDHE) {
@@ -3628,6 +3628,7 @@ if (alg_k & (SSL_kRSA
3628
3629
3630
3631
+**/
3632
#endif /* !OPENSSL_NO_DH */
3633
3634
if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) &&
0 commit comments