fwh-dc

Results 34 issues of 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...

kind/bug

##### Checklist - [ ] documentation is added or updated - [ ] tests are added or updated

branch: master
approval: review pending
triaged: design
tests: exempted

branch: master
approval: review pending
triaged: refactor
tests: exempted

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...

branch: master
approval: review pending
approval: otc review pending
triaged: feature
tests: present

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()`:...

approval: review pending
approval: otc review pending
triaged: feature
tests: deferred

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

approval: done
hold: need omc decision
branch: master
triaged: feature
severity: fips change
tests: deferred

Another dtls 1.3 specific update. It is dependent on https://github.com/openssl/openssl/pull/22259

branch: master
approval: review pending
triaged: feature

Dependent on: https://github.com/openssl/openssl/pull/23229

approval: review pending
approval: otc review pending
triaged: feature
tests: deferred

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")...

type/feature-proposal
category/API-usage
category/CLI