]> gitweb.factorcode.org Git - factor.git/commit
openssl: SSL_get_peer_certificate is deprecated, use SSL_get1_peer_certificate instead
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 13 Feb 2022 22:04:58 +0000 (16:04 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 13 Feb 2022 22:04:58 +0000 (16:04 -0600)
commit46b97664e7f5cb87d6b7608bfa65f7ebea4393e2
tree5f4590db55c69fbb461116b9b15a569b0f2ae93b
parent45846a7347998650bc1459f4da335d8a3616141d
openssl: SSL_get_peer_certificate is deprecated, use SSL_get1_peer_certificate instead

SSL_get1_peer_certificate is an alias of SSL_get_peer_certificate but the symbol
SSL_get_peer_certificate is not in openssl 3.0.1 (ubuntu 22)
basis/io/sockets/secure/openssl/openssl.factor
basis/openssl/libssl/libssl.factor