1
0
mirror of https://github.com/golang/go synced 2024-11-20 05:04:43 -07:00
go/src/crypto
Adam Langley abf8bbb709 crypto/x509: make behaviour of absolute DNS names match Chromium.
Previously, we didn't handle absolute DNS names in certificates the same
way as Chromium, and we probably shouldn't diverge from major browsers.

Change-Id: I56a3962ad1002f68b5dbd65ae90991b82c2f5629
Reviewed-on: https://go-review.googlesource.com/5692
Reviewed-by: Andrew Gerrand <adg@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-02-24 19:45:52 +00:00
..
aes
cipher crypto/cipher: update docs for the Stream interface 2014-12-26 20:57:43 +00:00
des
dsa
ecdsa crypto/ecdsa: make Sign safe with broken entropy sources 2015-01-28 01:39:51 +00:00
elliptic crypto/elliptic: add Name field to CurveParams struct 2015-01-12 22:08:49 +00:00
hmac
md5 [dev.cc] crypto/md5, crypto/sha1: restore a few SP references 2015-02-20 18:54:29 +00:00
rand crypto/rand: handle EAGAIN reads from /dev/urandom 2014-12-16 04:52:09 +00:00
rc4 [dev.cc] cmd/asm: make 4(SP) illegal except on 386 2015-02-18 03:41:29 +00:00
rsa crypto/rsa: drop the primality check in crypto/rsa.Validate. 2015-02-24 00:46:19 +00:00
sha1 [dev.cc] crypto/md5, crypto/sha1: restore a few SP references 2015-02-20 18:54:29 +00:00
sha256
sha512
subtle
tls crypto/tls: allow larger initial records. 2015-02-24 19:39:36 +00:00
x509 crypto/x509: make behaviour of absolute DNS names match Chromium. 2015-02-24 19:45:52 +00:00
crypto.go all: use golang.org/x/... import paths 2014-11-10 09:15:57 +11:00