|
|
|
[package]
|
|
|
|
cargo-toml-patch-comments = [
|
|
|
|
"default to \"ring\" crypto backend and drop \"aws-lc-rs\" backend",
|
|
|
|
]
|
|
|
|
|
|
|
|
[tests]
|
|
|
|
skip = [
|
|
|
|
# require internet access
|
|
|
|
"common::test_stream::stream_handshake_regression_issues_77",
|
|
|
|
"test_modern",
|
|
|
|
"test_tls12",
|
|
|
|
"test_tls12_vectored",
|
|
|
|
"test_modern_vectored",
|
|
|
|
# expired test certificate
|
|
|
|
"common::test_stream::stream_bad",
|
|
|
|
"common::test_stream::stream_buffered_handshake",
|
|
|
|
"common::test_stream::stream_eof",
|
|
|
|
"common::test_stream::stream_good",
|
|
|
|
"common::test_stream::stream_good_vectored",
|
|
|
|
"common::test_stream::stream_handshake",
|
|
|
|
"pass",
|
|
|
|
"test_lazy_config_acceptor",
|
|
|
|
]
|
|
|
|
skip-exact = true
|
|
|
|
comments = [
|
|
|
|
"skip tests that require internet access",
|
|
|
|
"skip tests that fail due to expired certificates",
|
|
|
|
]
|
|
|
|
|