X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=79d31f2d007c17065a23f191b8c387bb9283a84f;hp=3dda962cbe942a021fb88e54ca8c13e882c59125;hb=866f1f41d1a438663f179aaee03921448e0d9c90;hpb=e5db9c3b67deb80e274f66e3832a9cfba931670c diff --git a/CHANGES b/CHANGES index 3dda962cbe..79d31f2d00 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,24 @@ Changes between 1.0.x and 1.1.0 [xx XXX xxxx] + *) New functions to check a hostname email or IP address against a + certificate. Add options to s_client, s_server and x509 utilities + to print results of checks against a certificate. + [Steve Henson] + + *) Add -rev test option to s_server to just reverse order of characters + received by client and send back to server. Also prints an abbreviated + summary of the connection parameters. + [Steve Henson] + + *) New option -brief for s_client and s_server to print out a brief summary + of connection parameters. + [Steve Henson] + + *) Add functions to retrieve and manipulate the raw cipherlist sent by a + client to OpenSSL. + [Steve Henson] + *) New Suite B modes for TLS code. These use and enforce the requirements of RFC6460: restrict ciphersuites, only permit Suite B algorithms and only use Suite B curves. The Suite B modes can be set by using the @@ -346,6 +364,10 @@ Changes between 1.0.1 and 1.0.2 [xx XXX xxxx] + *) MIPS assembly pack updates: support for MIPS32r2 and SmartMIPS ASE, + platform support for Linux and Android. + [Andy Polyakov] + *) Call OCSP Stapling callback after ciphersuite has been chosen, so the right response is stapled. Also change current certificate to the certificate actually sent.