X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=1ee3a478d3effda5bc67eefc006da305aef23624;hp=a955b3fd983f2f30794be6806e77feef834bb766;hb=a2f9200fba20ae7c25531c2f2ce6f80610f257e2;hpb=0b59755f434eca1ed621974ae9f95663dcdcac35 diff --git a/CHANGES b/CHANGES index a955b3fd98..1ee3a478d3 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,12 @@ Changes between 1.0.1 and 1.1.0 [xx XXX xxxx] + *) Initial TLS v1.2 client support. Add a default signature algorithms + extension including all the algorithms we support. Parse new signature + format in client key exchange. Relax some ECC signing restrictions for + TLS v1.2 as indicated in RFC5246. + [Steve Henson] + *) Add server support for TLS v1.2 signature algorithms extension. Switch to new signature format when needed using client digest preference. All server ciphersuites should now work correctly in TLS v1.2. No client