-
Tue May 18 2021 Paul Howarth <paul@city-fan.org> - 3.04-1
- Update to 3.04
- Fixed bug involving manually-specified IV not being used in some
circumstances
-
Mon May 03 2021 Paul Howarth <paul@city-fan.org> - 3.03-2
- Crypt::Cipher::AES is used in the absence of any explicitly-specified cipher,
so make it a hard dependency (#1956206)
-
Mon Apr 19 2021 Paul Howarth <paul@city-fan.org> - 3.03-1
- Update to 3.03
- Fixed bug that caused an extraneous block of garbage data to be appended to
encrypted string when "nopadding" specified and plaintext is even multiple
of blocksize
-
Thu Apr 15 2021 Paul Howarth <paul@city-fan.org> - 3.02-2
- Soften dependency on perl(Math::Int128) (needed for CTR mode) as it's not
available on 32-bit platforms (#1948957)
-
Mon Apr 12 2021 Paul Howarth <paul@city-fan.org> - 3.02-1
- Update to 3.02
- CTR mode now requires the Math::Int128 module, which gives a ~5x
performance boost over Math::BigInt
-
Fri Feb 12 2021 Paul Howarth <paul@city-fan.org> - 3.01-1
- Update to 3.01
- Support for openssl SHA-256 key derivation algorithm
- Add support for PBKDF2 key derivation algorithm
- New dependencies: Digest::SHA, Crypt::PBKDF2, Crypt::Cipher::AES
- Add support for OFB, CFB and CTR chain modes
- New dependency: Math::BigInt
- Added better argument checking
- Fixed long-standing standard padding bug: plaintext ending with bytes
between 0x00 and 0x0A would be truncated in some conditions
- Fixed Rijndael_compat padding
- Warn when the deprecated opensslv1 PBKDF (key derivation function) is used
for encryption; turn off with -nodeprecate=>1 or by choosing a different
PBKDF, such as -pbkdf=>'pbkdf2'
- Fix a regression when passing the legacy -salt=>1 argument
- Released version 3.01 in recognition of multiple new features and clean-ups
-
Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.33-30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.33-29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.33-28
- Perl 5.32 re-rebuild of bootstrapped packages
-
Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.33-27
- Perl 5.32 rebuild