Skip to content

Commit 3e95c5b

Browse files
committed
crypto/x509: update bundled iOS roots and rewrite generator
Switched the generator to using the open source releases of the root store rather than HTML parsing, while trying to emulate the sorting algorithm of the table to reduce churn. Updates #38843 Change-Id: I78608d245eabc2a35c2f98635ed5f1a531ad2ba8 Reviewed-on: https://go-review.googlesource.com/c/go/+/239557 Run-TryBot: Filippo Valsorda <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 320e4ad commit 3e95c5b

File tree

3 files changed

+1646
-709
lines changed

3 files changed

+1646
-709
lines changed

src/crypto/x509/root.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
package x509
66

7+
//go:generate go run root_darwin_arm64_gen.go -version 55161.80.1
8+
79
import "sync"
810

911
var (

0 commit comments

Comments
 (0)