rustls 0.5.8

Rustls is a modern TLS library written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

# This script fetches, builds, and runs the TryTLS
# TLS test tool against rustls.  The rustls-TryTLS test stub is
# by Joachim Viide -- https://github.com/HowNetWorks/trytls-rustls-stub

set -xe

if [ ! -e trytls/ ] ; then
  pip install --prefix trytls/ trytls
fi

export PYTHONPATH=trytls/lib/python2.7/site-packages/
./trytls/bin/trytls https ../admin/covbin/trytls_shim