1.2K
A Docker image and Python library for working with websites and services that use Russian cryptographic standards GOST (GOST R 34.10-2012, GOST R 34.11-2012) in SSL/TLS connections.
This project provides a ready-to-use solution for developers who need to work with Russian services that support only GOST encryption. It includes a Docker image with pre-installed Python and the gost_http library for easy integration into existing projects.
requestsdocker pull gseldon/python-gost-engine:latest
Or use a specific version:
docker pull gseldon/python-gost-engine:3.12-alpine-v0.1.0
The gost_http library provides a simple interface for making HTTPS requests to GOST-enabled websites. For detailed examples and usage instructions, see the GitHub repository.
The library supports multiple usage patterns:
requests moduleGOSTHTTPClient classlatest - Latest stable release{PYTHON_VERSION}-alpine-{RELEASE_TAG} - Specific version (e.g., 3.12-alpine-v0.1.0)requests, urllib3, pyOpenSSL, cryptographyFor complete documentation, code examples, and usage patterns, visit the GitHub repository.
This project follows the licensing of its components:
Content type
Image
Digest
sha256:b034816e1…
Size
30.6 MB
Last updated
9 months ago
docker pull gseldon/python-gost-engine