Annoyingly libretls requires openssl 1.1.1b or higher which means BoringSSL (1.1.0) is missing the newer IO socket abstractions which libretls is depending upon. Do you know if there are plans to upgrade the interfaces of BoringSSL to support the new API? I was hoping to avoid directly holding the OpenSSL API's.
- Eric On Thu, Oct 28, 2021 at 10:59 AM Eric Molitor <[email protected]> wrote: > Reworked TLS patch. This limits the make.sh change to just tls which > should resolve any concerns about multiple libraries. This also folds in a > few fixes I've found while testing. Elliot this should work with > LibreTLS+BoringSSL but I've not had a chance to test that yet. > > - Eric > > On Thu, Oct 28, 2021 at 8:17 AM Eric Molitor <[email protected]> wrote: > >> Let me clean this up first and do a bit more testing to sort the >> libraries out. Yeah BoringSSL uses the same symbols as older OpenSSL. If >> you do want to give it a whirl there is a new experimental WGET_TLS >> suboption to enable in addition to WGET. For BoringSSL you also need to >> have LibreTLS to link against. >> >> - Eric >> >> >> On Thu, 28 Oct 2021, 7:06 am enh, <[email protected]> wrote: >> >>> Iirc boringssl uses the same library names as openssl. If you want me to >>> try something tomorrow, let me know what. Just change wget to =y in .config >>> and see what libraries I need to add for it to link? >>> >>> On Wed, Oct 27, 2021, 22:50 Rob Landley <[email protected]> wrote: >>> >>>> On 10/27/21 11:58 AM, Eric Molitor wrote: >>>> > Final patch which adds TLS support. >>>> > >>>> > - Eric >>>> >>>> Hmmm, the lib stuff is awkward. (If you have more than one installed, I >>>> think it >>>> will try to link to both. Which seems unlikely to work? And I dunno >>>> what android >>>> calls boringssl. It would be nice if there was a standard alias name >>>> symlink, >>>> but alas...) >>>> >>>> And the changes to scripts/make.sh are _not_ in pending. Hmmm... >>>> >>>> Rob >>>> _______________________________________________ >>>> Toybox mailing list >>>> [email protected] >>>> http://lists.landley.net/listinfo.cgi/toybox-landley.net >>>> >>>
_______________________________________________ Toybox mailing list [email protected] http://lists.landley.net/listinfo.cgi/toybox-landley.net
