TLS-Attacker icon indicating copy to clipboard operation
TLS-Attacker copied to clipboard

TLS-Attacker is a Java-based framework for analyzing TLS libraries. It is developed by the Ruhr University Bochum (http://nds.rub.de/), the Paderborn University (https://cs.uni-paderborn.de/syssec/),...

Results 34 TLS-Attacker issues
Sort by recently updated
recently updated
newest added

For EDDSA certificates I need call same method `CertificateKeyPair ` or different method `` Certificate readCertificate = PemUtil.readCertificate(new FileInputStream("resources/ed25519crt.pem")); PrivateKey privateKey = PemUtil.readPrivateKey(new FileInputStream("resources/ed25519key.pem")); conf.setDefaultExplicitCertificateKeyPair(new CertificateKeyPair(readCertificate, privateKey)); ``

enhancement

First, thanks for your (continued) work on this project! It is certainly a useful contribution to the community, and one I'm hoping we can leverage for ongoing and emerging IETF...

enhancement

I am currently learning to use tls-attacker and am using the most current version. However, when I customize the protocol stream, the sent protocol stream is correct, but I can't...

Hello everyone! I'm trying to install tls-attacker following the documentation but getting error on TLS-Core installation: DefaultChooserTest.setUp:37 » UnsupportedOperation This public key is not supported:null Tried on different OS's -...

Hello everyone, I have problems when I want to test around with DTLS. When I start the TLS-Server with DTLS parameter nothing shows but it is running. Then I am...

I want to construct some empty TLS messages (like EmptyClientHello, EmptyChangeCipherSpec) to test if the TLS implementations handles them correctly. Also, I want to achieve this through xml files. Below...

Hi, I'm using 3.6.0 and trying to send TLS1.3 via TLS-Core. Based on previous issues I knew that the config should be updated to make TLS-Attacker use TLS1.3. So I...

My TLS-Attacker version is 5.1.6. I use TLS-Attacker as a client to connect to an openssl server whose version is openssl1.0.1f. I modify the WorkflowTrace according to [https://web-in-security.blogspot.com/2019/03/playing-with-tls-attacker.html]() and the...

java -jar TLS-Server.jar -port 4433 -version TLS13 -executor_type THREADED_SERVER 09:34:23 [main] INFO : ThreadedServerWorkflowExecutor - Initializing server connection end at port 4433 09:34:23 [main] INFO : ThreadedServerWorkflowExecutor - Listening on...

Hi, Is there some link where I can get all the XML name entities for each of the supported messages of SSL and DTLS protocol