1
0
mirror of https://github.com/golang/go synced 2024-11-22 23:50:03 -07:00

doc: upate go1.8.txt

Change-Id: I42597785be6121d8180520b3f7d8e936464f0048
Reviewed-on: https://go-review.googlesource.com/27361
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Brad Fitzpatrick 2016-08-18 21:50:58 +00:00
parent 8741504888
commit 35bddbba27

View File

@ -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)