Skip to content
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

add an experiment to prefer TLS 1.3 over secio #6229

Merged
merged 3 commits into from
Apr 19, 2019

Conversation

marten-seemann
Copy link
Member

Depends on ipfs/go-ipfs-config#32.

The CI build is expected to fail until this PR is merged and a release is tagged, which I can then import from this PR.

@Stebalien
Copy link
Member

This will need to be reworked a bit for the constructor changes we just merged. Want me to handle that?

@marten-seemann
Copy link
Member Author

That would be great. Thank you!

License: MIT
Signed-off-by: Marten Seemann <martenseemann@gmail.com>
go.mod Outdated
@@ -122,3 +124,5 @@ require (
)

go 1.12

replace github.com/ipfs/go-ipfs-config => github.com/marten-seemann/go-ipfs-config v0.2.5-0.20190418001109-c95be0eacc9f
Copy link
Member

Choose a reason for hiding this comment

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

@marten-seemann FYI, you can test PRs that depend on other PRs by adding replace statements.

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm aware of that, but I didn't want to put it in a PR, because we might merge it accidentally without removing the replace first.

Copy link
Member

Choose a reason for hiding this comment

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

I wonder if there's a bot we could employ for that.

License: MIT
Signed-off-by: Marten Seemann <martenseemann@gmail.com>
Copy link
Member

@Stebalien Stebalien left a comment

Choose a reason for hiding this comment

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

LGTM. Any objections @ipfs/go-team?

@Stebalien
Copy link
Member

I'll bring this up in the standup tomorrow. Assuming nobody objects, we can go ahead and merge it.

@Stebalien
Copy link
Member

Actually, I still want a review from @magik6k on the constructor stuff.

Copy link
Member

@magik6k magik6k left a comment

Choose a reason for hiding this comment

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

We can clean this up later with rest of the things for #6232


### State

Every node accepts secio and TLS 1.3 connections, but prefers secio over TLS when dialing.

This comment was marked as resolved.

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
@Stebalien Stebalien merged commit 61a0d1a into ipfs:master Apr 19, 2019
@ghost ghost removed the status/in-progress In progress label Apr 19, 2019
@Stebalien
Copy link
Member

Stebalien commented Apr 19, 2019

💥

Thanks @marten-seemann!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants