2022-10-03 13:36:42 by Nia Alarie | Files touched by this commit (1) |
Log message:
py-cryptodome: Fails with a compiler defaulting to c89
|
2022-07-06 20:50:12 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-cryptodome: fix PLIST for python 2.x
|
2022-07-05 10:16:14 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-cryptodome: updated to 3.15.0
3.15.0
New features
------------
* Add support for curves Ed25519 and Ed448, including export and import of keys.
* Add support for EdDSA signatures.
* Add support for Asymmetric Key Packages (RFC5958) to import private keys.
Resolved issues
---------------
* GH-620: for ``Crypto.Util.number.getPrime`` , do not sequentially
scan numbers searching for a prime.
|
2022-02-07 22:00:11 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-cryptodome: updated to 3.14.1
3.14.1
Resolved issues
* Fixed memory leak for GMP integers.
|
2022-01-31 12:26:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-cryptodome: updated to 3.14.0
3.14.0
New features
------------
* Add support for curve NIST P-192.
|
2022-01-24 13:39:25 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-cryptodome: updated to 3.13.0
3.13.0
New features
------------
* Add support for curve NIST P-224.
Resolved issues
---------------
* Fixed typing info for ``Crypto.PublicKey.ECC``.
Other changes
-------------
* Relaxed ECDSA requirements for FIPS 186 signatures and accept any SHA-2 or \
SHA-3 hash.
``sign()`` and ``verify()`` will be performed even if the hash is stronger \
than the ECC key.
|
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-06 20:20:37 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-cryptodome: updated to 3.12.0
3.12.0
New features
ECC keys in the SEC1 format can be exported and imported.
Add support for KMAC128, KMAC256, TupleHash128, and TupleHash256 (NIST SP-800 185).
Add support for KangarooTwelve.
Resolved issues
An asymmetric key could not be imported as a memoryview.
cSHAKE128/256 generated a wrong output for customization strings longer than 255 \
bytes.
CBC decryption generated the wrong plaintext when the input and the output were \
the same buffer.
|
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-09 10:40:21 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-cryptodome: updated to 3.11.0
3.11.0
Resolved issues
Especially for very small bit sizes, Crypto.Util.number.getPrime() was \
occasionally generating primes larger than given the bit size.
Correct typing annotations for PKCS115_Cipher.decrypt().
decrypt() method of a PKCS#1v1.5 cipher returned a bytearray instead of bytes.
External DSA domain parameters were accepted even when the modulus (p) was not \
prime. This affected Crypto.PublicKey.DSA.generate() and \
Crypto.PublicKey.DSA.construct().
|