Path to this page:
./
security/py-rsa,
Pure-Python RSA implementation
Branch: CURRENT,
Version: 4.9,
Package name: py310-rsa-4.9,
Maintainer: pkgsrc-usersPython-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.
Required to run:[
devel/py-setuptools] [
security/py-asn1] [
lang/python27]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 29.015 KB
Version history: (Expand)
- (2022-07-24) Updated to version: py310-rsa-4.9
- (2022-01-05) Updated to version: py39-rsa-4.8nb2
- (2022-01-05) Updated to version: py39-rsa-4.8nb1
- (2021-12-11) Updated to version: py39-rsa-4.8
- (2021-10-07) Updated to version: py39-rsa-4.7.2
- (2021-02-24) Updated to version: py38-rsa-4.7.2
CVS history: (Expand)
2022-07-24 12:48:55 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-rsa: update to 4.9.
## Version 4.9 - release 2022-07-20
- Remove debug logging from `rsa/key.py`
([#194](https://github.com/sybrenstuvel/python-rsa/issues/194)).
- Remove overlapping slots in `PrivateKey` and `PublicKey`.
([#189](https://github.com/sybrenstuvel/python-rsa/pull/189)).
- Do not include CHANGELOG/LICENSE/README.md in wheel
([#191](https://github.com/sybrenstuvel/python-rsa/pull/191)).
- Fixed Key Generation Unittest: Public and Private keys are assigned the wrong \
way around
([#188](https://github.com/sybrenstuvel/python-rsa/pull/188)).
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-12-11 21:06:49 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-rsa: updated to 4.8
Version 4.8
- Switch to [Poetry](https://python-poetry.org/) for dependency and release \
management.
- Compatibility with Python 3.10.
- Chain exceptions using `raise new_exception from old_exception`
- Added marker file for PEP 561. This will allow type checking tools in \
dependent projects
to use type annotations from Python-RSA
- Use the Chinese Remainder Theorem when decrypting with a private key. This
makes decryption 2-4x faster
|
2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605) |
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums
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-07 16:54:50 by Nia Alarie | Files touched by this commit (606) |
Log message:
security: Remove SHA1 hashes for distfiles
|
2021-02-24 20:14:38 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rsa: updated to 4.7.2
Version 4.7.2
Fix picking/unpickling issue introduced in 4.7
|
2021-02-16 19:46:18 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rsa: updated to 4.7.1
Version 4.7.1
Fix threading issue introduced in 4.7
|