Skip to content

Commit 9d6ef8e

Browse files
committed
release as 2.091
1 parent c7003e8 commit 9d6ef8e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
17
2.090 2025/06/03
28
- fix OCSP live test after Let's Encrypt has disabled OCSP support #169
39
- public_suffix now preserves trailing dot #167

lib/IO/Socket/SSL.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package IO::Socket::SSL;
1515

16-
our $VERSION = '2.090';
16+
our $VERSION = '2.091';
1717

1818
use IO::Socket;
1919
use Net::SSLeay 1.46;

0 commit comments

Comments
 (0)