File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
bindings/rust/standard/integration/src/mtls Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -96,13 +96,9 @@ fn register_async_pkey_verify_offload(
9696 ( invoked, rx)
9797}
9898
99- // #[ignore] due to a TLS 1.3 server-side bug in s2n-tls (as of 2025-12-04) where multi-message
100- // async cert validation clears queued handshake messages. This prevents the
101- // CertificateVerify message from being processed and causes the handshake to hang.
102- // Remove #[ignore] once the multi-message async cert verify bug is fixed.
103- // rustls client, s2n server with async cert verify + async pkey verify offload (TLS 1.3)
99+ /// rustls client and s2n-tls server with async cert validation and async pkey
100+ /// verify offload over TLS 1.3.
104101#[ test]
105- #[ ignore = "Hangs due to multi-message bug in async cert validation" ]
106102fn s2n_server_tls13 ( ) {
107103 crate :: capability_check:: required_capability (
108104 & [ crate :: capability_check:: Capability :: Tls13 ] ,
You can’t perform that action at this time.
0 commit comments