blob: 0c06efa08fd13e491f3f2ec20d74e2778e00740a [file] [log] [blame]
Shenghou Ma09d369f2014-12-26 16:00:49 -05001crypto/cipher: clarify what will happen if len(src) != len(dst) for the Stream interface. (https://golang.org/cl/1754)
Brad Fitzpatrick7a8e8972014-12-19 13:47:12 +11002crypto/tls: change default minimum version to TLS 1.0. (https://golang.org/cl/1791)
Josh Bleecher Snyder466118c2014-12-22 09:32:34 -08003encoding/base64: add unpadded encodings (https://golang.org/cl/1511)
Brad Fitzpatrick3b76b012014-12-28 13:37:44 -08004net/smtp: add TLSConnectionState accessor (https://golang.org/cl/2151)