noxxi / p5-io-socket-ssl

IO::Socket::SSL Perl Module
36 stars 60 forks source link

Adapt to new OpenSSL version / ABI compatibility scheme #141

Closed akhuettel closed 1 year ago

akhuettel commented 1 year ago

https://www.openssl.org/policies/releasestrat.html

In short, as of 3.0.0, when the version is MAJOR.MINOR.PATCH, only changes in MAJOR indicate API/ABI incompatible changes.

Fixes: https://github.com/noxxi/p5-io-socket-ssl/issues/137 Bug: https://bugs.gentoo.org/show_bug.cgi?id=909545

noxxi commented 1 year ago

Thanks for your contribution.