summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-07-19 12:59:12 +0000
committerBodo Möller <bodo@openssl.org>1999-07-19 12:59:12 +0000
commit9c962484fed2c1dc1545864a6f4ff5943fc5bb8f (patch)
tree16cd900d2c88cb5b2a8ac5847a34c63250f46643 /CHANGES
parente391116a48c42c6fdb28a307f8be3558e5c06b63 (diff)
SSL_MODE_ENABLE_PARTIAL_WRITE and SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER
work as intended, both for SSLv2 and TLS.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
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.