Skip to content

Commit 2f47d45

Browse files
committed
Bump changelog for release of 0.36 to CPAN~
1 parent 91db2e9 commit 2f47d45

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Changes

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Revision history for Perl extension Crypt::OpenSSL::RSA.
22

3-
- Fix old openssl on strawberry does not include whrlpool.h
3+
0.36 Oct 29 2025
4+
- Fix old openssl on strawberry does not include whrlpool.h
5+
- libressl message digest functions md cannot be NULL
6+
- Don't support whirlpool in libressl
7+
- Add support for use_pkcs1_pss_padding with fatal error if RSA-PSS is used for encryption operations
48

59
0.35 May 7 2025
610
- 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.

RSA.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use warnings;
55

66
use Carp; # Removing carp will break the XS code.
77

8-
our $VERSION = '0.35';
8+
our $VERSION = '0.36';
99

1010
use XSLoader;
1111
XSLoader::load 'Crypt::OpenSSL::RSA', $VERSION;

0 commit comments

Comments
 (0)