You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changes
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
Revision history for Perl extension Crypt::OpenSSL::RSA.
2
2
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
4
8
5
9
0.35 May 7 2025
6
10
- 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.
0 commit comments