Robert Merget
Robert Merget
Hey, your provided openssl binary segfaults while doing the OCSP check on my system. If I execute the same command with my normal openssl version (I tested either 1.0.2 or...
Most workflows in the Scanner do not expect the Server to respond with a CertificateRequest message, which can cause the WorkflowTraces to not execute as expected. If this is the...
Probes should also work indepently
From the RFC: 2.5.1.2. Missing SRP Extension The client may offer SRP cipher suites in the hello message but omit the SRP extension. If the server would like to select...
Add the TLS-Scanner version to the output of the scanner (and the JSON). This is useful when continuing to process the data with other tools.
## Summary This PR implements TCP segmentation support for TLS records, allowing fine-grained control over how records are split across TCP segments. This addresses issue #78. ## Changes - Added...
## Summary - Fixed NullPointerException in GOST client key exchange that caused "Could not compute correct GOST key blob: using byte[0]" error - Added comprehensive null checks throughout the GOST...