X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=c246ca9158c5ede4a67603f32d2619124b4f6c95;hp=f2d1cd8eb35587a66858b012f410771eb1cee73e;hb=aef838fc957afefc4d49a360f1ab77b14595f27c;hpb=b74ba295da96a0aebefd52161629230329265c68;ds=sidebyside 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.