TLS 1.3, mTLS, X.509, ALPN, OCSP, CRL, and certificate policy surfaces for the Tigrcorn Python web server.
Project description
tigrcorn-security
TLS 1.3, mTLS, X.509, ALPN, OCSP, CRL, and certificate policy surfaces for the Tigrcorn Python web server.
Install
uv add tigrcorn-security
pip install tigrcorn-security
Use the aggregate tigrcorn distribution when you want the full ASGI3 Python web server stack. Install tigrcorn-security directly when you want only this package boundary and its declared dependencies.
What It Owns
tigrcorn-security owns tls, tls13, x509, alpn, cipher policy, and certificate helpers. Its import package is tigrcorn_security, and its declared package dependencies are: tigrcorn-core, tigrcorn-config.
This package page is written for developers searching for Tigrcorn ASGI3 server components, Python web server packages, HTTP/3 and QUIC support, WebSocket and WebTransport-adjacent surfaces, and Apache 2.0 licensed infrastructure.
Why Use This?
Use tigrcorn-security when you want the security layer as a direct install target instead of the full server bundle. It lets application, operator, or certification workflows depend on this boundary explicitly while keeping the broader Tigrcorn runtime assembled from smaller repo-owned package surfaces.
FAQ
What does this package export?
The package exports through the tigrcorn_security namespace and keeps the root tigrcorn package as the compatibility umbrella.
Which boundary does this package own?
It is the package boundary for tls, tls13, x509, alpn, cipher policy, and certificate helpers in the Tigrcorn package graph.
Which security surfaces live here?
TLS 1.3, mTLS, X.509, ALPN, certificate helpers, cipher policy, and related validation surfaces are concentrated here so runtime and protocol layers can consume a consistent security boundary.
Features
- Owns tls, tls13, x509, alpn, cipher policy, and certificate helpers inside the Tigrcorn split-package architecture.
- Publishes the
tigrcorn_securityimport surface for module-oriented public surfaces. - Declared runtime dependencies: tigrcorn-core, tigrcorn-config.
- Optional dependency surface: cryptography.
- Supports Python 3.10, 3.11, 3.12, 3.13, and 3.14.
Use It When
Use tigrcorn-security when you need security-level behavior without pulling the entire server stack into the import surface. It is part of Tigrcorn's split-package architecture, so it can be installed independently while remaining linked to the rest of the Tigrcorn package family on PyPI.
Import Surface
import tigrcorn_security
print(tigrcorn_security.__name__)
The package exposes its supported public surface through the tigrcorn_security namespace. The root tigrcorn package keeps compatibility shims for users who install the full server distribution.
Related Packages
Package Graph
tigrcorn-core | tigrcorn-config | tigrcorn-http | tigrcorn-asgi | tigrcorn-contract | tigrcorn-transports | tigrcorn-security | tigrcorn-protocols | tigrcorn-static | tigrcorn-observability | tigrcorn-runtime | tigrcorn-compat | tigrcorn-certification
Best Practices
- Keep TLS, certificate, and ALPN logic centralized here instead of scattering policy code across runtime modules.
- Pull cryptography-backed extras only for deployments that need X.509 or certificate helper behavior.
- Document operator-visible security behavior against this package boundary before claiming support at the repo root.
License
Apache-2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tigrcorn_security-0.3.18.dev2.tar.gz.
File metadata
- Download URL: tigrcorn_security-0.3.18.dev2.tar.gz
- Upload date:
- Size: 57.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e23cf898a92944f18c8a6fc4f066b01a1febeb746051a2bdf94362bd4408d17f
|
|
| MD5 |
d9ba0534ef4e0a7c34a7f08fad1eaed8
|
|
| BLAKE2b-256 |
d6b14bcb263539a6dfa2bb158321fe9a0c12fb526e074174ede5f449e1d85ccb
|
File details
Details for the file tigrcorn_security-0.3.18.dev2-py3-none-any.whl.
File metadata
- Download URL: tigrcorn_security-0.3.18.dev2-py3-none-any.whl
- Upload date:
- Size: 82.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef867de054b4fd1c21c05c12789a0d63f6df1bdbf6bf14aa115f409f689fefb0
|
|
| MD5 |
e6e54894b9ac3d9ab6e069979e65d0f7
|
|
| BLAKE2b-256 |
5802b0ce6a403262ef4f89a0a457c74bd70f345bb59f8f364e78cc1cb021af92
|