]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add note about crypto/tls cert selection callback.
authorAdam Langley <agl@golang.org>
Thu, 7 Aug 2014 21:22:15 +0000 (14:22 -0700)
committerAdam Langley <agl@golang.org>
Thu, 7 Aug 2014 21:22:15 +0000 (14:22 -0700)
CC=golang-codereviews
https://golang.org/cl/123950043

doc/go1.4.txt

index 20d2a6b7ed4026de80e4bd004e0e7fa7a6430320..e480d9bcd52711824e9369930c67269723d270a7 100644 (file)
@@ -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)