-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update dependency TLS-Attacker to v6.3.3 #159
Open
c-southwest
wants to merge
26
commits into
assist-project:master
Choose a base branch
from
c-southwest:update-tls-attacker-to-633
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update dependency TLS-Attacker to v6.3.3 #159
c-southwest
wants to merge
26
commits into
assist-project:master
from
c-southwest:update-tls-attacker-to-633
Conversation
This file contains 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
(Reference TLS-Attacker Commit 49af57bb871219fa2427dc33621e4e2cae42d10c)
(Reference TLS-Attacker Commit 6b0c072fdeec33b41d44031c19b21e6f4dd1db61)
(Reference TLS-Attacker Commit a4fab98ea9b5856d3fab218dc6d34bbc5cdb4560)
(Reference TLS-Attacker Commit 30260caf1fa15ce2ed061191dc8c6c1a0e321dac)
(Reference TLS-Attacker Commit 2adb191ffb001abe609228c71f77af5da1d3da5a)
(Reference TLS-Attacker Commit 8a75161ea63160b4a1dac620c9407715f80785ea)
…ateEntryList (Reference TLS-Attacker Commit 8cbdfa82067eae9c9159c13fc42b278fc93fe55c, 1e40faa3f2cd411a8e5fc33bf89930a8f8c09227)
(Reference TLS-Attacker Commit 1e40faa3f2cd411a8e5fc33bf89930a8f8c09227)
(Reference TLS-Attacker Commit 8f3bba03adb36dd04f4dae8ed6a3e4b1749de22c, 8cbdfa82067eae9c9159c13fc42b278fc93fe55c)
fix maven dependency:analyze And can fix runtime error "Exception in thread "main" java.lang.NoClassDefFoundError: org/xbill/DNS/TextParseException" without adding extra dependency
So when we test Client implementations, the socket client address and port will be set (Reference TLS-Attacker Commit 6f663747dc4ad109e229020e1489e2ff66393319, since they removed similar logic inside ServerUdpTransportHandler.java)
…y generated. And also stop the warning logs from protocol.preparator.CertificateMessagePreparator.
After this fix, we can learn output RSA_CERTIFICATE instead of RSA_PKCS1_CERTIFICATE
…cker-v5.3.0.patch
…ectly set, and prevent unexpected X509Context reset.
7b80d73
to
dc95cca
Compare
…me the first arrived ClientHello.
…therefore we will get wrong decrypted PreMaster Secret.
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.
Currently, server fuzzing implementations learning can produce result, but the result is not correct;
client fuzzing implemtations has runtime error and cannot complete handshake yet.