- update to 1.34
* schema http for certificate verification changed to wildcards_in_cn=1, because according to rfc2818 this is valid and also seen in the wild * if upgrading socket from inet to ssl fails due to handshake problems the socket gets downgraded, but is still open. * depreceate kill_socket, just use close() OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=13
This commit is contained in:
parent
af47ee9858
commit
bb04bdee48
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db800a3692682a6cb293fff9e9088b7dca42187bd1dbf9f7e80b57c2f535fd20
|
||||
size 60230
|
3
IO-Socket-SSL-1.34.tar.bz2
Normal file
3
IO-Socket-SSL-1.34.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb130d12f05ed2f64eece54f776d0337947fe8d598603e2d4356c54b3ec1f63e
|
||||
size 60752
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 1 13:09:07 CET 2010 - anicka@suse.cz
|
||||
|
||||
- update to 1.34
|
||||
* schema http for certificate verification changed to
|
||||
wildcards_in_cn=1, because according to rfc2818 this is valid
|
||||
and also seen in the wild
|
||||
* if upgrading socket from inet to ssl fails due to handshake
|
||||
problems the socket gets downgraded, but is still open.
|
||||
* depreceate kill_socket, just use close()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 25 17:42:20 CET 2010 - anicka@suse.cz
|
||||
|
||||
- update to 1.33
|
||||
* attempt to make t/memleak_bad_handshake.t more stable, it fails
|
||||
for unknown reason on various systems
|
||||
* fix hostname checking: an IP should only be checked against
|
||||
subjectAltName GEN_IPADD, never against GEN_DNS or CN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 23 16:22:22 CET 2010 - anicka@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package perl-IO-Socket-SSL (Version 1.32)
|
||||
# spec file for package perl-IO-Socket-SSL (Version 1.33)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
Name: perl-IO-Socket-SSL
|
||||
BuildRequires: perl-Net-SSLeay perl-libwww-perl
|
||||
Version: 1.32
|
||||
Version: 1.34
|
||||
Release: 1
|
||||
Provides: p_iossl
|
||||
Obsoletes: p_iossl
|
||||
|
Loading…
x
Reference in New Issue
Block a user