aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime
diff options
context:
space:
mode:
authorAdam Langley <agl@golang.org>2012-02-13 12:38:45 -0500
committerAdam Langley <agl@golang.org>2012-02-13 12:38:45 -0500
commitcdd7e02583325b05024cc1366a59eaafc09e1dc3 (patch)
treeb61d7bfeb4721a18d2d9e7e69b12927a75dbd47a /src/pkg/runtime
parenta52fb458dfd6fcf45256099ab6b03c45c065b621 (diff)
downloadgo-cdd7e02583325b05024cc1366a59eaafc09e1dc3.tar.xz
crypto/...: more fixes for bug 2841
1) Remove the Reset() member in crypto/aes and crypto/des (and document the change). 2) Turn several empty error structures into vars. Any remaining error structures are either non-empty, or will probably become so in the future. 3) Implement SetWriteDeadline for TLS sockets. At the moment, the TLS status cannot be reused after a Write error, which is probably fine for most uses. 4) Make crypto/aes and crypto/des return a cipher.Block. R=rsc, r CC=golang-dev https://golang.org/cl/5625045
Diffstat (limited to 'src/pkg/runtime')
0 files changed, 0 insertions, 0 deletions