1
0
mirror of https://github.com/golang/go synced 2024-11-08 19:26:14 -07:00
go/src/crypto
Quentin Smith ce645534e4 crypto/x509: support RHEL 7 cert bundle
RHEL 7 introduces a new tool, update-ca-trust(8), which places the
certificate bundle in a new location. Add this path to the list of
locations that are searched for the certificate bundle.

Fixes #15749

Change-Id: Idc97f885ee48ef085f1eb4dacbd1c2cf55f94ff5
Reviewed-on: https://go-review.googlesource.com/30375
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-10-05 22:12:09 +00:00
..
aes crypto/{aes,cipher}: add optimized implementation of AES-GCM for s390x 2016-10-05 15:37:53 +00:00
cipher crypto/{aes,cipher}: add optimized implementation of AES-GCM for s390x 2016-10-05 15:37:53 +00:00
des
dsa
ecdsa crypto/ecdsa: correct code comment. 2016-10-02 19:38:37 +00:00
elliptic
hmac crypto/hmac: don't test for length equality in Equal. 2016-08-17 23:23:28 +00:00
md5 crypto/md5, crypto/sha1, crypto/sha256: add examples for checksumming a file 2016-09-19 17:29:19 +00:00
rand
rc4 all: fix assembly vet issues 2016-08-25 18:52:31 +00:00
rsa crypto/rsa: clarify comment on maximum message length. 2016-09-22 03:06:25 +00:00
sha1 crypto/tls: implement countermeasures against CBC padding oracles 2016-10-04 13:21:02 +00:00
sha256 crypto/md5, crypto/sha1, crypto/sha256: add examples for checksumming a file 2016-09-19 17:29:19 +00:00
sha512
subtle
tls crypto/tls: implement countermeasures against CBC padding oracles 2016-10-04 13:21:02 +00:00
x509 crypto/x509: support RHEL 7 cert bundle 2016-10-05 22:12:09 +00:00
crypto.go