python-service-identity
Service identity verification for PyOpenSSL
service_identity
aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes. In the simplest case, this means host name verification. However, service_identity implements RFC 6125 fully and plans to add other relevant RFCs too.
- Versions: 24.2.0
- Website: https://service-identity.readthedocs.io/
- Licenses: Expat
- Package source: gnu/packages/python-crypto.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-service-identity
as follows:
guix install python-service-identity
Or install a particular version:
guix install python-service-identity@24.2.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of python-service-identity about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-service-identity'><img src='https://packages.guix.gnu.org/packages/python-service-identity/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-service-identity)
Example Org:
[[https://packages.guix.gnu.org/packages/python-service-identity][https://packages.guix.gnu.org/packages/python-service-identity/badges/latest-version.svg]]