blob: 01226cfffde27db44eb7308edd1bfd4ed8d4cfdd [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)