Crates.io | tls-api-test |
lib.rs | tls-api-test |
version | 0.9.0 |
source | src |
created_at | 2017-06-07 04:07:35.20062 |
updated_at | 2022-04-28 16:24:06.964255 |
description | TLS API without implementation |
homepage | |
repository | https://github.com/stepancheg/rust-tls-api/ |
max_upload_size | |
id | 18051 |
size | 28,450 |
Test implementation the all tls-api implementations.
Contain tests line client_server
which accept
type parameters for acceptor and connector.
And actual tls-api implementations just use this
crate to do the tests.