2019-06-15 15:02:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jun 15 05:06:46 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
|
|
|
|
|
|
- updated to 0.064
|
|
|
|
|
see /usr/share/doc/packages/perl-CryptX/Changes
|
|
|
|
|
|
|
|
|
|
0.064 2019-06-14
|
|
|
|
|
- fix #50 libtommath patch - building on HP-UX 11.11 / PA-RISC
|
|
|
|
|
- necessary XS adaptation to the latest libtommath
|
|
|
|
|
- bundled libtomcrypt update branch:develop (commit:c600d81e 2019-06-09)
|
|
|
|
|
|
2018-12-06 15:37:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 6 15:30:04 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
|
|
|
|
|
|
|
|
|
- updated to 0.063
|
|
|
|
|
see /usr/share/doc/packages/perl-CryptX/Changes
|
|
|
|
|
|
|
|
|
|
0.063 2018-11-28
|
|
|
|
|
- proper patch for #46 (related to Math::BigInt::LTM)
|
|
|
|
|
|
2018-11-08 15:32:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Nov 8 06:10:28 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
|
|
|
|
|
|
|
|
|
- updated to 0.062
|
|
|
|
|
see /usr/share/doc/packages/perl-CryptX/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-06-09 06:40:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jun 8 05:13:47 UTC 2018 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.061
|
|
|
|
|
see /usr/share/doc/packages/perl-CryptX/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 11:36:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 2 05:09:47 UTC 2018 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.060
|
|
|
|
|
see /usr/share/doc/packages/perl-CryptX/Changes
|
|
|
|
|
|
|
|
|
|
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-04 10:15:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 26 05:10:43 UTC 2018 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.059
|
|
|
|
|
see /usr/share/doc/packages/perl-CryptX/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-03-05 05:55:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 28 06:10:45 UTC 2018 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.058
|
|
|
|
|
see /usr/share/doc/packages/perl-CryptX/Changes
|
|
|
|
|
|
|
|
|
|
0.058 2018-02-27
|
|
|
|
|
- fix: decode_b58b + invalid input
|
|
|
|
|
|
2018-02-07 15:55:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 7 15:18:09 UTC 2018 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.057
|
|
|
|
|
see /usr/share/doc/packages/perl-CryptX/Changes
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
2018-01-22 21:25:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Dec 23 06:13:24 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.056
|
|
|
|
|
see /usr/share/doc/packages/perl-CryptX/Changes
|
|
|
|
|
|
|
|
|
|
0.056 2017-12-22
|
|
|
|
|
- new Crypt::Stream::Rabbit
|
|
|
|
|
|
2017-12-06 14:29:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 29 06:13:11 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.055
|
|
|
|
|
see /usr/share/doc/packages/perl-CryptX/Changes
|
|
|
|
|
|
2017-10-18 05:09:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Oct 13 05:10:34 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.054
|
|
|
|
|
see /usr/share/doc/packages/perl-CryptX/Changes
|
|
|
|
|
|
2017-09-17 17:48:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Sep 16 05:17:35 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.053
|
|
|
|
|
see /usr/share/doc/packages/perl-CryptX/Changes
|
|
|
|
|
|
|
|
|
|
0.053 2017/09/15
|
|
|
|
|
- fix Crypt::PK::DSA generate_key
|
|
|
|
|
|
2017-08-14 13:14:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Aug 9 05:20:19 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.051
|
|
|
|
|
see /usr/share/doc/packages/perl-CryptX/Changes
|
|
|
|
|
|
|
|
|
|
0.051 2017/08/08
|
|
|
|
|
- INCOMPATIBLE CHANGE: Crypt::AuthEnc::OCB is now compliant with RFC 7253
|
|
|
|
|
|
2017-07-24 06:03:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 19 05:18:54 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.050
|
|
|
|
|
see /usr/share/doc/packages/perl-CryptX/Changes
|
|
|
|
|
|
2017-06-09 07:24:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jun 2 05:21:42 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.048
|
|
|
|
|
see /usr/share/doc/packages/perl-CryptX/Changes
|
|
|
|
|
|
2017-04-08 06:15:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Apr 7 05:22:58 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.047
|
|
|
|
|
see /usr/share/doc/packages/perl-CryptX/Changes
|
|
|
|
|
|
|
|
|
|
0.047 2017/04/05
|
|
|
|
|
- fix #32 Compile "ar" step fails when Perl built with -flto (better version)
|
|
|
|
|
- fix #33 build fails on freebsd 9.2 and 10.0 (ar: fatal: Numeric group ID too large)
|
|
|
|
|
|
|
|
|
|
0.046 2017/04/04
|
|
|
|
|
- fix #32 Compile "ar" step fails when Perl built with -flto
|
|
|
|
|
|
2017-04-06 13:04:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Apr 1 05:21:06 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.045
|
|
|
|
|
see /usr/share/doc/packages/perl-CryptX/Changes
|
|
|
|
|
|
|
|
|
|
0.045 2017/03/31
|
|
|
|
|
- sync with libtomcrypt/develop
|
|
|
|
|
- fix #30 fix on SPARC+SolarisStudio
|
|
|
|
|
- fix #31 Fails tests without '.' in @INC
|
|
|
|
|
- polish compiler warnings
|
|
|
|
|
|
2016-11-29 07:16:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 29 06:17:38 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.044
|
|
|
|
|
see /usr/share/doc/packages/perl-CryptX/Changes
|
|
|
|
|
|
|
|
|
|
0.044 2016/11/28
|
|
|
|
|
- fix #27 Math::BigInt::LTM compatibility with older Math::BigInt
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Nov 28 06:16:29 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.043
|
|
|
|
|
see /usr/share/doc/packages/perl-CryptX/Changes
|
|
|
|
|
|
|
|
|
|
0.043 2016/11/27
|
|
|
|
|
- fix #26 Math::BigInt::LTM compatibility with Math::BigInt 1.999801+
|
|
|
|
|
|
2016-11-17 20:05:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Nov 13 06:15:22 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.042
|
|
|
|
|
see /usr/share/doc/packages/perl-CryptX/Changes
|
|
|
|
|
|
|
|
|
|
0.042 2016/11/12
|
|
|
|
|
- RSA: sign/verify functions now support 'none' padding (INSECURE!)
|
|
|
|
|
- RC2: min keylen 40bit, used to be 64bit (INSECURE!)
|
|
|
|
|
|
2016-10-20 07:50:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 13 05:13:57 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.041
|
|
|
|
|
see /usr/share/doc/packages/perl-CryptX/Changes
|
|
|
|
|
|
|
|
|
|
0.041 2016/10/12
|
|
|
|
|
- ECC: ltc_ecc_is_point memory leak
|
|
|
|
|
- DSA: properly handle FIPS 186-4 (4.6 + 4.7)
|
|
|
|
|
- GCM: counter incrementation isn't stopped at 2^32 blocks, which breaks GCM
|
|
|
|
|
- fix issue #24 Crypt::PK::ECC needs $VERSION (all *.pm have $VERSION)
|
|
|
|
|
|
2016-10-08 15:12:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Oct 8 14:10:04 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.040
|
|
|
|
|
see /usr/share/doc/packages/perl-CryptX/Changes
|
|
|
|
|
|
|
|
|
|
0.040 2016/09/12
|
|
|
|
|
- fix file permissions
|
|
|
|
|
- fix compiler warnings
|
|
|
|
|
|
|
|
|
|
0.039 2016/08/02
|
|
|
|
|
- fix build troubles for MacOS / PPC
|
|
|
|
|
|
2016-10-08 13:39:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Oct 8 13:39:11 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- initial package 0.038
|
|
|
|
|
* created by cpanspec 1.78.08
|
|
|
|
|
|