Skip to content

Commit 9095a05

Browse files
committed
Remove #ignore due to bug fix
1 parent f041ee4 commit 9095a05

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

bindings/rust/standard/integration/src/mtls/async_verify_and_offload.rs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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"]
106102
fn s2n_server_tls13() {
107103
crate::capability_check::required_capability(
108104
&[crate::capability_check::Capability::Tls13],

0 commit comments

Comments
 (0)