]> git.ipfire.org Git - thirdparty/curl.git/commit
vtls: remove call to PKCS12_PBE_add()
authorTheo Buehler <tb@openbsd.org>
Thu, 23 Oct 2025 11:12:48 +0000 (13:12 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 23 Oct 2025 12:13:26 +0000 (14:13 +0200)
commit2edce4406594fb30b04acc4e079fa19d5c1f53ec
tree53f7cb51264a2222b360c9533dd010b0905afc2b
parent9752d5fe0b935b0742792c0a3469de7c5a9d4226
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
lib/setup-vms.h
lib/vtls/openssl.c