mirror of
https://repo.or.cz/socat.git
synced 2025-07-22 02:22:57 +00:00
merged: openssl addresses failed with "nonblocking operation did not complete" when the peer performed a renegotiation
This commit is contained in:
commit
625e1a61c3
4 changed files with 98 additions and 9 deletions
14
CHANGES
14
CHANGES
|
@ -1,4 +1,13 @@
|
|||
|
||||
corrections:
|
||||
user-late and group-late, when applied to a pty, affected the system
|
||||
device /dev/ptmx instead of the pty (thanks to Matthew Cloke for
|
||||
pointing me to this bug)
|
||||
|
||||
socats openssl addresses failed with "nonblocking operation did not
|
||||
complete" when the peer performed a renegotiation. Thanks to Benjamin
|
||||
Delpy for reporting this bug.
|
||||
|
||||
porting:
|
||||
building socat on systems that predefined the CFLAGS environment to
|
||||
contain -Wall failed (esp.RedHat). Thanks to Paul Wouters for reporting
|
||||
|
@ -10,11 +19,6 @@ porting:
|
|||
on some 64bit systems a compiler warning "cast from pointer to integer
|
||||
of different size" was issued on some option definitions
|
||||
|
||||
corrections:
|
||||
user-late and group-late, when applied to a pty, affected the system
|
||||
device /dev/ptmx instead of the pty (thanks to Matthew Cloke for
|
||||
pointing me to this bug)
|
||||
|
||||
####################### V 1.7.1.1:
|
||||
|
||||
corrections:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue