1
0
mirror of https://github.com/golang/go synced 2024-11-08 09:56:19 -07:00
go/src/crypto
Adam Langley 7853b090dd crypto/x509: CreateCertificateRequest reads ExtraExtensions, not Extensions.
Fixes #18899.

Change-Id: I6a4bf0aad9cf1dbe6691ba4e4c478fcb33c44528
Reviewed-on: https://go-review.googlesource.com/36558
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-02-09 18:34:11 +00:00
..
aes crypto/aes: correct 'noescape' typo in s390x 2016-12-14 16:10:22 +00:00
cipher all: make spelling consistent 2016-12-08 23:22:37 +00:00
des crypto/des: improve the throughput of DES and 3DES 2017-02-07 14:17:05 +00:00
dsa crypto/dsa: gofmt 2017-01-11 17:10:59 +00:00
ecdsa
elliptic crypto/*: document use or non-use of constant-time algorithms 2016-12-07 16:34:50 +00:00
hmac
internal/cipherhw
md5
rand math/big: add Baillie-PSW test to (*Int).ProbablyPrime 2016-11-22 02:05:47 +00:00
rc4
rsa crypto/*: document use or non-use of constant-time algorithms 2016-12-07 16:34:50 +00:00
sha1 crypto: detect BMI usability on AMD64 for sha1 and sha256 2017-01-05 15:37:37 +00:00
sha256 crypto: detect BMI usability on AMD64 for sha1 and sha256 2017-01-05 15:37:37 +00:00
sha512
subtle
tls crypto/tls: fix link to more info about channel bindings 2017-02-08 19:57:15 +00:00
x509 crypto/x509: CreateCertificateRequest reads ExtraExtensions, not Extensions. 2017-02-09 18:34:11 +00:00
crypto.go