This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-service-identity/badges/latest-version.svg)](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]]