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 25fec76 commit 048b92cCopy full SHA for 048b92c
Changes
@@ -1,5 +1,8 @@
1
Revision history for Perl extension Crypt::OpenSSL::RSA.
2
3
+0.34_03 May 4 2025
4
+ - Fix bug in rsa_crypt. Need to pass NULL
5
+
6
0.34_02 May 4 2025
7
- t/rsa.t needs to tolerate sha1 being disabled on rhel.
8
RSA.pm
@@ -5,7 +5,7 @@ use warnings;
use Carp; # Removing carp will break the XS code.
-our $VERSION = '0.34_02';
+our $VERSION = '0.34_03';
9
10
use XSLoader;
11
XSLoader::load 'Crypt::OpenSSL::RSA', $VERSION;
0 commit comments