Boost logo

Boost :

From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2020-04-20 01:51:30


Christopher:

Just a heads up, that Asio's SSL support now requires OpenSSL 1.0.2 or later.

On Sun, Apr 19, 2020 at 6:30 PM Marshall Clow <mclow.lists_at_[hidden]> wrote:
>
> I wonder what version of OpenSSL that builder is using.
>
> In OpenSSL 1.0 (and before), it appears that `X509_check_ip_asc` is in <openssl/x509.h>.
> See https://www.openssl.org/docs/man1.1.0/man3/X509_check_ip_asc.html
>
> In OpenSSL 1.1, it appears that `X509_check_ip_asc` is in <openssl/x509v3.h>.
> See https://www.openssl.org/docs/man1.1.1/man3/X509_check_ip_asc.html
>
> -- Marshall
>
> On Sun, Apr 19, 2020 at 3:26 PM Vinnie Falco <vinnie.falco_at_[hidden]> wrote:
>>
>> On Sun, Apr 12, 2020 at 8:27 AM Marshall Clow via Boost
>> <boost_at_[hidden]> wrote:
>> > Reminder: The master branch closes for the release on April 22nd.
>>
>> I'm seeing build breakage for Beast, coming from either OpenSSL or Boost.Asio:
>>
>> <https://travis-ci.org/github/boostorg/beast/jobs/676950151#L1281>
>>
>> Thanks

-- 
Regards,
Vinnie
Follow me on GitHub: https://github.com/vinniefalco

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk