1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:31:22 -06:00
go/src/pkg/crypto
Brad Fitzpatrick 14e52c74bc crypto/cipher: StreamWriter.Closer docs + behavior change
Don't panic when the underlying Writer isn't a Closer. And
document what Close does and clarify that it's not a Flush.

R=golang-dev, agl
CC=golang-dev
https://golang.org/cl/10310043
2013-06-17 07:30:04 -07:00
..
aes crypto/aes: speed up using AES-NI on amd64 2012-09-27 01:54:10 +08:00
cipher crypto/cipher: StreamWriter.Closer docs + behavior change 2013-06-17 07:30:04 -07:00
des crypto/des: add an example to demonstrate EDE2 operation. 2012-12-22 10:50:11 -05:00
dsa build: remove dead code 2013-03-22 17:28:22 -04:00
ecdsa crypto/ecdsa: doc cleanup 2013-04-13 23:09:08 -07:00
elliptic crypto/elliptic: explicitly handle P+P, ∞+P and P+∞ 2012-08-03 15:42:14 -04:00
hmac crypto/hmac: add Equal function. 2012-10-11 15:28:02 -04:00
md5 build: update assembly variable names for vet 2013-03-22 12:57:55 -04:00
rand crypto/rand: better panic message for invalid Int argument. 2013-04-17 23:21:15 -07:00
rc4 build: update assembly variable names for vet 2013-03-22 12:57:55 -04:00
rsa crypto/rsa: implement PSS signatures. 2013-05-23 11:10:41 -04:00
sha1 build: update assembly variable names for vet 2013-03-22 12:57:55 -04:00
sha256 crypto: use better hash benchmarks 2012-11-01 16:21:18 -04:00
sha512 crypto: use better hash benchmarks 2012-11-01 16:21:18 -04:00
subtle crypto/rsa: check for minimal PKCS#1 v1.5 padding. 2013-05-15 10:27:34 -04:00
tls crypto/tls: support TLS 1.1. 2013-06-04 20:02:22 -04:00
x509 asn1: Improved encoding/decoding for OID types 2013-06-10 18:14:47 -04:00
crypto.go crypto/...: changes to address some of bug 2841. 2012-02-03 15:08:53 -05:00