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:
parent
41a77a115a
commit
5b550ab827
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369606
@ -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
|
||||
|
24
security/py-service_identity/Makefile
Normal file
24
security/py-service_identity/Makefile
Normal 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>
|
2
security/py-service_identity/distinfo
Normal file
2
security/py-service_identity/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (service_identity-14.0.0.tar.gz) = 3105a319a7c558490666694f599be0c377ad54824eefb404cde4ce49e74a4f5a
|
||||
SIZE (service_identity-14.0.0.tar.gz) = 26033
|
9
security/py-service_identity/pkg-descr
Normal file
9
security/py-service_identity/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user