https://github.com/johnshajiang/pyssldemo
Simple demonstrations on Python ssl module
https://github.com/johnshajiang/pyssldemo
certificate python security ssl tls
Last synced: 12 months ago
JSON representation
Simple demonstrations on Python ssl module
- Host: GitHub
- URL: https://github.com/johnshajiang/pyssldemo
- Owner: johnshajiang
- License: apache-2.0
- Created: 2019-05-22T02:04:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-02T22:38:59.000Z (almost 6 years ago)
- Last Synced: 2025-06-05T05:26:49.027Z (about 1 year ago)
- Topics: certificate, python, security, ssl, tls
- Language: Python
- Size: 152 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
A set of simple demonstrations on Python ssl module. All the demos, which are in package `pyssldemo.demo`, just focus on TLS 1.2 and/or TLS 1.3.
## Versions
Python: `3.7.3`
OpenSSL: `1.1.1`
## Prerequisition
Before run any demo, it has to setup environment `PYSSLDEMO_CERT_DIR`, which indicates the absolute path to the certificates directory. All the certificates are distributed and in folder `pyssldemo/certs`.