SSL_MODE_ENABLE_PARTIAL_WRITE and SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER
authorBodo Möller <bodo@openssl.org>
Mon, 19 Jul 1999 12:59:12 +0000 (12:59 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 19 Jul 1999 12:59:12 +0000 (12:59 +0000)
work as intended, both for SSLv2 and TLS.

CHANGES

diff --git a/CHANGES b/CHANGES
index 10df34c7d6508648d6b0dcb7553a08b9ff38f5a2..8b55de5c06aeb8a186412f368721a67af2da0e95 100644 (file)
--- 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.