Discussion:
libtls support
Emil Engler via curl-library
2021-04-19 17:37:48 UTC
Permalink
Hey curl-library,
two days ago a new version of LibreSSL got published which introduced a way to
install one of it's interface, libtls, independently of the other parts of the
library. This means that it is now possible to get in the favors of LibreSSL on
a system that users another TLS lib by default. Adding it could increase
it's security and maybe it's portability. Especially the security aspect could
be interesting as many Linux distros stopped offering LibreSSL support in the
beginning of the year.

For those of you who don't know what libtls is, it is a TLS interface that
should be easier to use than the default OpenSSL one. It offers only TLS and
nothing more.
Further reading: https://github.com/bob-beck/libtls/blob/master/TUTORIAL.md

Effectively it would mean adding a new TLS abstraction to libcurl.

Feedback on that feature suggestion is greatly appreciated :-)

Cheers,
Emil
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Daniel Stenberg via curl-library
2021-04-20 07:33:31 UTC
Permalink
Post by Emil Engler via curl-library
Effectively it would mean adding a new TLS abstraction to libcurl.
Why does it require a new abstraction? Isn't it "just" another TLS library to
add support for?
--
/ daniel.haxx.se
| Commercial curl support up to 24x7 is available!
| Private help, bug fixes, support, ports, new features
| https://www.wolfssl.com/contact/
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.se/mail/etiquette.
Emil Engler via curl-library
2021-04-23 12:28:18 UTC
Permalink
Post by Daniel Stenberg via curl-library
Post by Emil Engler via curl-library
Effectively it would mean adding a new TLS abstraction to libcurl.
Why does it require a new abstraction? Isn't it "just" another TLS library
to add support for?
--
/ daniel.haxx.se
| Commercial curl support up to 24x7 is available!
| Private help, bug fixes, support, ports, new features
| https://www.wolfssl.com/contact/
Yes, this is correct! My phrasing was a bit bad here, sorry for this.

Cheers and an awesome weekend,
Emil Engler
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: h

Loading...