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.

WWW: https://github.com/pyca/service_identity

PR:		193930
Submitted by:	Axel Rau <axel.rau@chaos1.de>
This commit is contained in:
Marcus von Appen 2014-09-30 14:04:34 +00:00
parent 41a77a115a
commit 5b550ab827
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369606
4 changed files with 36 additions and 0 deletions

View File

@ -796,6 +796,7 @@
SUBDIR += py-pysha3
SUBDIR += py-python-registry
SUBDIR += py-rsa
SUBDIR += py-service_identity
SUBDIR += py-slowaes
SUBDIR += py-ssh
SUBDIR += py-sslstrip

View File

@ -0,0 +1,24 @@
# Created by: Axel Rau <axel.rau@chaos1.de>
# $FreeBSD$
PORTNAME= service_identity
PORTVERSION= 14.0.0
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= axel.rau@chaos1.de
COMMENT= Service identity verification for pyOpenSSL
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0.14:${PORTSDIR}/security/py-openssl \
${PYTHON_PKGNAMEPREFIX}asn1>=0.1.7:${PORTSDIR}/devel/py-asn1 \
${PYTHON_PKGNAMEPREFIX}asn1-modules>=0.0.5:${PORTSDIR}/devel/py-asn1-modules \
${PYTHON_PKGNAMEPREFIX}characteristic>=14.0.0:${PORTSDIR}/devel/py-characteristic
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (service_identity-14.0.0.tar.gz) = 3105a319a7c558490666694f599be0c377ad54824eefb404cde4ce49e74a4f5a
SIZE (service_identity-14.0.0.tar.gz) = 26033

View File

@ -0,0 +1,9 @@
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.
WWW: https://github.com/pyca/service_identity