1
0
mirror of https://github.com/golang/go synced 2024-10-04 15:21:22 -06:00
go/src/crypto
Adam Langley 0cced63cc0 crypto/x509: emit PKIX names in a more standard order.
(See referenced bug for details.)

Fixes #11966.

Change-Id: I91f9c95594cf4fd6d25d9a81f155a643c7a1f8e0
Reviewed-on: https://go-review.googlesource.com/13038
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-08-30 15:34:48 +00:00
..
aes crypto/aes: dedicated asm version of AES-GCM 2015-08-29 21:02:38 +00:00
cipher crypto/aes: dedicated asm version of AES-GCM 2015-08-29 21:02:38 +00:00
des
dsa
ecdsa all: fix some vet-caught formatting errors, mostly but not only in tests 2015-08-21 05:37:36 +00:00
elliptic crypto/elliptic: call IsOnCurve via the interface. 2015-07-22 17:37:36 +00:00
hmac all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
md5 [dev.cc] crypto/md5, crypto/sha1: restore a few SP references 2015-02-20 18:54:29 +00:00
rand crypt/rand: update docs for Linux 2015-07-26 02:57:16 +00:00
rc4 [dev.cc] cmd/asm: make 4(SP) illegal except on 386 2015-02-18 03:41:29 +00:00
rsa all: fix some vet-caught formatting errors, mostly but not only in tests 2015-08-21 05:37:36 +00:00
sha1 [dev.cc] crypto/md5, crypto/sha1: restore a few SP references 2015-02-20 18:54:29 +00:00
sha256
sha512 crypto: add SHA-512/224 and SHA-512/256 as described in FIPS 180-4 2015-07-14 19:45:21 +00:00
subtle
tls crypto/tls: reject ServerHellos with empty ALPN protocols. 2015-08-30 15:33:36 +00:00
x509 crypto/x509: emit PKIX names in a more standard order. 2015-08-30 15:34:48 +00:00
crypto.go crypto: add SHA-512/224 and SHA-512/256 as described in FIPS 180-4 2015-07-14 19:45:21 +00:00