]> git.ipfire.org Git - thirdparty/curl.git/commit
openssl: do not set SSL_MODE_RELEASE_BUFFERS
authorDaniel Stenberg <daniel@haxx.se>
Wed, 27 Mar 2024 13:15:11 +0000 (14:15 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 28 Mar 2024 07:48:51 +0000 (08:48 +0100)
commitc247827a8a666ab946db2f6cdd4a277b38147931
treefa39b42ca0909523144d3e20a0229fb4aeff4740
parent2efc111ea4cac94baf6e3febd20ad0d855eee3b3
openssl: do not set SSL_MODE_RELEASE_BUFFERS

While it might save some memory, it causes OpenSSL to instead do a huge
amount of allocations.

Ref: #13136
Closes #13203
lib/vtls/openssl.c