SSL_MODE_ENABLE_PARTIAL_WRITE and SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER
work as intended, both for SSLv2 and TLS.
This commit is contained in:
parent
e391116a48
commit
9c962484fe
2
CHANGES
2
CHANGES
@ -81,7 +81,7 @@
|
||||
*) Introduce "mode" for SSL structures (with defaults in SSL_CTX),
|
||||
which largely parallels "options", but is for changing API behaviour,
|
||||
whereas "options" are about protocol behaviour.
|
||||
Initial "mode" flags (still experimental) are:
|
||||
Initial "mode" flags are:
|
||||
|
||||
SSL_MODE_ENABLE_PARTIAL_WRITE Allow SSL_write to report success when
|
||||
a single record has been written.
|
||||
|
Loading…
Reference in New Issue
Block a user