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 c7003e8 commit 9d6ef8eCopy full SHA for 9d6ef8e
Changes
@@ -1,3 +1,9 @@
1
+2.091 2025/06/11
2
+- fix behavior on one-sided SSL shutdown. If the application continued
3
+ to read after half-closing the SSL connection this could result in reading
4
+ encrypted data (i.e. close notify, SSL session tickets ...).
5
+ See documentation of stop_SSL for detailed description of handling
6
+ half-closed SSL connections.
7
2.090 2025/06/03
8
- fix OCSP live test after Let's Encrypt has disabled OCSP support #169
9
- public_suffix now preserves trailing dot #167
lib/IO/Socket/SSL.pm
@@ -13,7 +13,7 @@
13
14
package IO::Socket::SSL;
15
16
-our $VERSION = '2.090';
+our $VERSION = '2.091';
17
18
use IO::Socket;
19
use Net::SSLeay 1.46;
0 commit comments