summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-09-04 17:19:55 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-09-04 17:19:55 +0000
commitaef838fc957afefc4d49a360f1ab77b14595f27c (patch)
treeee95048ee99db1b62be8baf7710b8fb19c6e49b2 /CHANGES
parentb74ba295da96a0aebefd52161629230329265c68 (diff)
New UTF8 utility functions to parse/generate UTF8 strings.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f2d1cd8eb3..c246ca9158 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.4 and 0.9.5 [xx XXX 1999]
+ *) New functions UTF8_getc() and UTF8_putc() that parse and generate
+ UTF8 strings a character at a time.
+ [Steve Henson]
+
*) Use client_version from client hello to select the protocol
(s23_srvr.c) and for RSA client key exchange verification
(s3_srvr.c), as required by the SSL 3.0/TLS 1.0 specifications.