-
Couldn't load subscription status.
- Fork 10
Fix DTLS 1.2 OpenSSL 1.1.1k client fuzzing null exception #201
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
base: master
Are you sure you want to change the base?
Fix DTLS 1.2 OpenSSL 1.1.1k client fuzzing null exception #201
Conversation
|
This time terminated by another exception after generated 19 hypothesis (90 minutes): |
|
@kostis I checked out the commit da2466b, which commit is just before we merge DTLS 1.3 related code, and still have the same Exception. (I deleted PSF and TLS-Attacker folder, executed I will run experiments again, for before and after key commits, such as
|
|
I checked out very early commit 8893778, just before we upgrade TLS-Attacker version from 5.3.0 to 6.3.4, and still has exception after 85 minutes with 14 hypotheses. Before I run |
|
I checked out commit d9515f9, and still get exception after 3 hours with 36 hypotheses. |
openssl 1.1.1k client learn logs.txt
I ran the learning for about 4 hours, generated 39 hypotheses, and it was terminated by
NonDeterminismExceptionI will remove
context.addStepContext()and run learning again, tomorrow I will update what happend.