]> git.ipfire.org Git - thirdparty/curl.git/commit
openssl: fail if more than MAX_ALLOWED_CERT_AMOUNT certs
authorDaniel Stenberg <daniel@haxx.se>
Fri, 17 Oct 2025 08:12:50 +0000 (10:12 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 17 Oct 2025 11:36:57 +0000 (13:36 +0200)
commit3df71e6dc23e80466c2d448ceb7dc070addbea67
treebae37270779943a79e76102ecf1d295309b985b2
parentf221cdeabe7d4f1b123b9306feed8e3b8fe6abb0
openssl: fail if more than MAX_ALLOWED_CERT_AMOUNT certs

Detect and prevent abuse or mistakes. Limit set to 100.

Closes #19091
lib/vtls/openssl.c