A small program for testing Rustls (an embryonic Rust TLS library) with TryTLS (a TLS implementation testing tool).
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
$ trytls https cargo run --quiet
Like Rustls, this project is triple-licensed. You can use this software under any of these three licenses:
- MIT license (see
LICENSE-MIT
) - ISC license (see
LICENSE-ISC
) - Apache License, Version 2.0 (see
LICENSE-APACHE
)