Crate tls_api_test

Source
Expand description

Common implementation of tests for all TLS API implementations.

Common tests are written here and executed in impl-crates.

Probably you don’t need this crate outside of rust-tls-api repository.

Modules§

benches

Structs§

TcpListener
A TCP socket server, listening for connections.
TcpStream
A TCP stream between a local and a remote socket.

Enums§

AcceptorKeyKind

Constants§

BIND_HOST

Functions§

block_on
connect_bad_hostname
connect_bad_hostname_ignored
gen_tests_and_benches
Called from impl crates to generate the common set of tests
test_alpn
test_client_server_der
test_client_server_dyn_der
test_client_server_dyn_pkcs12
test_client_server_pkcs12
test_google
Download google.com front page.
test_version