Python-RSA is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5. WWW: http://stuvel.eu/rsa Generated with FreeBSD Port Tools 0.99_6 (mode: new)
Responsible Changed From-To: freebsd-ports-bugs->tj I'll take this one.
tj 2012-06-14 00:28:47 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/py-rsa Makefile distinfo pkg-descr pkg-plist security/py-rsa/files patch-setup.py Log: Python-RSA is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5. WWW: http://stuvel.eu/rsa PR: ports/168460 Submitted by: koobs <koobs.freebsd@gmail.com> Approved by: eadler (mentor) Revision Changes Path 1.1291 +1 -0 ports/security/Makefile 1.1 +31 -0 ports/security/py-rsa/Makefile (new) 1.1 +2 -0 ports/security/py-rsa/distinfo (new) 1.1 +12 -0 ports/security/py-rsa/files/patch-setup.py (new) 1.1 +5 -0 ports/security/py-rsa/pkg-descr (new) 1.1 +64 -0 ports/security/py-rsa/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!