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

#1047 in Cryptography

Download history 1205/week @ 2022-12-03 1561/week @ 2022-12-10 1566/week @ 2022-12-17 1756/week @ 2022-12-24 1853/week @ 2022-12-31 2104/week @ 2023-01-07 1769/week @ 2023-01-14 2422/week @ 2023-01-21 7362/week @ 2023-01-28 2015/week @ 2023-02-04 1901/week @ 2023-02-11 1959/week @ 2023-02-18 1647/week @ 2023-02-25 1597/week @ 2023-03-04 1271/week @ 2023-03-11 1217/week @ 2023-03-18

6,047 downloads per month
Used in 15 crates (6 directly)

MIT/Apache

93KB
2K 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

~7–15MB
~354K SLoC