forked from pool/perl-Crypt-OpenSSL-RSA
- updated to 0.350.0 (0.35) see /usr/share/doc/packages/perl-Crypt-OpenSSL-RSA/Changes 0.35 May 7 2025 - Disable PKCS#1 v1.5 padding. It's not practical to mitigate marvin attacks so we will instead disable this and require alternatives to address the issue. - Resolves #42 - CVE-2024-2467. 0.34 May 5 2025 - Production release. 0.34_03 May 4 2025 - Fix bug in rsa_crypt. Need to pass NULL 0.34_02 May 4 2025 - t/rsa.t needs to tolerate sha1 being disabled on rhel. 0.34_01 May 3 2025 - docs - plaintext = decrypt(cyphertext) - #44 - Fix issue when libz is not linked on AIX - #50 - Correct openssl version may not be found - #52 - Out of memory on openssl 1.1.1w hpux - #47 - Update FSF address and LGPL name in LICENSE - #55 - stop using AutoLoader - #48 - Whirlpool is missing the header - Move github repo to cpan-authors - Fully support openSSL 3.x API OBS-URL: https://build.opensuse.org/request/show/1281902 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-RSA?expand=0&rev=29
164 lines
5.9 KiB
Plaintext
164 lines
5.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu May 8 05:35:00 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.350.0 (0.35)
|
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-RSA/Changes
|
|
|
|
0.35 May 7 2025
|
|
- Disable PKCS#1 v1.5 padding. It's not practical to mitigate marvin attacks so we will instead disable this and require alternatives to address the issue.
|
|
- Resolves #42 - CVE-2024-2467.
|
|
0.34 May 5 2025
|
|
- Production release.
|
|
0.34_03 May 4 2025
|
|
- Fix bug in rsa_crypt. Need to pass NULL
|
|
0.34_02 May 4 2025
|
|
- t/rsa.t needs to tolerate sha1 being disabled on rhel.
|
|
0.34_01 May 3 2025
|
|
- docs - plaintext = decrypt(cyphertext)
|
|
- #44 - Fix issue when libz is not linked on AIX
|
|
- #50 - Correct openssl version may not be found
|
|
- #52 - Out of memory on openssl 1.1.1w hpux
|
|
- #47 - Update FSF address and LGPL name in LICENSE
|
|
- #55 - stop using AutoLoader
|
|
- #48 - Whirlpool is missing the header
|
|
- Move github repo to cpan-authors
|
|
- Fully support openSSL 3.x API
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 9 03:06:13 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.33
|
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-RSA/Changes
|
|
|
|
0.33 July 7 2022
|
|
- Update for windows github CI
|
|
- Remove duplicit 'LICENSE' key
|
|
- Remove EUMM Remove version check
|
|
- #31 by removing reference to RSA_SSLV23_PADDING (removed from OpenSSL starting from v3.0.0)
|
|
- support passphase protected private key load
|
|
- fix 'unsupported encryption' error on old library versions
|
|
- Clarify croak message for missing passphrase on older cyphers
|
|
- More structs opaqued in LibreSSL 3.5
|
|
- Use a macro for dealing with older SSL lacking macros
|
|
- more CI fixups. Drop testing for 5.10 and 5.8. Something is broken upstream.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 7 17:40:02 UTC 2021 - Pedro Monreal <pmonreal@suse.com>
|
|
|
|
- updated to 0.32
|
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-RSA/Changes
|
|
|
|
0.32 Wed Sep 8 2021
|
|
- Prefix internal bn2sv function so it doesn't collide with Net::SSLeay
|
|
- Ensure that verify() leaves openssl error stack clean on failure
|
|
- Fixed broken SEE ALSO links.
|
|
- prevent outer $SIG{__DIE__} handler from being called during optional require.
|
|
- omit done_testing since it does not work for older perl versions
|
|
* Rebase Crypt-OpenSSL-RSA.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 7 09:01:37 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
|
|
|
|
- Fix autogenerated changes to build again
|
|
* Drop openssl110.patch (upstream)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 25 05:09:43 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 0.31
|
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-RSA/Changes
|
|
|
|
0.31 Mon Sep 24 2018
|
|
- Remove default of SHA256 for RSA keys. This has caused significant
|
|
problems with downstream modules and it has always been possible to
|
|
do $key->use_sha256_hash()
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 2 05:08:37 UTC 2018 - coolo@suse.com
|
|
|
|
- updated to 0.30
|
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-RSA/Changes
|
|
|
|
0.30 Tue May 1 2018
|
|
- Working windows library detection
|
|
- Actively testing on appveyor for windows now.
|
|
- work correctly on LibreSSL
|
|
|
|
0.29_03 Mon Apr 16 2018
|
|
- Add whirlpool hash support.
|
|
- Crypt::OpenSSL::Random is now required at comnpile-time.
|
|
- Use the new interface to RSA_generate_key if available
|
|
- Add library paths to LIBS from Crypt::OpenSSL::Guess
|
|
|
|
0.29_02 Sun Apr 15 2018
|
|
- Add missing require of Config::OpenSSL::Guess
|
|
|
|
0.29_01 Fri Apr 13 2018
|
|
- Adapt to OpenSSL 1.1.0 (dur-randir)
|
|
- Move issue tracker to github.
|
|
- Modernization as in Crypt::OpenSSL::Random.
|
|
- better MSWin32 hints, fixes MSVC libraries,
|
|
- more meta tests,
|
|
- prefer hash mode NID_sha256 over NID_sha1 for sign
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 21 10:28:25 UTC 2017 - tchvatal@suse.com
|
|
|
|
- Sort with spec-cleaner
|
|
- Add patch openssl110.patch fixing compatibility with openssl-1.1.0
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 30 09:30:10 UTC 2011 - coolo@suse.com
|
|
|
|
- fix license (bnc#733411)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 29 15:08:06 UTC 2011 - coolo@suse.com
|
|
|
|
- update to 0.28
|
|
- RT 56454 - Win32 compatibility patch (kmx@cpan.org)
|
|
- RT 65947 - Fix RSA.pm break with perl 5.14+
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 17 13:01:20 UTC 2011 - coolo@opensuse.org
|
|
|
|
- fix use of autoloader
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 13:31:19 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 4 20:45:03 UTC 2010 - chris@computersalat.de
|
|
|
|
- update to 0.26
|
|
- Change subclassing test to generate a 512 bit key in order to work
|
|
around an odd issue seen on some 64-bit redhat systems.
|
|
(CPAN bug 45498)
|
|
- cleanup spec
|
|
o sort TAGS
|
|
o update Url
|
|
o fixed deps
|
|
added Crypt::OpenSSL::Random
|
|
o updated description
|
|
o added missing clean section
|
|
o added missing doc
|
|
- added perl-macros
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
|
|
|
- enable parallel build
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 4 10:21:07 CET 2008 - ro@suse.de
|
|
|
|
- add openssl-devel to BuildRequires to fi build
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 28 14:29:47 CET 2008 - varkoly@suse.de
|
|
|
|
- Initial version of perl-Crypt-OpenSSL-RSA
|
|
|