Skip to content

Commit

Permalink
crypto/x509: update iOS bundled roots to version 55188.40.9
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
FiloSottile committed Jan 15, 2021
1 parent e125ccd commit ff196c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 280 deletions.
6 changes: 5 additions & 1 deletion src/crypto/x509/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

package x509

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

import "sync"

Expand Down
280 changes: 1 addition & 279 deletions src/crypto/x509/root_ios.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff196c3

Please sign in to comment.