Navigation Menu

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

okhttp: introduced new TLS1.2 cipher suites and internal okhttp implementation for TLS1.3 prepared. #8650

Merged
merged 3 commits into from Nov 17, 2021

Conversation

beatrausch
Copy link
Contributor

The PR introduces new TLS 1.2 cipher suites (#8610) and prepares the internal okhttp implementation for TLS1.3. A new method for using a internal ConnectionSpec was added to be able to use the newly introduced cipher suites in the OkHttpChannelBuilder. Okhttp cipher suites synchronized with the ones form netty.

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Nov 3, 2021

CLA Signed

The committers are authorized under a signed CLA.

@ejona86
Copy link
Member

ejona86 commented Nov 3, 2021

CC @dapengzhang0

We can't review until you agree to the CLA. If you have trouble, just tell us.

@beatrausch
Copy link
Contributor Author

CC @dapengzhang0

We can't review until you agree to the CLA. If you have trouble, just tell us.

I agreed the CLA, but it seems that I used the wrong username for my initial commit. Is there a way to change this? or shall I close the PR and create a new one with the commits issued with the correct username?

@ejona86
Copy link
Member

ejona86 commented Nov 3, 2021

@beatrausch, you can do whatever rewriting of the commits you need (e.g., via rebase) and then just force-push to your fork's branch. This PR will track that branch, and then notice the new authorship.

Additional TLS1.2 cipher suites added
Default connection spec synced with netty
Introduced new method for internal connection in OkHttpChannelBuilder
@dapengzhang0
Copy link
Member

@beatrausch Can you please drop unrelated commits?

@beatrausch
Copy link
Contributor Author

@beatrausch Can you please drop unrelated commits?

Sorry, I dropped the commits

@ejona86 ejona86 added the kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run label Nov 12, 2021
@grpc-kokoro grpc-kokoro removed the kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run label Nov 12, 2021
@ejona86 ejona86 added the kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run label Nov 16, 2021
@grpc-kokoro grpc-kokoro removed the kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run label Nov 16, 2021
@ejona86 ejona86 merged commit 5a3b8e2 into grpc:master Nov 17, 2021
@ejona86
Copy link
Member

ejona86 commented Nov 17, 2021

@beatrausch, thank you!

@beatrausch beatrausch deleted the okhttp-additional-ciphers branch November 17, 2021 19:13
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 16, 2022
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.

None yet

4 participants