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§
Structs§
- TcpListener
 - A TCP socket server, listening for connections.
 - TcpStream
 - A TCP stream between a local and a remote socket.
 
Enums§
Constants§
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