Skip to content

Commit ff196c3

Browse files
committed
crypto/x509: update iOS bundled roots to version 55188.40.9
Updates #38843 Change-Id: If76844e1caf23f98d814de89f77610de59d96a34 Reviewed-on: https://go-review.googlesource.com/c/go/+/284134 Trust: Filippo Valsorda <[email protected]> Run-TryBot: Filippo Valsorda <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent e125ccd commit ff196c3

File tree

2 files changed

+6
-280
lines changed

2 files changed

+6
-280
lines changed

src/crypto/x509/root.go

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
package x509
66

7-
//go:generate go run root_ios_gen.go -version 55161.140.3
7+
// To update the embedded iOS root store, update the -version
8+
// argument to the latest security_certificates version from
9+
// https://opensource.apple.com/source/security_certificates/
10+
// and run "go generate". See https://golang.org/issue/38843.
11+
//go:generate go run root_ios_gen.go -version 55188.40.9
812

913
import "sync"
1014

src/crypto/x509/root_ios.go

+1-279
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)