-
-
Notifications
You must be signed in to change notification settings - Fork 7k
gtls: drop support for GnuTLS < 3.6.5 #19609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The Linux old job uses GnuTLS 3.5.8 it seems! |
|
Old Linux has OpenSSL 1.0.2, and I moved to GnuTLS to keep TLS. Option is maybe installing something manually from a newer release We could also build and cache a supported version there, but I don't |
Right, but I think it make sense to raise it to a TLS 1.3 capable version. Still seven years old. |
737ab6b to
5ac4987
Compare
|
So maybe bump linux-old to Debian bullseye or something? |
|
Leaving linux-old at the current version allows us to test old build tools,
especially cmake, autotools & perl. I would rather leave the current
linux-old alone so we can verify those even if it means dropping some
dependencies. I think it's more important to verify those fundamental build
tools than being able to test more old libraries.
|
Agreed, a TLS-less job would still be useful for this. That said, I wouldn't mind a CMake bump to 3.17 (6y old, |
|
I just suspect we test older versions than we need to, thus taking on more work than necessary. I think Debian Bullseye could be a fair oldest Linux to test on for now. Freexian offers LTS services for older releases, sure, but I don't think we need bend over backwards to help their business when it comes at a cost for us. |
Release date 2018-12-01. Has TLS 1.3 support.
There are no supported TLS libraries left in "stretch".
5ac4987 to
016171a
Compare
Release date 2018-12-01. Has TLS 1.3 support.