Change #246535
Category | curl |
Changed by | Theo Buehler <tb | @openbsd.org>
Changed at | Thu 23 Oct 2025 14:13:26 |
Repository | https://github.com/curl/curl.git |
Project | curl |
Branch | master |
Revision | 2edce4406594fb30b04acc4e079fa19d5c1f53ec |
Comments
vtls: remove call to PKCS12_PBE_add() Curl is one of the last callers of PKCS12_PBE_add(). It has been a noop since OpenSSL 0.9.8k (2006) stubbed it out when moving the built-in PBE algorithms to a static table: https://github.com/openssl/openssl/commit/b8f702a0affa2087758230967b55df504a176774 Closes #19201
Changed files
- lib/setup-vms.h
- lib/vtls/openssl.c