Shenghou Ma | 09d369f | 2014-12-26 16:00:49 -0500 | [diff] [blame^] | 1 | crypto/cipher: clarify what will happen if len(src) != len(dst) for the Stream interface. (https://golang.org/cl/1754) |
Brad Fitzpatrick | 7a8e897 | 2014-12-19 13:47:12 +1100 | [diff] [blame] | 2 | crypto/tls: change default minimum version to TLS 1.0. (https://golang.org/cl/1791) |
Josh Bleecher Snyder | 466118c | 2014-12-22 09:32:34 -0800 | [diff] [blame] | 3 | encoding/base64: add unpadded encodings (https://golang.org/cl/1511) |