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

#694 in Testing

Download history 994/week @ 2024-03-14 1073/week @ 2024-03-21 1610/week @ 2024-03-28 1247/week @ 2024-04-04 1424/week @ 2024-04-11 1808/week @ 2024-04-18 1682/week @ 2024-04-25 1554/week @ 2024-05-02 1428/week @ 2024-05-09 1365/week @ 2024-05-16 1100/week @ 2024-05-23 1819/week @ 2024-05-30 1056/week @ 2024-06-06 1113/week @ 2024-06-13 1457/week @ 2024-06-20 731/week @ 2024-06-27

4,758 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–24MB
~438K SLoC