mgrabovsky / tls-petting-zoo

Using GnuTLS, LibreSSL, PyOpenSSL and Python stdlib's ssl to establish secure TLS tunnels.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TLS Petting Zoo

This repository contains code samples demonstrating how to establish a TLS connection and submit a simple HTTP request to a remote server in C and Python. The samples each use a different TLS-capable library: GnuTLS 3.6.10, libtls from LibreSSL 2.9.2, pyOpenSSL and the ssl module from the Python 3 standard library

Licence

The code, documentation and other resources in this repository are provided under the conditions of the Blue Oak Model License 1.0.0.

About

Using GnuTLS, LibreSSL, PyOpenSSL and Python stdlib's ssl to establish secure TLS tunnels.

License:Other


Languages

Language:C 61.0%Language:Python 37.9%Language:Makefile 1.1%