diff options
author | bsiegert <bsiegert> | 2015-01-01 12:59:16 +0000 |
---|---|---|
committer | bsiegert <bsiegert> | 2015-01-01 12:59:16 +0000 |
commit | f1199ca90fa3ff7c5acc11240b7cc7ce5460500a (patch) | |
tree | d7b53ea29a43483ec784d15229ca29a8ffc4b2cd /security/Makefile | |
parent | ae96cbe4419832505ee92c204a295dd8bd6df06c (diff) | |
download | pkgsrc-f1199ca90fa3ff7c5acc11240b7cc7ce5460500a.tar.gz |
Add a package for pycrypto, version 2.6.1. From DESCR:
This is a collection of both secure hash functions (such as SHA256 and
RIPEMD160), and various encryption algorithms (AES, DES, RSA, ElGamal,
etc.). The package is structured to make adding new modules easy.
One possible application of the modules is writing secure administration
tools. Another application is in writing daemons and servers. Clients
and servers can encrypt the data being exchanged and mutually
authenticate themselves; daemons can encrypt private data for added
security. Python also provides a pleasant framework for prototyping and
experimentation with cryptographic algorithms; thanks to its
arbitrary-length integers, public key algorithms are easily implemented.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 0ce355785b3..f3cef11bc61 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.535 2014/12/31 13:57:03 wiz Exp $ +# $NetBSD: Makefile,v 1.536 2015/01/01 12:59:16 bsiegert Exp $ # COMMENT= Security tools @@ -372,6 +372,7 @@ SUBDIR+= py-openid SUBDIR+= py-paramiko SUBDIR+= py-passlib SUBDIR+= py-prewikka +SUBDIR+= py-pycrypto SUBDIR+= py-pydeep SUBDIR+= py-requests-oauthlib SUBDIR+= py-rsa |