From: Brad Fitzpatrick Date: Thu, 18 Aug 2016 21:50:58 +0000 (+0000) Subject: doc: upate go1.8.txt X-Git-Tag: go1.8beta1~1783 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=35bddbba278fe0528b1399ab317b5e8128f02201;p=gostls13.git doc: upate go1.8.txt Change-Id: I42597785be6121d8180520b3f7d8e936464f0048 Reviewed-on: https://go-review.googlesource.com/27361 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.8.txt b/doc/go1.8.txt index 1ccf138060..4e6d3a0069 100644 --- a/doc/go1.8.txt +++ b/doc/go1.8.txt @@ -11,6 +11,8 @@ Ports: API additions and behavior changes: crypto/tls: set Conn.ConnectionState.ServerName unconditionally (CL 22862) +crypto/tls: support AES-128-CBC cipher suites with SHA-256 (CL 27315) +crypto/tls: don't generate random ticket keys if already set (CL 27317) crypto/x509: require a NULL parameters for RSA public keys (CL 16166) crypto/x509: return error for missing SerialNumber (CL 27238) crypto/x509: support PSS signatures (CL 24743)