You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSL_get_peer_certificate() is deprecated since OpenSSL 3.0
Unfortunately OpenSSL didn't implement a warning for deprecated macros, so
this wasn't discovered until now.
Discovered in [0].
OpenSSL patch to improve the situation proposed in [1].
[0] #244
[1] openssl/openssl#24296
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
0 commit comments