Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 987 Bytes

File metadata and controls

32 lines (21 loc) · 987 Bytes

A Rustls stub for TryTLS

A small program for testing Rustls (an embryonic Rust TLS library) with TryTLS (a TLS implementation testing tool).

Prerequisites

Install Rust toolchain from the Rust home page. Another option is to use your package manager of choice, such as Homebrew on OS X:

$ brew install rust

Install TryTLS following the instructions at the TryTLS project repository page. This requires Python 2.7.9+ or 3.4+:

$ pip install trytls

Running the Tests

$ trytls https cargo run --quiet

License

Like Rustls, this project is triple-licensed. You can use this software under any of these three licenses: