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

#745 in Testing

Download history 1771/week @ 2024-01-05 1852/week @ 2024-01-12 1995/week @ 2024-01-19 2029/week @ 2024-01-26 2005/week @ 2024-02-02 1447/week @ 2024-02-09 1398/week @ 2024-02-16 1002/week @ 2024-02-23 1591/week @ 2024-03-01 1304/week @ 2024-03-08 1019/week @ 2024-03-15 1036/week @ 2024-03-22 1608/week @ 2024-03-29 1402/week @ 2024-04-05 1362/week @ 2024-04-12 1485/week @ 2024-04-19

6,064 downloads per month
Used in 17 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
~439K SLoC