security/py-fido2
Provides library functionality for communicating with a FIDO device over USB as well as verifying attestation and assertion signatures. WWW: https://github.com/Yubico/python-fido2
This commit is contained in:
parent
ecf5be1635
commit
42a966f541
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472441
4 changed files with 26 additions and 0 deletions
|
@ -934,6 +934,7 @@
|
|||
SUBDIR += py-ed25519ll
|
||||
SUBDIR += py-fail2ban
|
||||
SUBDIR += py-fchksum
|
||||
SUBDIR += py-fido2
|
||||
SUBDIR += py-first-server
|
||||
SUBDIR += py-flask-httpauth
|
||||
SUBDIR += py-flask-kerberos
|
||||
|
|
18
security/py-fido2/Makefile
Normal file
18
security/py-fido2/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fido2
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= Provides library functionality for FIDO 2.0
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/py-fido2/distinfo
Normal file
3
security/py-fido2/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1529066291
|
||||
SHA256 (fido2-0.3.0.tar.gz) = 32c0db375458853d68cbbeb04861c412a05c22c873236a0c4f71296dc983ab35
|
||||
SIZE (fido2-0.3.0.tar.gz) = 125907
|
4
security/py-fido2/pkg-descr
Normal file
4
security/py-fido2/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Provides library functionality for communicating with a FIDO device over USB
|
||||
as well as verifying attestation and assertion signatures.
|
||||
|
||||
WWW: https://github.com/Yubico/python-fido2
|
Loading…
Reference in a new issue