From: Adam Langley Date: Thu, 7 Aug 2014 21:22:15 +0000 (-0700) Subject: doc: add note about crypto/tls cert selection callback. X-Git-Tag: go1.4beta1~880 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=12666cb91d619d85c32a4fb2308ba4c1dd235741;p=gostls13.git doc: add note about crypto/tls cert selection callback. CC=golang-codereviews https://golang.org/cl/123950043 --- diff --git a/doc/go1.4.txt b/doc/go1.4.txt index 20d2a6b7ed..e480d9bcd5 100644 --- a/doc/go1.4.txt +++ b/doc/go1.4.txt @@ -8,6 +8,7 @@ Please keep the list sorted (as in sort.Strings of the lines). spec: permit for range x (CL 104680043) crypto/tls: add support for ALPN (RFC 7301) (CL 108710046) +crypto/tls: support programmatic selection of server certificates (CL 107400043) encoding/gob: remove unsafe (CL 102680045) misc: deleted editor support; refer to https://code.google.com/p/go-wiki/wiki/IDEsAndTextEditorPlugins instead (CL 105470043) os: implement symlink support for windows (CL 86160044)