Paul F.B.
Paul F.B.
I opened a similar [issue for Scandium](https://github.com/eclipse/californium/issues/1620), which also exhibited this behavior. From the discussions I had there, it appears that, there are rare situations when a conforming client may...
I opened a similar [issue for Scandium](https://github.com/eclipse/californium/issues/1620), which also exhibited this behavior. From the discussions I had there, it appears that, there are rare situations when a conforming client may...
[DTLS-Fuzzer](https://www.usenix.org/conference/usenixsecurity20/presentation/fiterau-brostean) is a state fuzzer capable of automatically generating models for clients and servers. On analyzing the models, bugs such as this one can be found. The '[public](https://github.com/assist-project/dtls-fuzzer/)' version currently...
Made the easy changes. What is left are the very involving and equally time-consuming changes due to Tls-Attacker's restructuring into layers. This is a good opportunity to add test cases...
Upgrade done, all tests (should) pass. Main changes are: - adapt code to TLS-Attacker's new API, and layer-based mode of operation; - remove a lot of code e.g., used for...
This is not really our project (speaking here about the people actively maintaining DTLS-Fuzzer). The fuzzer used in the USENIX 15 work is [StateLearner](https://github.com/jderuiter/statelearner), which is a fuzzer for TLS...
Hi @mufanlin , The reason why it did not start is because the command used to launch OpenSSL is no longer valid. I updated the argument files to make them...
Here are my findings so far: - there is a slight chance that you will not complete a DTLS 1.2 handshake using a DHE ciphersuite (about 7 in 1000), this...