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

Question: Guidelines for clients #177

Closed
yschimke opened this issue Aug 7, 2022 · 2 comments
Closed

Question: Guidelines for clients #177

yschimke opened this issue Aug 7, 2022 · 2 comments

Comments

@yschimke
Copy link

yschimke commented Aug 7, 2022

Are there guidelines for Clients?

I'm updating OkHttp cipher suites,
https://github.com/square/okhttp/blob/3ad1912f783e108b3d0ad2c4a5b1b89b827e4db9/okhttp/src/jvmMain/kotlin/okhttp3/ConnectionSpec.kt#L271

To do it, I'm surveying Chrome, Firefox, combining with JVM and Conscrypt supported cipher suites.

Firefox 73 - https://www.ssllabs.com/ssltest/viewClient.html?name=Firefox&version=73&platform=Win%2010&key=171

But wondering if there is a formal process for Firefox?

@yschimke
Copy link
Author

yschimke commented Aug 7, 2022

Feel free to close if out of scope.

this is the process I came up with square/okhttp#7393

And the output https://docs.google.com/spreadsheets/d/15IMJSVHjFQxuy1_trOGRz4FS9MCFquKzrfu_4pI84kU/edit#gid=0

image

@tomato42
Copy link
Member

tomato42 commented Aug 8, 2022

No, there are no guidelines for clients, but then the list of permitted ciphers works just as well on the client side as it does on server side.

@yschimke yschimke closed this as not planned Won't fix, can't repro, duplicate, stale Aug 9, 2022
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

No branches or pull requests

2 participants