Conversation
Note this doesn't add alpn (same as openssl). See here https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLSocket.html if you want to add that. This code is NOT GPLv2! It was taken from the Oracle web site which didn't list any license (https://docs.oracle.com/javase/10/security/sample-code-illustrating-secure-socket-connection-client-and-server.htm).
plus * amend documentation * remove TLS 1.3 ciphers in ch_ciphers for consistency reasons
Collaborator
Author
|
Java 6 was deprecated |
and hint to missing ALPN
... so that they a recognized by ~/utils/hexstream2curves.sh
* readded to the markdown * readded to the clientsimulations for Java 12
- disabled Opera (too old) - disabled ATS 9 / iOS 9 - reenabled Android 8.1
... for the time being
drwetter
added a commit
that referenced
this pull request
May 31, 2022
see #2169, #2168 Added: * Safari for macOS * Java 17 LTS * OpenSSL 3.0.3 * Android 11 and 12 * Go client (1.17) * Firefox 100, Chrome and Edge 101 using Win10 * Thunderbird 91.9 * AppleMail * LibreSSL from MacOS * disabled Java 12 and Safari on OS X 10.12 * disabled Android < 6.0 * documention update how to add a client simulation * add curves-mapping.txt file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See #2168