https://github.com/yl3dy/pylibressl
Python bindings to LibreSSL library
https://github.com/yl3dy/pylibressl
cffi libressl python
Last synced: about 1 year ago
JSON representation
Python bindings to LibreSSL library
- Host: GitHub
- URL: https://github.com/yl3dy/pylibressl
- Owner: yl3dy
- License: mit
- Created: 2021-08-14T08:46:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-21T12:22:52.000Z (almost 5 years ago)
- Last Synced: 2025-05-20T23:17:21.033Z (about 1 year ago)
- Topics: cffi, libressl, python
- Language: Python
- Homepage: https://pylibressl.readthedocs.io
- Size: 138 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LibreSSL bindings for Python using CFFI
Python3 bindings to LibreSSL using CFFI. It aims to provide interface to the most important bits of LibreSSL on Python 3.4+. Supported platforms: GNU/Linux, Windows. It is distributed under the terms of the MIT license.
For installation and usage see the [documentation](https://pylibressl.readthedocs.io/en/latest/).