Re: ASIO openSSL 3 support
Marcel Raad via Boost-users <[email protected]> Tue, 3 Jan 2023 15:47:52 +0000
| Newsgroups | gmane.comp.lib.boost.user |
|---|---|
| Message-ID | <DBAPR06MB703236D9CAA5B95B0B39BF9A9EF49@DBAPR06MB7032.eurprd06.prod.outlook.com> |
Hi Ofer, > From: Boost-users <[email protected]> On Behalf Of Ofer Lent via Boost-users > Sent: Tuesday, 3 January 2023 16:00 > To: [email protected] > Cc: Ofer Lent <[email protected]> > Subject: [Boost-users] ASIO openSSL 3 support > > [...] > However, API-s which were deprecated in openSSL 3 still exist in https://boostorg.jfrog.io/artifactory/main/release/1.80.0/source/boost_1_80_0.tar.gz → boost/asio/ssl/impl/context.ipp: > • RSA_free > • DH_free > • d2i_RSAPrivateKey_bio > • PEM_read_bio_RSAPrivateKey > • SSL_CTX_use_RSAPrivateKey > • SSL_CTX_use_RSAPrivateKey_file > • PEM_read_bio_DHparams > > Is there a plan to update them? All of these symbols are only used for (OPENSSL_VERSION_NUMBER < 0x30000000L), so it should already work fine for OpenSSL 3.0 and later. Marcel _______________________________________________ Boost-users mailing list [email protected] https://lists.boost.org/mailman/listinfo.cgi/boost-users