1
0
mirror of https://github.com/golang/go synced 2024-11-14 18:20:30 -07: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
md5
rand crypt/rand: update docs for Linux 2015-07-26 02:57:16 +00:00
rc4
rsa all: fix some vet-caught formatting errors, mostly but not only in tests 2015-08-21 05:37:36 +00:00
sha1
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