Open
Description
Problem:
s2n is deployed in environments where the clients and servers it interacts with may be running on Windows using the schannel TLS library. Implementation updates to either schannel or s2n can cause compatibility issues.
Solution:
Add schannel coverage to s2n's integration test suite.
- Does this change what S2N sends over the wire? No.
- Does this change any public APIs? No
- Which versions of TLS will this impact? All.
Requirements / Acceptance Criteria:
- Will the Usage Guide or other documentation need to be updated? N/A
- Testing: Update integration tests to cover windows schannel clients. Ideally windows10 and 11(not sure if the schannel version is pinned to windows version).
- Will this change trigger SAW changes? No
- Should this change be fuzz tested? No
Activity