23 releases (8 breaking)

0.9.0 Apr 28, 2022
0.7.0 Oct 26, 2021
0.5.0 Feb 21, 2021
0.4.0 May 17, 2020
0.1.8 Jun 17, 2017

#4 in #acceptor

Download history 458/week @ 2024-07-23 903/week @ 2024-07-30 853/week @ 2024-08-06 698/week @ 2024-08-13 508/week @ 2024-08-20 544/week @ 2024-08-27 340/week @ 2024-09-03 418/week @ 2024-09-10 578/week @ 2024-09-17 621/week @ 2024-09-24 451/week @ 2024-10-01 195/week @ 2024-10-08 156/week @ 2024-10-15 269/week @ 2024-10-22 184/week @ 2024-10-29 115/week @ 2024-11-05

757 downloads per month
Used in 15 crates (6 directly)

MIT/Apache

115KB
2.5K SLoC

GitHub Workflow Status License crates.io

tls-api-test

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.


lib.rs:

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.

Dependencies

~11–23MB
~442K SLoC