]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: support RHEL 7 cert bundle
authorQuentin Smith <quentin@golang.org>
Wed, 5 Oct 2016 22:04:54 +0000 (18:04 -0400)
committerQuentin Smith <quentin@golang.org>
Wed, 5 Oct 2016 22:12:09 +0000 (22:12 +0000)
commitce645534e481368b4ec6141d48eb361422e423b8
treea5c8cef8cbfd7e75fd10f91e27b94f4049456f1b
parent936ae27b9c89ffa7ffe6ebb33376bc55b82e5ccd
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>
src/crypto/x509/root_linux.go