fwh-dc
fwh-dc
### Bug report info ```plain text . ``` ### Command used with act ```sh act -j no-legacy ``` ### Describe issue I am trying the above command with the openssl...
##### Checklist - [ ] documentation is added or updated - [ ] tests are added or updated
I'd like to add fuzzing of DTLS. So as a start here are the source files for building such a fuzzer on client and server side. I've copied the implementation...
These changes implements dtls 1.3 record number encryption reference: https://www.rfc-editor.org/rfc/rfc9147.html#name-record-number-encryption The base functionality added is covered by the functions: `dtls_crypt_sequence_number()`: This function implements the encryption of the sequence number `ssl_cipher_get_evp_cipher_ecb()`:...
My idea is that this should form the base of the dtls 1.3 feature branch as described in https://github.com/openssl/openssl/issues/13900
Another dtls 1.3 specific update. It is dependent on https://github.com/openssl/openssl/pull/22259
Dependent on: https://github.com/openssl/openssl/pull/23229
Is there a way to pass an argument from the Command-line and use it in test cases? e.g. ``` ./test --my-arg="Hello" ``` And then In a test case ``` TEST_CASE("Test")...