Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Remove Support for Deprecated TLSProfileOld #2142

Merged
merged 2 commits into from
Sep 10, 2020
Merged

Remove Support for Deprecated TLSProfileOld #2142

merged 2 commits into from
Sep 10, 2020

Conversation

alrs
Copy link
Contributor

@alrs alrs commented Nov 8, 2019

The Go authors deprecated support for SSLv3 in go 1.13. They've decided to remove it in go 1.14, and have already merged the commit.

See: https://golang.org/issue/32716

This PR, or something like it, should probably land before February 2020.

Copy link
Contributor

@zwass zwass left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you think of changing the minimum version to drop SSL3 support without removing the "old" profile entirely?

I wonder whether anyone uses the "old" profile.

@alrs
Copy link
Contributor Author

alrs commented Nov 25, 2019

What do you think of changing the minimum version to drop SSL3 support without removing the "old" profile entirely?

It's tricky, yeah? If someone is depending on the behavior of "old" and it changes, is that better than having "old" disappear entirely, break something for someone, but make the change obvious?

@zwass
Copy link
Contributor

zwass commented Jan 14, 2020

I added a deprecation warning for this in #2183 and I think we can merge the removal after the next release goes out with that warning.

zwass added a commit that referenced this pull request Jan 14, 2020
Warn users in advance of removing this in #2142.
@jalseth
Copy link
Contributor

jalseth commented Aug 20, 2020

@zwass Can we merge this? The deprecation was introduced in 2.5.0 which has been out for over 6 months.

@zwass
Copy link
Contributor

zwass commented Aug 21, 2020

Yeah, we can merge this now. I'll work on fixing the conflicts.

alrs and others added 2 commits August 21, 2020 09:27
cmd/fleet: remove support for deprecated TLSProfileOld
@zwass zwass merged commit d193ea1 into kolide:master Sep 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants