2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-07-01 23:36:01 by Nia Alarie | Files touched by this commit (232) |
Log message:
Follow some remaining search.cpan.org redirects.
|
2018-12-07 13:06:17 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.063
Upstream changes:
0.063 2018-11-28
- proper patch for #46 (related to Math::BigInt::LTM)
|
2018-11-10 09:40:57 by Wen Heping | Files touched by this commit (2) |  |
Log message:
Update to 0.062
Upstream changes:
0.062 2018-10-30
- bundled libtommath update branch:develop (commit:8b9f98ba 2018-09-23) \
+ stdint.h workaround
- bundled libtomcrypt update branch:develop (commit:f413335b 2018-10-29)
- fix #45 doc only - sign_message_rfc7518 / sign_message_rfc7518
- fix $46 tests only - t/mbi_ltm_bigintpm.t etc. started to fail with \
latest Math::BigInt
- fix #47 gcm_decrypt_verify + chacha20poly1305_decrypt_verify don't \
verify the tag - SERIOUS SECURITY BUG!
- improved CBC/ECB padding (using libtomcrypt's functions: padding_depad \
+ padding_pad)
- enable pkcs#8 encrypted RSA keys (supported by the latest libtomcrypt)
- exclude wycheproof tests (too big) from dist tarball (via MANIFEST.SKIP)
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-06-22 12:06:30 by Wen Heping | Files touched by this commit (2) |  |
Log message:
Update to 0.061
Upstream changes:
0.061 2018-06-07
- bundled libtommath update (+stdint.h workaround)
- bundled libtomcrypt update (+necessary adaptation)
- fix #43 HP-UX 11.11 C-ANSI-C has no stdint.h
- fix #44 Anonymous unions are GNU and C11 (troubles with HP C/aC++, \
HP-UX 11.31/IA64)
|
2018-05-02 15:27:09 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-CryptX: update to 0.060.
0.060 2018-05-01
- bundled libtomcrypt update
- Math::BigInt::LTM - remove buggy tests failing with the latest Math::BigInt
- basically no changes to the perl modules
|
2018-04-19 05:12:32 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.059
Upstream changes:
0.059 2018-03-25
- new Crypt::Digest::Keccak(224|256|384|512)
- new methods sign_hash_rfc7518 + verify_hash_rfc7518 (Crypt::PK::ECC)
- improved import of pkcs#8 private keys (Crypt::PK::ECC)
- improved export allowing "compressed" variants (Crypt::PK::ECC)
- fix #28 Apple's APNS pkcs8 auth key import fails (Crypt::PK::ECC)
- fix cpantesters failure (5.8.1 related)
|
2018-02-28 09:46:04 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-CryptX: update to 0.058.
0.058 2018-02-27
- fix: decode_b58b + invalid input
|
2018-02-25 19:45:05 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-CryptX: update to 0.057.
0.057 2018-01-31
- significant speed-up (more stuff handled on XS level)
- Crypt::Checksum is deprecated in favour of Crypt::Checksum::Adler32|CRC32
|