summaryrefslogtreecommitdiff
path: root/security/py-rsa40
AgeCommit message (Collapse)AuthorFilesLines
2022-01-14*: remove workaround patches for python 3.6wiz2-19/+1
2022-01-05*: set USE_PKG_RESOURCES for more packageswiz1-2/+4
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-10-26security: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./security/cyrus-sasl/distinfo cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
2021-10-07security: Remove SHA1 hashes for distfilesnia1-2/+1
2020-09-01security/py-rsa40: re-import py-rsa-4.0 for Python 2.xwiz6-0/+127
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. It can be used as a Python library as well as on the commandline. This package contains the last version supported by Python 2.x.