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

#3 in #acceptor

Download history 269/week @ 2024-10-22 184/week @ 2024-10-29 135/week @ 2024-11-05 140/week @ 2024-11-12 192/week @ 2024-11-19 159/week @ 2024-11-26 199/week @ 2024-12-03 272/week @ 2024-12-10 124/week @ 2024-12-17 27/week @ 2024-12-24 66/week @ 2024-12-31 129/week @ 2025-01-07 153/week @ 2025-01-14 138/week @ 2025-01-21 98/week @ 2025-01-28 173/week @ 2025-02-04

579 downloads per month

MIT/Apache

48KB
1K 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–24MB
~454K SLoC