Skip to main content

A Python ctypes GmSSL implementation

Project description

pygmssl

A Python ctypes GmSSL implementation

1 INSTALL

1.1 install GmSSL

git clone https://github.com/guanzhi/GmSSL.git
cd GmSSL && mkdir build && cd build && cmake ..
make && make test && sudo make install
sudo ldconfig

# check gmssl installed
gmssl version

1.2 install pygmssl

python -m pip install pygmssl

2 Usage

import pygmssl
print(pygmssl.get_gmssl_version_str(), pygmssl.get_gmssl_version_num())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pygmssl-0.0.4.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

pygmssl-0.0.4-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page