EVP_PKEY_size removed in openssl 3?

Asked by Anders Bälter

Symbol seems to be missing on:

Ubuntu 22.04.1
OpenSSL 3.0.2-0ubuntu1.6

➜ ~ nm -gD /usr/lib/x86_64-linux-gnu/libssl.so.3 | grep EVP_PKEY_size
➜ ~ nm -gD /usr/lib/x86_64-linux-gnu/libssl.so.1.1 | grep EVP_PKEY_size
                 U EVP_PKEY_size@OPENSSL_1_1_0

This obviously break things, but is it expected or a mishap?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Anders Bälter
Solved:
Last query:
Last reply:
Revision history for this message
Anders Bälter (abaelter) said :
#1

Yes it was removed.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2