aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2019-05-14 09:25:30 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2019-05-14 09:25:30 +0000
commit1b81a2a300987e9399053dbbfc3954394ebb0e0f (patch)
tree0d5f05b80a01c436625bf3df22edb3f18143469e /security/Makefile
parent73b0938f19f840e3192e9b47376861b60d25aa66 (diff)
downloadports-1b81a2a300987e9399053dbbfc3954394ebb0e0f.tar.gz
ports-1b81a2a300987e9399053dbbfc3954394ebb0e0f.zip
[NEW PORT] security/py-securesystemslib: Cryptographic and general-purpose routines
securesystemslib supports public-key and general-purpose cryptography, such as ECDSA, Ed25519, RSA, SHA256, SHA512, etc. Most of the cryptographic operations are performed by the cryptography and PyNaCl libraries, but verification of Ed25519 signatures can be done in pure Python. WWW: https://github.com/secure-systems-lab/securesystemslib [1] https://github.com/secure-systems-lab/securesystemslib/issues/166 [2] https://github.com/secure-systems-lab/securesystemslib/issues/167
Notes
Notes: svn path=/head/; revision=501637
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index e40d10d644ec..73d505b3fa1d 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -988,6 +988,7 @@ PORTREVISION= 1
SUBDIR += py-safe
SUBDIR += py-scp
SUBDIR += py-scrypt
+ SUBDIR += py-securesystemslib
SUBDIR += py-service_identity
SUBDIR += py-signedjson
SUBDIR += py-slowaes