#tls #api-testing

tls-api-test

TLS API without implementation

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

#33 in #api-testing

Download history 164/week @ 2025-03-30 157/week @ 2025-04-06 217/week @ 2025-04-13 186/week @ 2025-04-20 184/week @ 2025-04-27 139/week @ 2025-05-04 104/week @ 2025-05-11 79/week @ 2025-05-18 95/week @ 2025-05-25 49/week @ 2025-06-01 73/week @ 2025-06-08 117/week @ 2025-06-15 187/week @ 2025-06-22 109/week @ 2025-06-29 150/week @ 2025-07-06 178/week @ 2025-07-13

643 downloads per month

MIT/Apache

48KB
1K SLoC

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.


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.

Dependencies

~11–25MB
~456K SLoC