From 9c962484fed2c1dc1545864a6f4ff5943fc5bb8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Mon, 19 Jul 1999 12:59:12 +0000 Subject: [PATCH] SSL_MODE_ENABLE_PARTIAL_WRITE and SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER work as intended, both for SSLv2 and TLS. --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 10df34c7d6..8b55de5c06 100644 --- a/CHANGES +++ b/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. -- GitLab