Re: PSC #213 2026-01-26
[email protected] ("Craig A. Berry")
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <CA+vYcVw34Lv204oabrHYsJMUqf8quOFZQuqtkWa7y7TpHfY+SQ@mail.gmail.com> |
On Mon, Jan 26, 2026 at 1:09 PM Andrew Hewus Fresh <[email protected]> wrote: > > On Mon, Jan 26, 2026 at 05:13:28PM +0000, Paul "LeoNerd" Evans wrote: > > * TLS in core still remains a goal for the next release cycle. > > [`Crypt::OpenSSL3`][3] might now be in a complete enough state to > > support a minimal viable product "https" client to be built on top of > > it, that could be used by an in-core CPAN client > > > I, for one, would like to see some green lights in the OpenBSD column > (which probably means libressl support). > > https://fast2-matrix.cpantesters.org/?dist=Crypt-OpenSSL3+0.002 It depends on Crypt::OpenSSL::Guess, which has had a feature request sitting there untouched for a couple of years to add LibreSSL support. This module appears to be based on a rather old version of Net::SSLeay's Makefile.PL; someone who uses LibreSSL could probably pretty easily update it with some copy and paste of things containing the string 'libressl' from here: https://github.com/radiator-software/p5-net-ssleay/blob/master/Makefile.PL to here: https://github.com/akiym/Crypt-OpenSSL-Guess/blob/master/lib/Crypt/OpenSSL/Guess.pm