We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4047a commit bb6cf94Copy full SHA for bb6cf94
Changes
@@ -1,5 +1,8 @@
1
Revision history for Perl extension Crypt::OpenSSL::RSA.
2
3
+0.37 Oct 29 2025
4
+ - Fix libressl bitwise logic error in RSA.xs
5
+
6
0.36 Oct 29 2025
7
- Fix old openssl on strawberry does not include whrlpool.h
8
- libressl message digest functions md cannot be NULL
RSA.pm
@@ -5,7 +5,7 @@ use warnings;
use Carp; # Removing carp will break the XS code.
-our $VERSION = '0.36';
+our $VERSION = '0.37';
9
10
use XSLoader;
11
XSLoader::load 'Crypt::OpenSSL::RSA', $VERSION;
0 commit comments