1
0
Commit Graph

1 Commits

Author SHA256 Message Date
9033621f2b Accepting request 888095 from devel:languages:perl:autoupdate
- Add manual license
- updated to 3.03
   see /usr/share/doc/packages/perl-Crypt-CBC/Changes
  3.03    Sun 18 Apr 2021 10:54:19 PM EDT
  	- Fixed bug which caused an extraneous block of garbage data to be appended to encrypted
  	  string when "nopadding" specified and plaintext is even multiple of blocksize.
  3.02
  	- CTR mode now requires the Math::Int128 module, which gives a ~5x performance
  	  boost over Math::BigInt.
  3.01
  	- 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.
  3.00    
          - Released version 3.00 in recognition of multiple new features
  	  and cleanups.
  2.37    
          - 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.
  2.36    Wed 03 Feb 2021 09:19:06 AM EST
          - Add support for OFB, CFB and CTR chain modes.
  	- New dependency: Math::BigInt
  2.35    
          - Add support for PBKDF2 key derivation algorithm
  	- New dependencies: Digest::SHA, Crypt::PBKDF2, Crypt::Cipher::AES
  2.34    
          - Support for openssl SHA-256 key derivation algorithm

OBS-URL: https://build.opensuse.org/request/show/888095
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-CBC?expand=0&rev=25
2021-04-24 12:25:50 +00:00