1 !<arch> 2 __.PKGDEF 0 0 0 644 48890 ` 3 go object darwin amd64 go1.5.1 X:none 4 build id "dab1ca3ca945f848460526026175e601fb1c5e73" 5 6 $$ 7 package x509 8 import unsafe "unsafe" 9 import runtime "runtime" 10 import pem "encoding/pem" 11 import bytes "bytes" 12 import errors "errors" 13 import io "io" 14 import strings "strings" 15 import aes "crypto/aes" 16 import cipher "crypto/cipher" 17 import strconv "strconv" 18 import des "crypto/des" 19 import md5 "crypto/md5" 20 import crypto "crypto" 21 import hex "encoding/hex" 22 import fmt "fmt" 23 import sync "sync" 24 import utf8 "unicode/utf8" 25 import rsa "crypto/rsa" 26 import big "math/big" 27 import asn1 "encoding/asn1" 28 import time "time" 29 import pkix "crypto/x509/pkix" 30 import exec "os/exec" 31 import syscall "syscall" 32 import ecdsa "crypto/ecdsa" 33 import elliptic "crypto/elliptic" 34 import sha512 "crypto/sha512" 35 import net "net" 36 import cgo "runtime/cgo" 37 import dsa "crypto/dsa" 38 import sha1 "crypto/sha1" 39 import sha256 "crypto/sha256" 40 type @"".SignatureAlgorithm int 41 type @"".PublicKeyAlgorithm int 42 type @"math/big".Word uintptr 43 type @"math/big".divisor struct { @"math/big".bbb @"math/big".nat; @"math/big".nbits int; @"math/big".ndigits int } 44 import rand "math/rand" // indirect 45 type @"math/rand".Source interface { Int63() (? int64); Seed(@"math/rand".seed int64) } 46 type @"math/rand".Rand struct { @"math/rand".src @"math/rand".Source } 47 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") ExpFloat64 () (? float64) 48 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Float32 () (? float32) 49 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Float64 () (? float64) 50 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Int () (? int) 51 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Int31 () (? int32) 52 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Int31n (@"math/rand".n3 int32) (? int32) 53 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Int63 () (? int64) 54 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Int63n (@"math/rand".n3 int64) (? int64) 55 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Intn (@"math/rand".n3 int) (? int) 56 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") NormFloat64 () (? float64) 57 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Perm (@"math/rand".n3 int) (? []int) 58 func (@"math/rand".r1 *@"math/rand".Rand "esc:0x9") Seed (@"math/rand".seed2 int64) 59 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Uint32 () (? uint32) 60 type @"io".ByteScanner interface { ReadByte() (@"io".c byte, @"io".err error); UnreadByte() (? error) } 61 type @"math/big".nat []@"math/big".Word 62 func (@"math/big".z2 @"math/big".nat) @"math/big".add (@"math/big".x3 @"math/big".nat, @"math/big".y4 @"math/big".nat) (? @"math/big".nat) 63 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".and (@"math/big".x3 @"math/big".nat "esc:0x1", @"math/big".y4 @"math/big".nat "esc:0x1") (? @"math/big".nat) 64 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".andNot (@"math/big".x3 @"math/big".nat "esc:0x9", @"math/big".y4 @"math/big".nat "esc:0x1") (? @"math/big".nat) 65 func (@"math/big".x2 @"math/big".nat "esc:0x1") @"math/big".bit (@"math/big".i3 uint) (? uint) { var @"math/big".j4 uint; ; @"math/big".j4 = @"math/big".i3 / 0x40; if @"math/big".j4 >= uint(len(@"math/big".x2)) { return 0x0 }; return uint(@"math/big".x2[@"math/big".j4] >> (@"math/big".i3 % 0x40) & @"math/big".Word(0x1)) } 66 func (@"math/big".x2 @"math/big".nat "esc:0x1") @"math/big".bitLen () (? int) 67 func (@"math/big".z2 @"math/big".nat "esc:0x1") @"math/big".bytes (@"math/big".buf3 []byte "esc:0x1") (@"math/big".i1 int) 68 func (@"math/big".z1 @"math/big".nat "esc:0x1") @"math/big".clear () 69 func (@"math/big".x2 @"math/big".nat "esc:0x1") @"math/big".cmp (@"math/big".y3 @"math/big".nat "esc:0x1") (@"math/big".r1 int) 70 func (@"math/big".q1 @"math/big".nat) @"math/big".convertWords (@"math/big".s2 []byte "esc:0x1", @"math/big".charset3 string "esc:0x1", @"math/big".b4 @"math/big".Word, @"math/big".ndigits5 int, @"math/big".bb6 @"math/big".Word, @"math/big".table7 []@"math/big".divisor "esc:0x9") 71 func (@"math/big".x2 @"math/big".nat "esc:0x9") @"math/big".decimalString () (? string) 72 func (@"math/big".z3 @"math/big".nat) @"math/big".div (@"math/big".z24 @"math/big".nat, @"math/big".u5 @"math/big".nat, @"math/big".v6 @"math/big".nat) (@"math/big".q1 @"math/big".nat, @"math/big".r2 @"math/big".nat) 73 func (@"math/big".z3 @"math/big".nat "esc:0x12") @"math/big".divLarge (@"math/big".u4 @"math/big".nat, @"math/big".uIn5 @"math/big".nat, @"math/big".v6 @"math/big".nat) (@"math/big".q1 @"math/big".nat, @"math/big".r2 @"math/big".nat) 74 func (@"math/big".z3 @"math/big".nat) @"math/big".divW (@"math/big".x4 @"math/big".nat, @"math/big".y5 @"math/big".Word) (@"math/big".q1 @"math/big".nat, @"math/big".r2 @"math/big".Word) 75 func (@"math/big".z2 @"math/big".nat) @"math/big".expNN (@"math/big".x3 @"math/big".nat, @"math/big".y4 @"math/big".nat "esc:0x1", @"math/big".m5 @"math/big".nat) (? @"math/big".nat) 76 func (@"math/big".z2 @"math/big".nat) @"math/big".expNNMontgomery (@"math/big".x3 @"math/big".nat, @"math/big".y4 @"math/big".nat "esc:0x1", @"math/big".m5 @"math/big".nat) (? @"math/big".nat) 77 func (@"math/big".z2 @"math/big".nat) @"math/big".expNNWindowed (@"math/big".x3 @"math/big".nat, @"math/big".y4 @"math/big".nat "esc:0x1", @"math/big".m5 @"math/big".nat) (? @"math/big".nat) 78 func (@"math/big".z2 @"math/big".nat) @"math/big".expWW (@"math/big".x3 @"math/big".Word, @"math/big".y4 @"math/big".Word) (? @"math/big".nat) 79 func (@"math/big".x2 @"math/big".nat "esc:0x9") @"math/big".hexString () (? string) 80 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".make (@"math/big".n3 int) (? @"math/big".nat) 81 func (@"math/big".x2 @"math/big".nat) @"math/big".modW (@"math/big".d3 @"math/big".Word) (@"math/big".r1 @"math/big".Word) 82 func (@"math/big".z2 @"math/big".nat) @"math/big".montgomery (@"math/big".x3 @"math/big".nat, @"math/big".y4 @"math/big".nat "esc:0x1", @"math/big".m5 @"math/big".nat, @"math/big".k6 @"math/big".Word, @"math/big".n7 int) (? @"math/big".nat) 83 func (@"math/big".z2 @"math/big".nat) @"math/big".mul (@"math/big".x3 @"math/big".nat, @"math/big".y4 @"math/big".nat) (? @"math/big".nat) 84 func (@"math/big".z2 @"math/big".nat) @"math/big".mulAddWW (@"math/big".x3 @"math/big".nat, @"math/big".y4 @"math/big".Word, @"math/big".r5 @"math/big".Word) (? @"math/big".nat) 85 func (@"math/big".z2 @"math/big".nat) @"math/big".mulRange (@"math/big".a3 uint64, @"math/big".b4 uint64) (? @"math/big".nat) 86 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".norm () (? @"math/big".nat) 87 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".or (@"math/big".x3 @"math/big".nat "esc:0x9", @"math/big".y4 @"math/big".nat "esc:0x9") (? @"math/big".nat) 88 func (@"math/big".n2 @"math/big".nat) @"math/big".probablyPrime (@"math/big".reps3 int) (? bool) 89 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".random (@"math/big".rand3 *@"math/rand".Rand "esc:0x9", @"math/big".limit4 @"math/big".nat "esc:0x1", @"math/big".n5 int) (? @"math/big".nat) 90 func (@"math/big".z5 @"math/big".nat) @"math/big".scan (@"math/big".r6 @"io".ByteScanner, @"math/big".base7 int, @"math/big".fracOk8 bool) (@"math/big".res1 @"math/big".nat, @"math/big".b2 int, @"math/big".count3 int, @"math/big".err4 error) 91 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".set (@"math/big".x3 @"math/big".nat "esc:0x9") (? @"math/big".nat) 92 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".setBit (@"math/big".x3 @"math/big".nat "esc:0x9", @"math/big".i4 uint, @"math/big".b5 uint) (? @"math/big".nat) 93 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".setBytes (@"math/big".buf3 []byte "esc:0x1") (? @"math/big".nat) 94 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".setUint64 (@"math/big".x3 uint64) (? @"math/big".nat) 95 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".setWord (@"math/big".x3 @"math/big".Word) (? @"math/big".nat) 96 func (@"math/big".z2 @"math/big".nat) @"math/big".shl (@"math/big".x3 @"math/big".nat, @"math/big".s4 uint) (? @"math/big".nat) 97 func (@"math/big".z2 @"math/big".nat) @"math/big".shr (@"math/big".x3 @"math/big".nat, @"math/big".s4 uint) (? @"math/big".nat) 98 func (@"math/big".x2 @"math/big".nat "esc:0x1") @"math/big".sticky (@"math/big".i3 uint) (? uint) 99 func (@"math/big".x2 @"math/big".nat "esc:0x9") @"math/big".string (@"math/big".charset3 string "esc:0x1") (? string) 100 func (@"math/big".z2 @"math/big".nat) @"math/big".sub (@"math/big".x3 @"math/big".nat, @"math/big".y4 @"math/big".nat) (? @"math/big".nat) 101 func (@"math/big".x2 @"math/big".nat "esc:0x1") @"math/big".trailingZeroBits () (? uint) 102 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".xor (@"math/big".x3 @"math/big".nat "esc:0x9", @"math/big".y4 @"math/big".nat "esc:0x9") (? @"math/big".nat) 103 type @"fmt".State interface { Flag(@"fmt".c int) (? bool); Precision() (@"fmt".prec int, @"fmt".ok bool); Width() (@"fmt".wid int, @"fmt".ok bool); Write(@"fmt".b []byte) (@"fmt".ret int, @"fmt".err error) } 104 type @"fmt".ScanState interface { Read(@"fmt".buf []byte) (@"fmt".n int, @"fmt".err error); ReadRune() (@"fmt".r rune, @"fmt".size int, @"fmt".err error); SkipSpace(); Token(@"fmt".skipSpace bool, @"fmt".f func(? rune) (? bool)) (@"fmt".token []byte, @"fmt".err error); UnreadRune() (? error); Width() (@"fmt".wid int, @"fmt".ok bool) } 105 type @"math/big".Int struct { @"math/big".neg bool; @"math/big".abs @"math/big".nat } 106 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Abs (@"math/big".x3 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 107 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Add (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 108 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") And (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 109 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") AndNot (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 110 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Binomial (@"math/big".n3 int64, @"math/big".k4 int64) (? *@"math/big".Int) 111 func (@"math/big".x2 *@"math/big".Int "esc:0x9") Bit (@"math/big".i3 int) (? uint) 112 func (@"math/big".x2 *@"math/big".Int "esc:0x1") BitLen () (? int) 113 func (@"math/big".x2 *@"math/big".Int "esc:0x22") Bits () (? []@"math/big".Word) { return @"math/big".x2.@"math/big".abs } 114 func (@"math/big".x2 *@"math/big".Int "esc:0x1") Bytes () (? []byte) 115 func (@"math/big".x2 *@"math/big".Int "esc:0x1") Cmp (@"math/big".y3 *@"math/big".Int "esc:0x1") (@"math/big".r1 int) 116 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Div (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 117 func (@"math/big".z3 *@"math/big".Int "esc:0x1a") DivMod (@"math/big".x4 *@"math/big".Int "esc:0x9", @"math/big".y5 *@"math/big".Int "esc:0x9", @"math/big".m6 *@"math/big".Int "esc:0x8a") (? *@"math/big".Int, ? *@"math/big".Int) 118 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Exp (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x1", @"math/big".m5 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 119 func (@"math/big".x1 *@"math/big".Int "esc:0x9") Format (@"math/big".s2 @"fmt".State, @"math/big".ch3 rune) 120 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") GCD (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9", @"math/big".a5 *@"math/big".Int "esc:0x9", @"math/big".b6 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 121 func (@"math/big".z2 *@"math/big".Int "esc:0x9") GobDecode (@"math/big".buf3 []byte "esc:0x1") (? error) 122 func (@"math/big".x3 *@"math/big".Int "esc:0x1") GobEncode () (? []byte, ? error) 123 func (@"math/big".x2 *@"math/big".Int "esc:0x1") Int64 () (? int64) { var @"math/big".v3 int64; ; @"math/big".v3 = int64(@"math/big".low64(@"math/big".x2.@"math/big".abs)); if @"math/big".x2.@"math/big".neg { @"math/big".v3 = -@"math/big".v3 }; return @"math/big".v3 } 124 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Lsh (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".n4 uint) (? *@"math/big".Int) 125 func (@"math/big".z3 *@"math/big".Int "esc:0x9") MarshalJSON () (? []byte, ? error) 126 func (@"math/big".z3 *@"math/big".Int "esc:0x9") MarshalText () (@"math/big".text1 []byte, @"math/big".err2 error) 127 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Mod (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 128 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") ModInverse (@"math/big".g3 *@"math/big".Int "esc:0x9", @"math/big".n4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 129 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") ModSqrt (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".p4 *@"math/big".Int) (? *@"math/big".Int) 130 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Mul (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 131 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") MulRange (@"math/big".a3 int64, @"math/big".b4 int64) (? *@"math/big".Int) 132 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Neg (@"math/big".x3 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 133 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Not (@"math/big".x3 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 134 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Or (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 135 func (@"math/big".x2 *@"math/big".Int "esc:0x9") ProbablyPrime (@"math/big".n3 int) (? bool) 136 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Quo (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 137 func (@"math/big".z3 *@"math/big".Int "esc:0x1a") QuoRem (@"math/big".x4 *@"math/big".Int "esc:0x9", @"math/big".y5 *@"math/big".Int "esc:0x9", @"math/big".r6 *@"math/big".Int "esc:0x8a") (? *@"math/big".Int, ? *@"math/big".Int) 138 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Rand (@"math/big".rnd3 *@"math/rand".Rand "esc:0x9", @"math/big".n4 *@"math/big".Int "esc:0x1") (? *@"math/big".Int) 139 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Rem (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 140 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Rsh (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".n4 uint) (? *@"math/big".Int) 141 func (@"math/big".z2 *@"math/big".Int "esc:0x9") Scan (@"math/big".s3 @"fmt".ScanState, @"math/big".ch4 rune) (? error) 142 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Set (@"math/big".x3 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 143 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") SetBit (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".i4 int, @"math/big".b5 uint) (? *@"math/big".Int) 144 func (@"math/big".z2 *@"math/big".Int "esc:0x12") SetBits (@"math/big".abs3 []@"math/big".Word) (? *@"math/big".Int) 145 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") SetBytes (@"math/big".buf3 []byte "esc:0x1") (? *@"math/big".Int) 146 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") SetInt64 (@"math/big".x3 int64) (? *@"math/big".Int) 147 func (@"math/big".z3 *@"math/big".Int "esc:0x1a") SetString (@"math/big".s4 string, @"math/big".base5 int) (? *@"math/big".Int, ? bool) 148 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") SetUint64 (@"math/big".x3 uint64) (? *@"math/big".Int) 149 func (@"math/big".x2 *@"math/big".Int "esc:0x1") Sign () (? int) { if len(@"math/big".x2.@"math/big".abs) == 0x0 { return 0x0 }; if @"math/big".x2.@"math/big".neg { return -0x1 }; return 0x1 } 150 func (@"math/big".x2 *@"math/big".Int "esc:0x9") String () (? string) 151 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Sub (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 152 func (@"math/big".x2 *@"math/big".Int "esc:0x1") Uint64 () (? uint64) { return @"math/big".low64(@"math/big".x2.@"math/big".abs) } 153 func (@"math/big".z2 *@"math/big".Int "esc:0x9") UnmarshalJSON (@"math/big".text3 []byte) (? error) 154 func (@"math/big".z2 *@"math/big".Int "esc:0x9") UnmarshalText (@"math/big".text3 []byte) (? error) 155 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Xor (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 156 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") @"math/big".binaryGCD (@"math/big".a3 *@"math/big".Int "esc:0x9", @"math/big".b4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 157 func (@"math/big".z4 *@"math/big".Int "esc:0x1a") @"math/big".scan (@"math/big".r5 @"io".ByteScanner, @"math/big".base6 int) (? *@"math/big".Int, ? int, ? error) 158 type @"encoding/asn1".ObjectIdentifier []int 159 func (@"encoding/asn1".oi2 @"encoding/asn1".ObjectIdentifier "esc:0x1") Equal (@"encoding/asn1".other3 @"encoding/asn1".ObjectIdentifier "esc:0x1") (? bool) 160 func (@"encoding/asn1".oi2 @"encoding/asn1".ObjectIdentifier "esc:0x1") String () (? string) 161 type @"crypto/x509/pkix".AttributeTypeAndValue struct { Type @"encoding/asn1".ObjectIdentifier; Value interface {} } 162 type @"crypto/x509/pkix".RelativeDistinguishedNameSET []@"crypto/x509/pkix".AttributeTypeAndValue 163 type @"crypto/x509/pkix".RDNSequence []@"crypto/x509/pkix".RelativeDistinguishedNameSET 164 type @"crypto/x509/pkix".Name struct { Country []string; Organization []string; OrganizationalUnit []string; Locality []string; Province []string; StreetAddress []string; PostalCode []string; SerialNumber string; CommonName string; Names []@"crypto/x509/pkix".AttributeTypeAndValue; ExtraNames []@"crypto/x509/pkix".AttributeTypeAndValue } 165 func (@"crypto/x509/pkix".n1 *@"crypto/x509/pkix".Name "esc:0x9") FillFromRDNSequence (@"crypto/x509/pkix".rdns2 *@"crypto/x509/pkix".RDNSequence "esc:0x9") 166 func (@"crypto/x509/pkix".n2 @"crypto/x509/pkix".Name) ToRDNSequence () (@"crypto/x509/pkix".ret1 @"crypto/x509/pkix".RDNSequence) 167 func (@"crypto/x509/pkix".n2 @"crypto/x509/pkix".Name "esc:0x1") @"crypto/x509/pkix".appendRDNs (@"crypto/x509/pkix".in3 @"crypto/x509/pkix".RDNSequence "esc:0x1a", @"crypto/x509/pkix".values4 []string "esc:0x9", @"crypto/x509/pkix".oid5 @"encoding/asn1".ObjectIdentifier) (? @"crypto/x509/pkix".RDNSequence) 168 type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool } 169 type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool } 170 type @"time".Location struct { @"time".name string; @"time".zone []@"time".zone; @"time".tx []@"time".zoneTrans; @"time".cacheStart int64; @"time".cacheEnd int64; @"time".cacheZone *@"time".zone } 171 func (@"time".l2 *@"time".Location "esc:0x22") String () (? string) 172 func (@"time".l2 *@"time".Location "esc:0x1") @"time".firstZoneUsed () (? bool) 173 func (@"time".l2 *@"time".Location "esc:0x12") @"time".get () (? *@"time".Location) 174 func (@"time".l6 *@"time".Location "esc:0x32") @"time".lookup (@"time".sec7 int64) (@"time".name1 string, @"time".offset2 int, @"time".isDST3 bool, @"time".start4 int64, @"time".end5 int64) 175 func (@"time".l2 *@"time".Location "esc:0x1") @"time".lookupFirstZone () (? int) 176 func (@"time".l4 *@"time".Location "esc:0x1") @"time".lookupName (@"time".name5 string "esc:0x1", @"time".unix6 int64) (@"time".offset1 int, @"time".isDST2 bool, @"time".ok3 bool) 177 type @"time".Duration int64 178 func (@"time".d2 @"time".Duration) Hours () (? float64) { var @"time".hour3 @"time".Duration; ; @"time".hour3 = @"time".d2 / @"time".Duration(0x34630b8a000); var @"time".nsec4 @"time".Duration; ; @"time".nsec4 = @"time".d2 % @"time".Duration(0x34630b8a000); return float64(@"time".hour3) + float64(@"time".nsec4) * 8190022623310637111963488201822504381538623676021880892417778544696899264837610290203272971060556344039023584360473938041055625214280336402169897364226048p-553 } 179 func (@"time".d2 @"time".Duration) Minutes () (? float64) { var @"time".min3 @"time".Duration; ; @"time".min3 = @"time".d2 / @"time".Duration(0xdf8475800); var @"time".nsec4 @"time".Duration; ; @"time".nsec4 = @"time".d2 % @"time".Duration(0xdf8475800); return float64(@"time".min3) + float64(@"time".nsec4) * 7678146209353722106395056769533233877065564876941352542109479049699919628723768656821910653339403201031675627614471533358284117434246264392176261853609984p-547 } 180 func (@"time".d2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d2) } 181 func (@"time".d2 @"time".Duration) Seconds () (? float64) { var @"time".sec3 @"time".Duration; ; @"time".sec3 = @"time".d2 / @"time".Duration(0x3b9aca00); var @"time".nsec4 @"time".Duration; ; @"time".nsec4 = @"time".d2 % @"time".Duration(0x3b9aca00); return float64(@"time".sec3) + float64(@"time".nsec4) * 7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541 } 182 func (@"time".d2 @"time".Duration) String () (? string) 183 type @"time".Month int 184 func (@"time".m2 @"time".Month) String () (? string) { return @"time".months[@"time".m2 - @"time".Month(0x1)] } 185 type @"time".Weekday int 186 func (@"time".d2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d2] } 187 type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location } 188 func (@"time".t2 @"time".Time "esc:0x12") Add (@"time".d3 @"time".Duration) (? @"time".Time) { @"time".t2.@"time".sec += int64(@"time".d3 / @"time".Duration(0x3b9aca00)); var @"time".nsec4 int32; ; @"time".nsec4 = int32(@"time".t2.@"time".nsec) + int32(@"time".d3 % @"time".Duration(0x3b9aca00)); if @"time".nsec4 >= 0x3b9aca00 { @"time".t2.@"time".sec++; @"time".nsec4 -= 0x3b9aca00 } else { if @"time".nsec4 < 0x0 { @"time".t2.@"time".sec--; @"time".nsec4 += 0x3b9aca00 } }; @"time".t2.@"time".nsec = @"time".nsec4; return @"time".t2 } 189 func (@"time".t2 @"time".Time "esc:0x12") AddDate (@"time".years3 int, @"time".months4 int, @"time".days5 int) (? @"time".Time) 190 func (@"time".t2 @"time".Time "esc:0x1") After (@"time".u3 @"time".Time "esc:0x1") (? bool) { return @"time".t2.@"time".sec > @"time".u3.@"time".sec || @"time".t2.@"time".sec == @"time".u3.@"time".sec && @"time".t2.@"time".nsec > @"time".u3.@"time".nsec } 191 func (@"time".t2 @"time".Time "esc:0x9") AppendFormat (@"time".b3 []byte "esc:0x1a", @"time".layout4 string "esc:0x9") (? []byte) 192 func (@"time".t2 @"time".Time "esc:0x1") Before (@"time".u3 @"time".Time "esc:0x1") (? bool) { return @"time".t2.@"time".sec < @"time".u3.@"time".sec || @"time".t2.@"time".sec == @"time".u3.@"time".sec && @"time".t2.@"time".nsec < @"time".u3.@"time".nsec } 193 func (@"time".t4 @"time".Time "esc:0x1") Clock () (@"time".hour1 int, @"time".min2 int, @"time".sec3 int) 194 func (@"time".t4 @"time".Time "esc:0x1") Date () (@"time".year1 int, @"time".month2 @"time".Month, @"time".day3 int) 195 func (@"time".t2 @"time".Time "esc:0x1") Day () (? int) 196 func (@"time".t2 @"time".Time "esc:0x1") Equal (@"time".u3 @"time".Time "esc:0x1") (? bool) { return @"time".t2.@"time".sec == @"time".u3.@"time".sec && @"time".t2.@"time".nsec == @"time".u3.@"time".nsec } 197 func (@"time".t2 @"time".Time "esc:0x9") Format (@"time".layout3 string "esc:0x9") (? string) 198 func (@"time".t2 *@"time".Time "esc:0x1") GobDecode (@"time".data3 []byte "esc:0x1") (? error) 199 func (@"time".t3 @"time".Time "esc:0x1") GobEncode () (? []byte, ? error) 200 func (@"time".t2 @"time".Time "esc:0x1") Hour () (? int) 201 func (@"time".t3 @"time".Time "esc:0x1") ISOWeek () (@"time".year1 int, @"time".week2 int) 202 func (@"time".t2 @"time".Time "esc:0x12") In (@"time".loc3 *@"time".Location "esc:0x12") (? @"time".Time) 203 func (@"time".t2 @"time".Time "esc:0x1") IsZero () (? bool) { return @"time".t2.@"time".sec == 0x0 && @"time".t2.@"time".nsec == 0x0 } 204 func (@"time".t2 @"time".Time "esc:0x12") Local () (? @"time".Time) { @"time".t2.@"time".loc = @"time".Local; return @"time".t2 } 205 func (@"time".t2 @"time".Time "esc:0x12") Location () (? *@"time".Location) { var @"time".l3 *@"time".Location; ; @"time".l3 = @"time".t2.@"time".loc; if @"time".l3 == nil { @"time".l3 = @"time".UTC }; return @"time".l3 } 206 func (@"time".t3 @"time".Time "esc:0x1") MarshalBinary () (? []byte, ? error) 207 func (@"time".t3 @"time".Time "esc:0x9") MarshalJSON () (? []byte, ? error) 208 func (@"time".t3 @"time".Time "esc:0x9") MarshalText () (? []byte, ? error) 209 func (@"time".t2 @"time".Time "esc:0x1") Minute () (? int) 210 func (@"time".t2 @"time".Time "esc:0x1") Month () (? @"time".Month) 211 func (@"time".t2 @"time".Time "esc:0x1") Nanosecond () (? int) { return int(@"time".t2.@"time".nsec) } 212 func (@"time".t2 @"time".Time "esc:0x12") Round (@"time".d3 @"time".Duration) (? @"time".Time) 213 func (@"time".t2 @"time".Time "esc:0x1") Second () (? int) 214 func (@"time".t2 @"time".Time "esc:0x9") String () (? string) 215 func (@"time".t2 @"time".Time "esc:0x1") Sub (@"time".u3 @"time".Time "esc:0x1") (? @"time".Duration) 216 func (@"time".t2 @"time".Time "esc:0x12") Truncate (@"time".d3 @"time".Duration) (? @"time".Time) 217 func (@"time".t2 @"time".Time "esc:0x12") UTC () (? @"time".Time) { @"time".t2.@"time".loc = @"time".UTC; return @"time".t2 } 218 func (@"time".t2 @"time".Time "esc:0x1") Unix () (? int64) { return @"time".t2.@"time".sec + -0xe7791f700 } 219 func (@"time".t2 @"time".Time "esc:0x1") UnixNano () (? int64) { return (@"time".t2.@"time".sec + -0xe7791f700) * 0x3b9aca00 + int64(@"time".t2.@"time".nsec) } 220 func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalBinary (@"time".data3 []byte "esc:0x1") (? error) 221 func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalJSON (@"time".data3 []byte "esc:0x1") (@"time".err1 error) 222 func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalText (@"time".data3 []byte "esc:0x1") (@"time".err1 error) 223 func (@"time".t2 @"time".Time "esc:0x1") Weekday () (? @"time".Weekday) 224 func (@"time".t2 @"time".Time "esc:0x1") Year () (? int) 225 func (@"time".t2 @"time".Time "esc:0x1") YearDay () (? int) 226 func (@"time".t3 @"time".Time "esc:0x32") Zone () (@"time".name1 string, @"time".offset2 int) 227 func (@"time".t2 @"time".Time "esc:0x1") @"time".abs () (? uint64) 228 func (@"time".t5 @"time".Time "esc:0x1") @"time".date (@"time".full6 bool) (@"time".year1 int, @"time".month2 @"time".Month, @"time".day3 int, @"time".yday4 int) 229 func (@"time".t4 @"time".Time "esc:0x32") @"time".locabs () (@"time".name1 string, @"time".offset2 int, @"time".abs3 uint64) 230 type @"".KeyUsage int 231 type @"crypto/x509/pkix".Extension struct { Id @"encoding/asn1".ObjectIdentifier; Critical bool "asn1:\"optional\""; Value []byte } 232 type @"".ExtKeyUsage int 233 type @"net".IPMask []byte 234 func (@"net".m3 @"net".IPMask "esc:0x1") Size () (@"net".ones1 int, @"net".bits2 int) 235 func (@"net".m2 @"net".IPMask "esc:0x1") String () (? string) 236 type @"net".IP []byte 237 func (@"net".ip2 @"net".IP "esc:0x1") DefaultMask () (? @"net".IPMask) 238 func (@"net".ip2 @"net".IP "esc:0x1") Equal (@"net".x3 @"net".IP "esc:0x1") (? bool) 239 func (@"net".ip2 @"net".IP "esc:0x1") IsGlobalUnicast () (? bool) 240 func (@"net".ip2 @"net".IP "esc:0x1") IsInterfaceLocalMulticast () (? bool) { return len(@"net".ip2) == 0x10 && @"net".ip2[0x0] == byte(0xff) && @"net".ip2[0x1] & byte(0xf) == byte(0x1) } 241 func (@"net".ip2 @"net".IP "esc:0x1") IsLinkLocalMulticast () (? bool) 242 func (@"net".ip2 @"net".IP "esc:0x1") IsLinkLocalUnicast () (? bool) 243 func (@"net".ip2 @"net".IP "esc:0x1") IsLoopback () (? bool) 244 func (@"net".ip2 @"net".IP "esc:0x1") IsMulticast () (? bool) 245 func (@"net".ip2 @"net".IP "esc:0x1") IsUnspecified () (? bool) 246 func (@"net".ip3 @"net".IP "esc:0x1") MarshalText () (? []byte, ? error) 247 func (@"net".ip2 @"net".IP "esc:0x1") Mask (@"net".mask3 @"net".IPMask "esc:0x1") (? @"net".IP) 248 func (@"net".ip2 @"net".IP "esc:0x1") String () (? string) 249 func (@"net".ip2 @"net".IP "esc:0x12") To16 () (? @"net".IP) { if len(@"net".ip2) == 0x4 { return @"net".IPv4(@"net".ip2[0x0], @"net".ip2[0x1], @"net".ip2[0x2], @"net".ip2[0x3]) }; if len(@"net".ip2) == 0x10 { return @"net".ip2 }; return nil } 250 func (@"net".ip2 @"net".IP "esc:0x12") To4 () (? @"net".IP) 251 func (@"net".ip2 *@"net".IP "esc:0x1") UnmarshalText (@"net".text3 []byte "esc:0x1") (? error) 252 type @"".VerifyOptions struct { DNSName string; Intermediates *@"".CertPool; Roots *@"".CertPool; CurrentTime @"time".Time; KeyUsages []@"".ExtKeyUsage } 253 type @"encoding/asn1".RawContent []byte 254 type @"encoding/asn1".RawValue struct { Class int; Tag int; IsCompound bool; Bytes []byte; FullBytes []byte } 255 type @"crypto/x509/pkix".AlgorithmIdentifier struct { Algorithm @"encoding/asn1".ObjectIdentifier; Parameters @"encoding/asn1".RawValue "asn1:\"optional\"" } 256 type @"crypto/x509/pkix".RevokedCertificate struct { SerialNumber *@"math/big".Int; RevocationTime @"time".Time; Extensions []@"crypto/x509/pkix".Extension "asn1:\"optional\"" } 257 type @"crypto/x509/pkix".TBSCertificateList struct { Raw @"encoding/asn1".RawContent; Version int "asn1:\"optional,default:1\""; Signature @"crypto/x509/pkix".AlgorithmIdentifier; Issuer @"crypto/x509/pkix".RDNSequence; ThisUpdate @"time".Time; NextUpdate @"time".Time "asn1:\"optional\""; RevokedCertificates []@"crypto/x509/pkix".RevokedCertificate "asn1:\"optional\""; Extensions []@"crypto/x509/pkix".Extension "asn1:\"tag:0,optional,explicit\"" } 258 type @"encoding/asn1".BitString struct { Bytes []byte; BitLength int } 259 func (@"encoding/asn1".b2 @"encoding/asn1".BitString "esc:0x1") At (@"encoding/asn1".i3 int) (? int) { if @"encoding/asn1".i3 < 0x0 || @"encoding/asn1".i3 >= @"encoding/asn1".b2.BitLength { return 0x0 }; var @"encoding/asn1".x4 int; ; @"encoding/asn1".x4 = @"encoding/asn1".i3 / 0x8; var @"encoding/asn1".y5 uint; ; @"encoding/asn1".y5 = 0x7 - uint(@"encoding/asn1".i3 % 0x8); return int(@"encoding/asn1".b2.Bytes[@"encoding/asn1".x4] >> @"encoding/asn1".y5) & 0x1 } 260 func (@"encoding/asn1".b2 @"encoding/asn1".BitString "esc:0x12") RightAlign () (? []byte) 261 type @"crypto/x509/pkix".CertificateList struct { TBSCertList @"crypto/x509/pkix".TBSCertificateList; SignatureAlgorithm @"crypto/x509/pkix".AlgorithmIdentifier; SignatureValue @"encoding/asn1".BitString } 262 func (@"crypto/x509/pkix".certList2 *@"crypto/x509/pkix".CertificateList "esc:0x1") HasExpired (@"crypto/x509/pkix".now3 @"time".Time "esc:0x1") (? bool) { return @"crypto/x509/pkix".now3.After(@"crypto/x509/pkix".certList2.TBSCertList.NextUpdate) } 263 type @"io".Reader interface { Read(@"io".p []byte) (@"io".n int, @"io".err error) } 264 type @"".Certificate struct { Raw []byte; RawTBSCertificate []byte; RawSubjectPublicKeyInfo []byte; RawSubject []byte; RawIssuer []byte; Signature []byte; SignatureAlgorithm @"".SignatureAlgorithm; PublicKeyAlgorithm @"".PublicKeyAlgorithm; PublicKey interface {}; Version int; SerialNumber *@"math/big".Int; Issuer @"crypto/x509/pkix".Name; Subject @"crypto/x509/pkix".Name; NotBefore @"time".Time; NotAfter @"time".Time; KeyUsage @"".KeyUsage; Extensions []@"crypto/x509/pkix".Extension; ExtraExtensions []@"crypto/x509/pkix".Extension; UnhandledCriticalExtensions []@"encoding/asn1".ObjectIdentifier; ExtKeyUsage []@"".ExtKeyUsage; UnknownExtKeyUsage []@"encoding/asn1".ObjectIdentifier; BasicConstraintsValid bool; IsCA bool; MaxPathLen int; MaxPathLenZero bool; SubjectKeyId []byte; AuthorityKeyId []byte; OCSPServer []string; IssuingCertificateURL []string; DNSNames []string; EmailAddresses []string; IPAddresses []@"net".IP; PermittedDNSDomainsCritical bool; PermittedDNSDomains []string; CRLDistributionPoints []string; PolicyIdentifiers []@"encoding/asn1".ObjectIdentifier } 265 func (@"".c2 *@"".Certificate "esc:0x9") CheckCRLSignature (@"".crl3 *@"crypto/x509/pkix".CertificateList "esc:0x9") (@"".err1 error) 266 func (@"".c2 *@"".Certificate "esc:0x9") CheckSignature (@"".algo3 @"".SignatureAlgorithm, @"".signed4 []byte, @"".signature5 []byte) (@"".err1 error) 267 func (@"".c2 *@"".Certificate "esc:0x9") CheckSignatureFrom (@"".parent3 *@"".Certificate "esc:0x9") (@"".err1 error) 268 func (@"".c3 *@"".Certificate "esc:0x9") CreateCRL (@"".rand4 @"io".Reader, @"".priv5 interface {}, @"".revokedCerts6 []@"crypto/x509/pkix".RevokedCertificate, @"".now7 @"time".Time, @"".expiry8 @"time".Time) (@"".crlBytes1 []byte, @"".err2 error) 269 func (@"".c2 *@"".Certificate "esc:0x1") Equal (@"".other3 *@"".Certificate "esc:0x1") (? bool) 270 func (@"".c3 *@"".Certificate) Verify (@"".opts4 @"".VerifyOptions) (@"".chains1 [][]*@"".Certificate, @"".err2 error) 271 func (@"".c2 *@"".Certificate "esc:0x1a") VerifyHostname (@"".h3 string) (? error) 272 func (@"".c3 *@"".Certificate) @"".buildChains (@"".cache4 map[int][][]*@"".Certificate "esc:0x1", @"".currentChain5 []*@"".Certificate "esc:0x9", @"".opts6 *@"".VerifyOptions "esc:0x20a") (@"".chains1 [][]*@"".Certificate, @"".err2 error) 273 func (@"".c2 *@"".Certificate "esc:0x12") @"".isValid (@"".certType3 int, @"".currentChain4 []*@"".Certificate "esc:0x1", @"".opts5 *@"".VerifyOptions "esc:0x1") (? error) 274 func (@"".c3 *@"".Certificate "esc:0x1") @"".systemVerify (@"".opts4 *@"".VerifyOptions "esc:0x1") (@"".chains1 [][]*@"".Certificate, @"".err2 error) { return nil, nil } 275 type @"".CertPool struct { @"".bySubjectKeyId map[string][]int; @"".byName map[string][]int; @"".certs []*@"".Certificate } 276 func (@"".s1 *@"".CertPool "esc:0x9") AddCert (@"".cert2 *@"".Certificate) 277 func (@"".s2 *@"".CertPool "esc:0x9") AppendCertsFromPEM (@"".pemCerts3 []byte) (@"".ok1 bool) 278 func (@"".s2 *@"".CertPool "esc:0x9") Subjects () (@"".res1 [][]byte) 279 func (@"".s4 *@"".CertPool "esc:0x18a") @"".findVerifiedParents (@"".cert5 *@"".Certificate "esc:0x9") (@"".parents1 []int, @"".errCert2 *@"".Certificate, @"".err3 error) 280 func @"".NewCertPool () (? *@"".CertPool) { return (&@"".CertPool{ @"".bySubjectKeyId:make(map[string][]int), @"".byName:make(map[string][]int), @"".certs:nil }) } 281 type @"".PEMCipher int 282 const @"".PEMCipherDES @"".PEMCipher = 0x1 283 const @"".PEMCipher3DES @"".PEMCipher = 0x2 284 const @"".PEMCipherAES128 @"".PEMCipher = 0x3 285 const @"".PEMCipherAES192 @"".PEMCipher = 0x4 286 const @"".PEMCipherAES256 @"".PEMCipher = 0x5 287 type @"encoding/pem".Block struct { Type string; Headers map[string]string; Bytes []byte } 288 func @"".IsEncryptedPEMBlock (@"".b2 *@"encoding/pem".Block "esc:0x1") (? bool) { var @"".ok3 bool; _, @"".ok3 = @"".b2.Headers["DEK-Info"]; return @"".ok3 } 289 var @"".IncorrectPasswordError error 290 func @"".DecryptPEMBlock (@"".b3 *@"encoding/pem".Block "esc:0x9", @"".password4 []byte) (? []byte, ? error) 291 func @"".EncryptPEMBlock (@"".rand3 @"io".Reader, @"".blockType4 string, @"".data5 []byte "esc:0x9", @"".password6 []byte, @"".alg7 @"".PEMCipher) (? *@"encoding/pem".Block, ? error) 292 type @"crypto/rsa".PublicKey struct { N *@"math/big".Int; E int } 293 type @"crypto/rsa".CRTValue struct { Exp *@"math/big".Int; Coeff *@"math/big".Int; R *@"math/big".Int } 294 type @"crypto/rsa".PrecomputedValues struct { Dp *@"math/big".Int; Dq *@"math/big".Int; Qinv *@"math/big".Int; CRTValues []@"crypto/rsa".CRTValue } 295 type @"crypto".DecrypterOpts interface {} 296 type @"crypto".PublicKey interface {} 297 import hash "hash" // indirect 298 type @"hash".Hash interface { BlockSize() (? int); Reset(); Size() (? int); Sum(@"hash".b []byte) (? []byte); Write(@"io".p []byte) (@"io".n int, @"io".err error) } 299 type @"crypto".Hash uint 300 func (@"crypto".h2 @"crypto".Hash) Available () (? bool) { return @"crypto".h2 < @"crypto".Hash(0x10) && @"crypto".hashes[@"crypto".h2] != nil } 301 func (@"crypto".h2 @"crypto".Hash) HashFunc () (? @"crypto".Hash) { return @"crypto".h2 } 302 func (@"crypto".h2 @"crypto".Hash) New () (? @"hash".Hash) 303 func (@"crypto".h2 @"crypto".Hash) Size () (? int) 304 type @"crypto".SignerOpts interface { HashFunc() (? @"crypto".Hash) } 305 type @"crypto/rsa".PrivateKey struct { ? @"crypto/rsa".PublicKey; D *@"math/big".Int; Primes []*@"math/big".Int; Precomputed @"crypto/rsa".PrecomputedValues } 306 func (@"crypto/rsa".priv3 *@"crypto/rsa".PrivateKey "esc:0x9") Decrypt (@"crypto/rsa".rand4 @"io".Reader, @"crypto/rsa".ciphertext5 []byte "esc:0x1", @"crypto/rsa".opts6 @"crypto".DecrypterOpts "esc:0x9") (@"crypto/rsa".plaintext1 []byte, @"crypto/rsa".err2 error) 307 func (@"crypto/rsa".priv1 *@"crypto/rsa".PrivateKey "esc:0x9") Precompute () 308 func (@"crypto/rsa".priv2 *@"crypto/rsa".PrivateKey "esc:0x12") Public () (? @"crypto".PublicKey) { return &@"crypto/rsa".priv2.PublicKey } 309 func (@"crypto/rsa".priv3 *@"crypto/rsa".PrivateKey "esc:0x9") Sign (@"crypto/rsa".rand4 @"io".Reader, @"crypto/rsa".msg5 []byte, @"crypto/rsa".opts6 @"crypto".SignerOpts) (? []byte, ? error) 310 func (@"crypto/rsa".priv2 *@"crypto/rsa".PrivateKey "esc:0x9") Validate () (? error) 311 func @"".ParsePKCS1PrivateKey (@"".der3 []byte) (@"".key1 *@"crypto/rsa".PrivateKey, @"".err2 error) 312 func @"".MarshalPKCS1PrivateKey (@"".key2 *@"crypto/rsa".PrivateKey "esc:0x9") (? []byte) 313 func @"".ParsePKCS8PrivateKey (@"".der3 []byte) (@"".key1 interface {}, @"".err2 error) 314 type @"crypto/elliptic".CurveParams struct { P *@"math/big".Int; N *@"math/big".Int; B *@"math/big".Int; Gx *@"math/big".Int; Gy *@"math/big".Int; BitSize int; Name string } 315 func (@"crypto/elliptic".curve3 *@"crypto/elliptic".CurveParams "esc:0x9") Add (@"crypto/elliptic".x14 *@"math/big".Int "esc:0x9", @"crypto/elliptic".y15 *@"math/big".Int "esc:0x9", @"crypto/elliptic".x26 *@"math/big".Int "esc:0x9", @"crypto/elliptic".y27 *@"math/big".Int "esc:0x9") (? *@"math/big".Int, ? *@"math/big".Int) 316 func (@"crypto/elliptic".curve3 *@"crypto/elliptic".CurveParams "esc:0x9") Double (@"crypto/elliptic".x14 *@"math/big".Int "esc:0x9", @"crypto/elliptic".y15 *@"math/big".Int "esc:0x9") (? *@"math/big".Int, ? *@"math/big".Int) 317 func (@"crypto/elliptic".curve2 *@"crypto/elliptic".CurveParams "esc:0x9") IsOnCurve (@"crypto/elliptic".x3 *@"math/big".Int "esc:0x9", @"crypto/elliptic".y4 *@"math/big".Int "esc:0x9") (? bool) 318 func (@"crypto/elliptic".curve2 *@"crypto/elliptic".CurveParams "esc:0x12") Params () (? *@"crypto/elliptic".CurveParams) { return @"crypto/elliptic".curve2 } 319 func (@"crypto/elliptic".curve3 *@"crypto/elliptic".CurveParams "esc:0x9") ScalarBaseMult (@"crypto/elliptic".k4 []byte "esc:0x1") (? *@"math/big".Int, ? *@"math/big".Int) 320 func (@"crypto/elliptic".curve3 *@"crypto/elliptic".CurveParams "esc:0x9") ScalarMult (@"crypto/elliptic".Bx4 *@"math/big".Int "esc:0x9", @"crypto/elliptic".By5 *@"math/big".Int "esc:0x9", @"crypto/elliptic".k6 []byte "esc:0x1") (? *@"math/big".Int, ? *@"math/big".Int) 321 func (@"crypto/elliptic".curve4 *@"crypto/elliptic".CurveParams "esc:0x9") @"crypto/elliptic".addJacobian (@"crypto/elliptic".x15 *@"math/big".Int "esc:0x9", @"crypto/elliptic".y16 *@"math/big".Int "esc:0x9", @"crypto/elliptic".z17 *@"math/big".Int "esc:0x9", @"crypto/elliptic".x28 *@"math/big".Int "esc:0x9", @"crypto/elliptic".y29 *@"math/big".Int "esc:0x9", @"crypto/elliptic".z210 *@"math/big".Int "esc:0x9") (? *@"math/big".Int, ? *@"math/big".Int, ? *@"math/big".Int) 322 func (@"crypto/elliptic".curve3 *@"crypto/elliptic".CurveParams "esc:0x9") @"crypto/elliptic".affineFromJacobian (@"crypto/elliptic".x4 *@"math/big".Int "esc:0x9", @"crypto/elliptic".y5 *@"math/big".Int "esc:0x9", @"crypto/elliptic".z6 *@"math/big".Int "esc:0x9") (@"crypto/elliptic".xOut1 *@"math/big".Int, @"crypto/elliptic".yOut2 *@"math/big".Int) 323 func (@"crypto/elliptic".curve4 *@"crypto/elliptic".CurveParams "esc:0x9") @"crypto/elliptic".doubleJacobian (@"crypto/elliptic".x5 *@"math/big".Int "esc:0x9", @"crypto/elliptic".y6 *@"math/big".Int "esc:0x9", @"crypto/elliptic".z7 *@"math/big".Int "esc:0x9") (? *@"math/big".Int, ? *@"math/big".Int, ? *@"math/big".Int) 324 type @"crypto/elliptic".Curve interface { Add(@"crypto/elliptic".x1 *@"math/big".Int, @"crypto/elliptic".y1 *@"math/big".Int, @"crypto/elliptic".x2 *@"math/big".Int, @"crypto/elliptic".y2 *@"math/big".Int) (@"crypto/elliptic".x *@"math/big".Int, @"crypto/elliptic".y *@"math/big".Int); Double(@"crypto/elliptic".x1 *@"math/big".Int, @"crypto/elliptic".y1 *@"math/big".Int) (@"crypto/elliptic".x *@"math/big".Int, @"crypto/elliptic".y *@"math/big".Int); IsOnCurve(@"crypto/elliptic".x *@"math/big".Int, @"crypto/elliptic".y *@"math/big".Int) (? bool); Params() (? *@"crypto/elliptic".CurveParams); ScalarBaseMult(@"crypto/elliptic".k []byte) (@"crypto/elliptic".x *@"math/big".Int, @"crypto/elliptic".y *@"math/big".Int); ScalarMult(@"crypto/elliptic".x1 *@"math/big".Int, @"crypto/elliptic".y1 *@"math/big".Int, @"crypto/elliptic".k []byte) (@"crypto/elliptic".x *@"math/big".Int, @"crypto/elliptic".y *@"math/big".Int) } 325 type @"crypto/ecdsa".PublicKey struct { ? @"crypto/elliptic".Curve; X *@"math/big".Int; Y *@"math/big".Int } 326 type @"crypto/ecdsa".PrivateKey struct { ? @"crypto/ecdsa".PublicKey; D *@"math/big".Int } 327 func (@"crypto/ecdsa".priv2 *@"crypto/ecdsa".PrivateKey "esc:0x12") Public () (? @"crypto".PublicKey) { return &@"crypto/ecdsa".priv2.PublicKey } 328 func (@"crypto/ecdsa".priv3 *@"crypto/ecdsa".PrivateKey "esc:0x9") Sign (@"crypto/ecdsa".rand4 @"io".Reader, @"crypto/ecdsa".msg5 []byte, @"crypto/ecdsa".opts6 @"crypto".SignerOpts "esc:0x1") (? []byte, ? error) 329 func @"".ParseECPrivateKey (@"".der3 []byte) (@"".key1 *@"crypto/ecdsa".PrivateKey, @"".err2 error) 330 func @"".MarshalECPrivateKey (@"".key3 *@"crypto/ecdsa".PrivateKey "esc:0x9") (? []byte, ? error) 331 type @"".InvalidReason int 332 const @"".NotAuthorizedToSign @"".InvalidReason = 0x0 333 const @"".Expired @"".InvalidReason = 0x1 334 const @"".CANotAuthorizedForThisName @"".InvalidReason = 0x2 335 const @"".TooManyIntermediates @"".InvalidReason = 0x3 336 const @"".IncompatibleUsage @"".InvalidReason = 0x4 337 type @"".CertificateInvalidError struct { Cert *@"".Certificate; Reason @"".InvalidReason } 338 func (@"".e2 @"".CertificateInvalidError "esc:0x1") Error () (? string) 339 type @"".HostnameError struct { Certificate *@"".Certificate; Host string } 340 func (@"".h2 @"".HostnameError "esc:0x9") Error () (? string) 341 type @"".UnknownAuthorityError struct { @"".cert *@"".Certificate; @"".hintErr error; @"".hintCert *@"".Certificate } 342 func (@"".e2 @"".UnknownAuthorityError) Error () (? string) 343 type @"".SystemRootsError struct {} 344 func (? @"".SystemRootsError) Error () (? string) { return "x509: failed to load system roots and no roots provided" } 345 func @"".ParsePKIXPublicKey (@"".derBytes3 []byte) (@"".pub1 interface {}, @"".err2 error) 346 func @"".MarshalPKIXPublicKey (@"".pub3 interface {} "esc:0x9") (? []byte, ? error) 347 const @"".UnknownSignatureAlgorithm @"".SignatureAlgorithm = 0x0 348 const @"".MD2WithRSA @"".SignatureAlgorithm = 0x1 349 const @"".MD5WithRSA @"".SignatureAlgorithm = 0x2 350 const @"".SHA1WithRSA @"".SignatureAlgorithm = 0x3 351 const @"".SHA256WithRSA @"".SignatureAlgorithm = 0x4 352 const @"".SHA384WithRSA @"".SignatureAlgorithm = 0x5 353 const @"".SHA512WithRSA @"".SignatureAlgorithm = 0x6 354 const @"".DSAWithSHA1 @"".SignatureAlgorithm = 0x7 355 const @"".DSAWithSHA256 @"".SignatureAlgorithm = 0x8 356 const @"".ECDSAWithSHA1 @"".SignatureAlgorithm = 0x9 357 const @"".ECDSAWithSHA256 @"".SignatureAlgorithm = 0xa 358 const @"".ECDSAWithSHA384 @"".SignatureAlgorithm = 0xb 359 const @"".ECDSAWithSHA512 @"".SignatureAlgorithm = 0xc 360 const @"".UnknownPublicKeyAlgorithm @"".PublicKeyAlgorithm = 0x0 361 const @"".RSA @"".PublicKeyAlgorithm = 0x1 362 const @"".DSA @"".PublicKeyAlgorithm = 0x2 363 const @"".ECDSA @"".PublicKeyAlgorithm = 0x3 364 const @"".KeyUsageDigitalSignature @"".KeyUsage = 0x1 365 const @"".KeyUsageContentCommitment @"".KeyUsage = 0x2 366 const @"".KeyUsageKeyEncipherment @"".KeyUsage = 0x4 367 const @"".KeyUsageDataEncipherment @"".KeyUsage = 0x8 368 const @"".KeyUsageKeyAgreement @"".KeyUsage = 0x10 369 const @"".KeyUsageCertSign @"".KeyUsage = 0x20 370 const @"".KeyUsageCRLSign @"".KeyUsage = 0x40 371 const @"".KeyUsageEncipherOnly @"".KeyUsage = 0x80 372 const @"".KeyUsageDecipherOnly @"".KeyUsage = 0x100 373 const @"".ExtKeyUsageAny @"".ExtKeyUsage = 0x0 374 const @"".ExtKeyUsageServerAuth @"".ExtKeyUsage = 0x1 375 const @"".ExtKeyUsageClientAuth @"".ExtKeyUsage = 0x2 376 const @"".ExtKeyUsageCodeSigning @"".ExtKeyUsage = 0x3 377 const @"".ExtKeyUsageEmailProtection @"".ExtKeyUsage = 0x4 378 const @"".ExtKeyUsageIPSECEndSystem @"".ExtKeyUsage = 0x5 379 const @"".ExtKeyUsageIPSECTunnel @"".ExtKeyUsage = 0x6 380 const @"".ExtKeyUsageIPSECUser @"".ExtKeyUsage = 0x7 381 const @"".ExtKeyUsageTimeStamping @"".ExtKeyUsage = 0x8 382 const @"".ExtKeyUsageOCSPSigning @"".ExtKeyUsage = 0x9 383 const @"".ExtKeyUsageMicrosoftServerGatedCrypto @"".ExtKeyUsage = 0xa 384 const @"".ExtKeyUsageNetscapeServerGatedCrypto @"".ExtKeyUsage = 0xb 385 var @"".ErrUnsupportedAlgorithm error 386 type @"".ConstraintViolationError struct {} 387 func (? @"".ConstraintViolationError) Error () (? string) { return "x509: invalid signature: parent certificate cannot sign this kind of certificate" } 388 type @"".UnhandledCriticalExtension struct {} 389 func (@"".h2 @"".UnhandledCriticalExtension) Error () (? string) { return "x509: unhandled critical extension" } 390 func @"".ParseCertificate (@"".asn1Data3 []byte) (? *@"".Certificate, ? error) 391 func @"".ParseCertificates (@"".asn1Data3 []byte) (? []*@"".Certificate, ? error) 392 func @"".CreateCertificate (@"".rand3 @"io".Reader, @"".template4 *@"".Certificate "esc:0x9", @"".parent5 *@"".Certificate "esc:0x9", @"".pub6 interface {} "esc:0x9", @"".priv7 interface {}) (@"".cert1 []byte, @"".err2 error) 393 func @"".ParseCRL (@"".crlBytes3 []byte) (@"".certList1 *@"crypto/x509/pkix".CertificateList, @"".err2 error) 394 func @"".ParseDERCRL (@"".derBytes3 []byte) (@"".certList1 *@"crypto/x509/pkix".CertificateList, @"".err2 error) 395 type @"crypto/x509/pkix".AttributeTypeAndValueSET struct { Type @"encoding/asn1".ObjectIdentifier; Value [][]@"crypto/x509/pkix".AttributeTypeAndValue "asn1:\"set\"" } 396 type @"".CertificateRequest struct { Raw []byte; RawTBSCertificateRequest []byte; RawSubjectPublicKeyInfo []byte; RawSubject []byte; Version int; Signature []byte; SignatureAlgorithm @"".SignatureAlgorithm; PublicKeyAlgorithm @"".PublicKeyAlgorithm; PublicKey interface {}; Subject @"crypto/x509/pkix".Name; Attributes []@"crypto/x509/pkix".AttributeTypeAndValueSET; Extensions []@"crypto/x509/pkix".Extension; ExtraExtensions []@"crypto/x509/pkix".Extension; DNSNames []string; EmailAddresses []string; IPAddresses []@"net".IP } 397 func (@"".c2 *@"".CertificateRequest "esc:0x9") CheckSignature () (@"".err1 error) 398 func @"".CreateCertificateRequest (@"".rand3 @"io".Reader, @"".template4 *@"".CertificateRequest "esc:0x9", @"".priv5 interface {}) (@"".csr1 []byte, @"".err2 error) 399 func @"".ParseCertificateRequest (@"".asn1Data3 []byte) (? *@"".CertificateRequest, ? error) 400 func @"".init () 401 func @"math/big".low64 (@"math/big".z2 @"math/big".nat "esc:0x1") (? uint64) { if len(@"math/big".z2) == 0x0 { return 0x0 }; var @"math/big".v3 uint64; ; @"math/big".v3 = uint64(@"math/big".z2[0x0]); if false && len(@"math/big".z2) > 0x1 { @"math/big".v3 |= uint64(@"math/big".z2[0x1]) << 0x20 }; return @"math/big".v3 } 402 var @"time".months [12]string 403 var @"time".days [7]string 404 var @"time".Local *@"time".Location 405 var @"time".UTC *@"time".Location 406 func @"net".IPv4 (@"net".a2 byte, @"net".b3 byte, @"net".c4 byte, @"net".d5 byte) (? @"net".IP) { var @"net".p6 @"net".IP; ; @"net".p6 = make(@"net".IP, 0x10); copy(@"net".p6, @"net".v4InV6Prefix); @"net".p6[0xc] = @"net".a2; @"net".p6[0xd] = @"net".b3; @"net".p6[0xe] = @"net".c4; @"net".p6[0xf] = @"net".d5; return @"net".p6 } 407 var @"crypto".hashes []func() (? @"hash".Hash) 408 var @"net".v4InV6Prefix []byte 409 410 $$ 411 _go_.o 0 0 0 644 684643 ` 412 go object darwin amd64 go1.5.1 X:none 413 414 $$ 415 416 $$ 417 418 419 $$ // cgo 420 cgo_ldflag -g 421 cgo_ldflag -O2 422 cgo_ldflag -framework 423 cgo_ldflag CoreFoundation 424 cgo_ldflag -framework 425 cgo_ldflag Security 426 cgo_import_static _cgo_bae5fb7653b8_Cfunc_CFDataGetBytePtr 427 cgo_import_static _cgo_bae5fb7653b8_Cfunc_CFDataGetLength 428 cgo_import_static _cgo_bae5fb7653b8_Cfunc_CFRelease 429 cgo_import_static _cgo_bae5fb7653b8_Cfunc_FetchPEMRoots 430 cgo_import_dynamic CFArrayGetCount CFArrayGetCount '' 431 cgo_import_dynamic CFArrayGetValueAtIndex CFArrayGetValueAtIndex '' 432 cgo_import_dynamic CFDataAppendBytes CFDataAppendBytes '' 433 cgo_import_dynamic CFDataCreateMutable CFDataCreateMutable '' 434 cgo_import_dynamic CFDataGetBytePtr CFDataGetBytePtr '' 435 cgo_import_dynamic CFDataGetLength CFDataGetLength '' 436 cgo_import_dynamic CFRelease CFRelease '' 437 cgo_import_dynamic SecKeychainItemExport SecKeychainItemExport '' 438 cgo_import_dynamic SecTrustCopyAnchorCertificates SecTrustCopyAnchorCertificates '' 439 cgo_import_dynamic kCFAllocatorDefault kCFAllocatorDefault '' 440 cgo_import_dynamic dyld_stub_binder dyld_stub_binder '' 441 cgo_import_dynamic _ _ /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 442 cgo_import_dynamic _ _ /System/Library/Frameworks/Security.framework/Versions/A/Security 443 cgo_import_dynamic _ _ /usr/lib/libSystem.B.dylib 444 445 $$ 446 447 448 ! 449 go13ldencoding/pem.acrypto/aes.acrypto/cipher.acrypto/des.acrypto/md5.aencoding/hex.aerrors.aio.astrings.acrypto/rsa.aencoding/asn1.amath/big.a$crypto/x509/pkix.a 450 fmt.async.aos/exec.acrypto/ecdsa.a"crypto/elliptic.a 452 net.aruntime.atime.aunicode/utf8.abytes.acrypto.acrypto/dsa.acrypto/sha1.acrypto/sha256.acrypto/sha512.astrconv.aruntime/cgo.asyscall.a"".NewCertPooleH%H;aZH@H\$@H$HH$HD$HD$HD$H\$ H\$8HH$HD$HD$HD$H\$ H\$0HH$HD$HD$(H$H\$(HHl$8=H+H\$(H$H$H\$(Ht[Hl$0=u9HkH\$(H$H$HD$(1HhHhHh HD$HH@LCL$Hl$H$Hl$pT" 455 B 456 *runtime.racefuncenterP*type.map[string][]int 457 runtime.makemap*type.map[string][]int 458 runtime.makemap type."".CertPool 459 "runtime.newobject 460 "runtime.racewrite6runtime.writeBarrierEnabled 461 "runtime.racewrite6runtime.writeBarrierEnabled 462 "runtime.racewrite 463 (runtime.racefuncexit 464 .runtime.writebarrierptr 465 .runtime.writebarrierptr 466 0runtime.morestack_noctxt"".autotmp_0028/"type.*"".CertPool"".autotmp_0027*type.map[string][]int"".autotmp_0026*type.map[string][]int"".~r0"type.*"".CertPoolE((%55 468 2* `70$Tgclocalsdb4eec0f453eb822d4fc07e456cd1689Tgclocals65336faf5590b0c16f0a66cda201e130hprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.goD"".(*CertPool).findVerifiedParentseH%HD$H;AHH$H$111H$H$ H$1H$H$H$H$1H9u H1H$H$H$H$H$H$H$H$HHH4$H$H$H.HHH$HKHL$HKHL$H\$H\$pH\$ H\$xH$H$HH$H$H+Hl$H\$pH\$H\$xH\$HD$ HHD$`H$H$H\$`HnHHKHkH$H$H$HH4$H$`H$HH^`HH$HKHL$HKHL$H\$H\$pH\$ H\$xH$H$H$HH$H$HkHl$H\$pH\$H\$xH\$HD$ HHD$`H$H\$`H_HHKHkH$H$H$H$H$HH$1H$HD$PH$HHL$XHl$PH9HD$hH$H\$hH+Hl$@H$H$H$H$HKHCHk H$H$Hl$@H$H9HH$H$H$H$HPHKHCHk H$H$Hl$@H$H9HH+Hl$HL$HD$H$ H$H'H$H$H$HH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$H$HD$HHH$H$Hl$HHHl$@H+H$H$H$H$H$HD$hHL$XHHHL$XHl$PH9HH$H$H$H$HKHCHk H$H$Hl$@H$H9shHH$H$HtIHKHCHk H$H$Hl$@H$H9sHH+H$v_@ 480 X 481 *runtime.racefuncenter 482 (runtime.racefuncexit 483 runtime.raceread 484 runtime.raceread 485 8runtime.slicebytetostringtmp 486 runtime.raceread*type.map[string][]int 487 4runtime.mapaccess1_faststr 488 runtime.raceread 489 runtime.raceread 490 8runtime.slicebytetostringtmp 491 runtime.raceread *type.map[string][]int 492 4runtime.mapaccess1_faststr 493 494 runtime.raceread 496 runtime.raceread 498 runtime.raceread 499 runtime.raceread 500 H"".(*Certificate).CheckSignatureFromtype.[]int 501 "runtime.growslice 502 "runtime.racewrite 503 (runtime.racefuncexit 504 $runtime.panicslice 505 runtime.raceread 506 runtime.raceread 507 $runtime.panicindex 508 $runtime.panicindex 509 $runtime.panicindex 510 $runtime.panicindex 511 0runtime.morestack_noctxt,"".autotmp_0044type.*[]int"".autotmp_0043type.*[]int"".autotmp_0042type.int"".autotmp_0041_type.[]int"".autotmp_0040type.int"".autotmp_0039type.*int"".autotmp_0038type.int"".autotmp_0037type.int"".autotmp_0035type.[]int"".autotmp_0034type.[]int"".autotmp_0033type.string"".autotmp_0032type.int"".autotmp_0031/type.[]int"".autotmp_0030type.string"".autotmp_0029type.int"".ctype.int"".candidatestype.[]int"".err`type.error"".errCertP(type.*"".Certificate"".parents type.[]int"".cert(type.*"".Certificate"".s"type.*"".CertPool(h l@*)<(%:k$ T+P;2\4R^5Hj ]Tgclocals35bcffd143fe878fc0081396a6b59e1bTgclocalsbdd8a834953bd5cedccfbea655d50fe4hprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.go,"".(*CertPool).AddCert eH%H$xH;AHH$H$H$1H9u]HH$H$"HH$H$H\$HD$H\$HH$HKHL$H$H$H$H$HEHSHCHk H$1H$HD$HH$HHL$PHl$HH9}cHD$`H$H\$`H+H,$H$H\$\$t HHD$`HL$PHHHL$PHl$HH9|H$H$H$H$HiHl$@H$H$H$HWHSHCHK HH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$H$HD$PHH$H$Hl$PHH$=uH+H$H$H$H$H$HkH$Hk H$=HkH$H$H$xH$HHMH$H$xH$H$HHxH|$HHHKHOHKHOHL$ HD$(H$H$HL$xH$H$H$H$H$HH$H$H+Hl$H$H\$H$H\$HD$ HHD$XH$H\$XHHHCHKH$H$H$HH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9'H$H$HD$HHH$H$Hl$HHHl$@H+H$H$H$H$H$H$H$HH$H$H+Hl$H$H\$H$H\$H$H$H$HH$H$HBH^HH|$HHHKHOHKHOHL$ HD$(H$H$HL$hH$HD$pH$H$H$H$HH$H$HkHl$H$H\$H$H\$HD$ HHD$XH$H\$XH_HHCHKH$H$H$HH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$H$HD$HHH$H$Hl$HHHl$@H+H$H$H$H$H$H$H$H$HH$H$HkHl$H$H\$H$H\$Hv4QLCL$Hl$H$Hl${d 533 ^ 534 *runtime.racefuncenter\go.string."adding nil Certificate to CertPool"type.string 535 runtime.convT2E 536 runtime.gopanic 537 runtime.raceread 538 runtime.raceread 539 ."".(*Certificate).Equal 540 (runtime.racefuncexit 541 runtime.raceread 542 runtime.raceread,type.[]*"".Certificate 543 "runtime.growslice 544 "runtime.racewrite 6runtime.writeBarrierEnabled 545 546 "runtime.racewrite 547 6runtime.writeBarrierEnabled 549 runtime.raceread 551 runtime.raceread 553 2runtime.slicebytetostring 554 runtime.raceread*type.map[string][]int 555 4runtime.mapaccess1_faststr 556 runtime.racereadtype.[]int 557 "runtime.growslice 558 "runtime.racewrite 559 runtime.raceread*type.map[string][]int 560 $runtime.mapassign1 561 runtime.raceread 562 2runtime.slicebytetostring 563 runtime.raceread*type.map[string][]int 564 4runtime.mapaccess1_faststr 565 runtime.racereadtype.[]int 566 "runtime.growslice 567 "runtime.racewrite 568 runtime.raceread*type.map[string][]int 569 $runtime.mapassign1 570 (runtime.racefuncexit 571 $runtime.panicslice 572 $runtime.panicslice 573 .runtime.writebarrierptr 574 .runtime.writebarrierptr 575 $runtime.panicslice 576 0runtime.morestack_noctxt 8"".autotmp_0073type.*[]int"".autotmp_0072type.*[]int"".autotmp_0071type.int"".autotmp_0070type.[]int"".autotmp_0069type.int"".autotmp_0068type.[]int"".autotmp_0067type.int"".autotmp_0066,type.[]*"".Certificate"".autotmp_0064*type.**"".Certificate"".autotmp_0063type.int"".autotmp_0062type.int"".autotmp_0061type.[]int"".autotmp_0060type.[]int"".autotmp_0059type.string"".autotmp_0058type.string"".autotmp_0057type.[]int"".autotmp_0056_type.[]int"".autotmp_0055type.string"".autotmp_0054type.string"".autotmp_0053type.int"".autotmp_0052type.int"".autotmp_0050/,type.[]*"".Certificate"".autotmp_0049type.string"".nametype.string"".keyIdtype.string"".ntype.int"".cert(type.*"".Certificate"".s"type.*"".CertPool*"pr"(%]{ '2\V! v.P2]-:H 582 RP ;H 584 W@ E 587 "Tgclocalscebf12d22eea72c192e5960fe2f61bf0Tgclocals1234e21b2b4a205b9642b1964711b13bhprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.goB"".(*CertPool).AppendCertsFromPEMeH%H;aH`H\$`H$$H\$xH~RH\$pH$H\$xH\$H$H\$Ht$HT$ HL$(HD$0HT$pHL$xH$1H9u 589 H`Ht$8H4$H\$8HHHL$PHCHD$XHH$HD$H-Hl$HD$\$ H\$8H$H$H\$8HkH,$HL$8HY1H9tHHH$H$Ht$8HteH^HH$HKHL$HKHL$HD$HT$ HL$(HL$HHT$@HH\$hH$HD$$pg) 597 B 598 *runtime.racefuncenter 599 &encoding/pem.Decode 600 (runtime.racefuncexit 601 runtime.raceread.go.string."CERTIFICATE" 602 runtime.eqstring 603 runtime.raceread 604 runtime.raceread 605 runtime.raceread 606 &"".ParseCertificate 607 ,"".(*CertPool).AddCert 608 0runtime.morestack_noctxtP"".autotmp_0080type.string"".err?type.error"".blockO0type.*encoding/pem.Block 611 "".ok@type.bool"".pemCertstype.[]uint8"".s"type.*"".CertPool|J('K 613 O }kTgclocals77341598187832c197a09d97d4911154Tgclocalsfad3647538fe088c3f63d28bb4a0e2d7hprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.go."".(*CertPool).SubjectseH%H;aHpH\$pH$11H$H$H$H\$xH$H$H\$xHkHH$Hl$Hl$HT$HL$ HD$(H$H$H$H\$xH$H$H\$xH&HSHCHk Hl$h1HD$`HD$8HT$XHHL$@Hl$8H9HD$PH$H\$PH+HL$@Hl$HH$HHL$0L$L9HkHH$H\$HH$H$HH\$HHttHkHH$LD$0L$M9sOMkLH\$Hl$H-H,$HD$PHL$@HHHL$@Hl$8H9.Hp 619 B 620 *runtime.racefuncenter 621 runtime.racereadtype.[][]uint8 622 "runtime.makeslice 623 runtime.raceread 624 runtime.raceread 625 "runtime.racewrite 626 runtime.racereadtype.[]uint8 627 (runtime.typedmemmove 628 (runtime.racefuncexit 629 $runtime.panicindex 630 $runtime.panicindex 631 0runtime.morestack_noctxt@"".autotmp_0086?*type.**"".Certificate"".autotmp_0085otype.int"".autotmp_0084type.int"".autotmp_0083/,type.[]*"".Certificate"".autotmp_0081_type.int"".cO(type.*"".Certificate"".itype.int"".restype.[][]uint8"".s"type.*"".CertPool,2 633 ]z$ 634 $ UC]) 635 ,Tgclocals302119938fb67b573753c885863b630eTgclocals5f0fd614d632fb1c4f189948fcb7cf9bhprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.go0"".rfc1423Algo.deriveKeyeH%HD$H;AHH$H$1H$@H$HH$P1H\$`H\$hHH$HD$HD$HHD$PH$Hl$PE#EgHH,$HD$PhHHH,$HD$PhHHH,$HD$P@vT2H$H$PHD$PH@PH$H$XH\$PHCXH\$HH\$XH1H9HL$XH$H$HD$`HD$pHL$hHL$xHH$H$H\$H$H\$HT$HL$ HD$(H$H$H$1H$H$H$1H$HL$@H9H\$xH$H\$pH[(H$H\$H$H\$H$H\$H\$xH$H\$pH[@H$H\$H$H\$H$ H\$H\$xH$H\$pH[@H$(H\$H$0H\$H$8H\$H\$xH$H\$pH[@H$H$1H$Hl$H$HL$H$HD$H\$xH$H\$pH[8HT$ HL$(HD$0H\$@H$L$H9L$H)I)ItML$L$H$Hl$L$LD$H$HT$H$HL$ H$HD$(HD$0HL$@H$HH$HL$@H9(H$H$@H$H$HH$H$PHHH$HH\$HH\$HD$4 642 X 643 *runtime.racefuncenter,type.crypto/md5.digest 644 "runtime.newobject 645 "runtime.racewrite 646 "runtime.racewrite 647 "runtime.racewrite 648 "runtime.racewrite 649 "runtime.racewrite 650 "runtime.racewriteHgo.itab.*crypto/md5.digest.hash.Hashtype.[]uint8 651 "runtime.makeslice 652 654 "runtime.slicecopy 655 (runtime.racefuncexit 656 $runtime.panicslice.type.*crypto/md5.digesttype.hash.HashHgo.itab.*crypto/md5.digest.hash.Hash 657 runtime.typ2Itab 658 0runtime.morestack_noctxt$"".autotmp_0097type.hash.Hash"".autotmp_0094type.[]uint8"".autotmp_0092type.[]uint8"".autotmp_0091type.int"".autotmp_0090/type.[]uint8"".autotmp_0089.type.*crypto/md5.digest"".autotmp_0088.type.*crypto/md5.digestcrypto/md5.d1.type.*crypto/md5.digest"".~r0type.hash.Hashcrypto/md5.d2.type.*crypto/md5.digest"".itype.int"".digest_type.[]uint8"".outtype.[]uint8"".hashtype.hash.Hash"".~r2type.[]uint8"".salttype.[]uint8"".password`type.[]uint8"".c&type."".rfc1423AlgoPPQ;;;\&=20+Np[ *&Tgclocals895e83804ff9ebecc321573c0aaa174dTgclocals836096e39f6be2f883de8ac760288044lprebuilts/go/darwin-x86/src/crypto/x509/pem_decrypt.go,"".IsEncryptedPEMBlockeH%H;avH@H\$@H$HH\$0HD$8H\$HH$H$HH$H\$HHkHl$H\$0H\$H\$8H\$\$(\$PH@h 666 : 667 *runtime.racefuncenterH(go.string."DEK-Info" 668 runtime.raceread,type.map[string]string 669 4runtime.mapaccess2_faststr 670 (runtime.racefuncexit 671 0runtime.morestack_noctxt "".autotmp_0100type.string"".~r1type.bool"".b0type.*encoding/pem.Blockz_(2*Tgclocals32bd5c6dc84e3e86dd35593b3922d3aaTgclocalsd8fdd2a55187867c76648dc792366181lprebuilts/go/darwin-x86/src/crypto/x509/pem_decrypt.go$"".DecryptPEMBlockEEeH%H$H;AHH$H$1H$H$H$1H$H$HH$H$H$H$H$HH$H$HkHl$H$H\$H$H\$HD$ \$(\$H$H$H$H4HH$HkH$|$AHH$HH$P!1H$H$HH$HD$H$H$H$H$PHkH$H=H+H$H$H1H9t_H$H$H$1H$H$H$H$H$H$H$HHH$HH\$HH\$HD$oH$Hl$>H$Hl$HH\$HD$H$H$HD$ HAHH$(H$01H$H$HH$HD$H$H$H$H$0HkH$(=H+H$H$H1H9t_H$H$H$1H$H$H$H$H$H$H$HHH$HH\$HH\$HD$oH$Hl$>H9> HHHHHH9 H)IHtML$H$H$H4$H$HT$HD$H$1H9AHH$hH$p1H$H$HH$HD$H$H$H$H$pHkH$h=H+H$H$H1H9t_H$H$H$1H$H$H$H$H$H$H$HHH$HH\$HH\$HD$oH$Hl$>H$H$H$H\$HT$HL$HD$ Hl$(Ht$0H$ H$(H$0H$H$Ht71H$H$H$H$H$HH$H$H$H$(H$HX(H$H9AHH$XH$`1H$H$HH$HD$H$H$H$H$`HkH$X=H+H$H$H1H9t_H$H$H$1H$H$H$H$H$H$H$HHH$HH\$HH\$HD$oH$Hl$>H$0HW H$ H$pH$xH$hH$HD$0H$H HH$H\$0H$H\$8H$H\$@H$hH\$HH$pH\$PH$xH\$XHT$`HL$hHD$pH$H$H$H$H$H$H$H$H$H\$H$H\$H$HUHHL$HD$ HT$(Hl$0H$H$H$H$Ht71H$H$H$H$H$HH$H$H$H$Hk H$H$H$H$H[ HL$H$HfHHHHAHH$8H$@<1H$H$HH$HD$H$H$H$H$@HkH$8=H+H$H$H1H9t_H$H$H$1H$H$H$H$H$H$H$HHH$HH\$HH\$HD$oH$Hl$>H$H$H$H$Hk HH$Hl$Hl$HT$HL$ HD$(H$8H$@H$HH$H$H$H\$H$ H\$H$(H\$H$0H\$ HL$(HD$0H$H$H$H$H$H$8H\$H$@H\$H$HH\$H$HH^H|$ HHHKHOHKHOH$H$H$H[(H$@H$H`H$H$H$(H$H$H](HHjHHHHHHH$8L$@L9HlH,$H$HHH$8L$@L9Hl]H9}UHH$1H$H$H$HH$HH$HH$HH$H$H$(H$H$H](H9H$H$@L$HH)H9L$8H)I)ItML$PH$XL$`L$x1H$pH$L$hLH$H$H9H$H$H$H$)@H9tUHH$1H$H$H$HH$HH$HHH$HH$H$H9WH$H$HH)H9wWL$8L$PL$H$XH$H$`H$1H$H$HHH$1H$H$H$HH$HH$HHH$xH$1H$H$ HH$HD$H$H$H$H$HkH$x=H+H$H$H1H9t_H$H$H$1H$H$H$H$H$H$ H$HHH$HH\$HH\$HD$oH$Hl$>11 688 ^ 689 *runtime.racefuncenter(go.string."DEK-Info" 690 runtime.raceread,type.map[string]string 691 4runtime.mapaccess2_faststr 692 runtime.racereadZgo.string."x509: no DEK-Info header in block".type.errors.errorString 693 "runtime.newobject 694 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 695 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 696 runtime.typ2Itab 697 .runtime.writebarrierptr go.string."," 698 strings.Index 699 Vgo.string."x509: malformed DEK-Info header".type.errors.errorString 702 "runtime.newobject 704 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 707 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 708 runtime.typ2Itab 709 .runtime.writebarrierptr 710 "".cipherByNameRgo.string."x509: unknown encryption mode".type.errors.errorString 711 "runtime.newobject 712 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 713 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 714 runtime.typ2Itab 715 .runtime.writebarrierptr 716 2encoding/hex.DecodeString 717 (runtime.racefuncexit 718 runtime.racereadFgo.string."x509: incorrect IV size".type.errors.errorString 719 "runtime.newobject 720 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 721 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 722 runtime.typ2Itab 723 .runtime.writebarrierptr 724 *runtime.racereadrange 725 runtime.duffcopy! 726 0"".rfc1423Algo.deriveKey" 727 runtime.raceread#% 728 (runtime.racefuncexit% 729 runtime.raceread&&go.string."x509: encrypted PEM data is not a multiple of the block size"'.type.errors.errorString' 730 "runtime.newobject( 731 "runtime.racewrite(6runtime.writeBarrierEnabled)Bgo.itab.*errors.errorString.error* 732 (runtime.racefuncexit*0type.*errors.errorString+type.error+Bgo.itab.*errors.errorString.error+ 733 runtime.typ2Itab+ 734 .runtime.writebarrierptr, 735 runtime.raceread,type.[]uint8, 736 "runtime.makeslice. 737 :crypto/cipher.NewCBCDecrypter/ 738 runtime.raceread11 739 runtime.raceread3 740 runtime.raceread42"".IncorrectPasswordError4 741 runtime.raceread42"".IncorrectPasswordError52"".IncorrectPasswordError5 742 (runtime.racefuncexit6 743 runtime.raceread9 744 runtime.raceread92"".IncorrectPasswordError9 745 runtime.raceread:2"".IncorrectPasswordError:2"".IncorrectPasswordError: 746 (runtime.racefuncexit= 747 (runtime.racefuncexit= 748 $runtime.panicslice= 749 $runtime.panicslice=2"".IncorrectPasswordError= 750 runtime.raceread>2"".IncorrectPasswordError>2"".IncorrectPasswordError> 751 (runtime.racefuncexit> 752 $runtime.panicindex> 753 $runtime.panicindex?Bgo.string."x509: invalid padding"?.type.errors.errorString? 754 "runtime.newobject@ 755 "runtime.racewrite@6runtime.writeBarrierEnabledABgo.itab.*errors.errorString.errorB 756 (runtime.racefuncexitB0type.*errors.errorStringCtype.errorCBgo.itab.*errors.errorString.errorC 757 runtime.typ2ItabC 758 .runtime.writebarrierptrD 759 $runtime.panicsliceD 760 $runtime.panicsliceD 761 $runtime.panicsliceD 762 0runtime.morestack_noctxt 763 "".autotmp_0152type.*uint8"".autotmp_0151type.int"".autotmp_0150type.int"".autotmp_0149type.*uint8"".autotmp_0148type.error"".autotmp_01470type.*errors.errorString"".autotmp_0146type.*uint8"".autotmp_0145type.error"".autotmp_01440type.*errors.errorString"".autotmp_0143type.*uint8"".autotmp_0142type.error"".autotmp_01410type.*errors.errorString"".autotmp_0140type.*uint8"".autotmp_0139type.error"".autotmp_01380type.*errors.errorString"".autotmp_0137type.*uint8"".autotmp_0136type.error"".autotmp_01350type.*errors.errorString"".autotmp_0134type.*uint8"".autotmp_0133type.error"".autotmp_01320type.*errors.errorString"".autotmp_0131type.*string"".autotmp_0130type.[]uint8"".autotmp_0129type.int"".autotmp_0128type.[]uint8"".autotmp_0127type.[]uint8"".autotmp_0126type.int"".autotmp_01250type.*errors.errorString"".autotmp_0124type.int"".autotmp_0122type.[]uint8"".autotmp_0121type.int"".autotmp_01200type.*errors.errorString"".autotmp_0119type.int"".autotmp_0118type.int"".autotmp_0117type.error"".autotmp_0115_type.[]uint8"".autotmp_0114type.[]uint8"".autotmp_01130type.*errors.errorString"".autotmp_0112type.int"".autotmp_0111type.error"".autotmp_0110/type.[]uint8"".autotmp_01090type.*errors.errorString"".autotmp_0106type.int"".autotmp_0105type.string"".autotmp_01040type.*errors.errorString"".autotmp_0103type.int"".autotmp_01020type.*errors.errorString"".autotmp_0101type.string"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".lasttype.int"".dlentype.int"".dec8type.crypto/cipher.BlockMode"".datatype.[]uint8"".block0type.crypto/cipher.Block"".keytype.[]uint8"".errtype.error 773 "".ivtype.[]uint8"".ciph(type.*"".rfc1423Algo"".hexIVtype.string"".modetype.string 774 "".oktype.bool"".dektype.string"".~r3ptype.error"".~r2@type.[]uint8"".passwordtype.[]uint8"".b0type.*encoding/pem.Block" 778 779 780 781 782 783 784 785 786 787 788 b 789 790 "_M8 792 MA#MW*#$;)*M 793 y*9:mABMc_[]HghE Huv' 794 b{| Hmn _`M.];q0@\0| 797 U0;v &Z0em=:f030u+=0 ,/=V F2'0> 5Tgclocals38d2cad2f9daffd598179c2e775533f0Tgclocalsa5854c135366d7874b38d73efe514ec2lprebuilts/go/darwin-x86/src/crypto/x509/pem_decrypt.go$"".EncryptPEMBlock/.eH%H$xH;AHH$H$1H$pH$xH$`H$HD$1H90HH$H$1H$H$HH$HD$H$H$H$H$HkH$=H+H$H$H1H9tQH$H$pH$xH$hH$H$pH$H$xHHH$HH\$HH\$HD$H$Hl$OH$H$H$(H$H$H$(H$HH$Hh(Hl$Hh(Hl$HT$HL$ HD$(H$H$H$H\$H$HT$H$HL$H$HD$ HD$0HL$8H$H$HH$HX HL$HD$H$HH\$HD$H$HL$H$HD$ HL$(HD$0H$`H$H$hH$1H$H$HH$HD$H$H$H$H$HkH$=H+H$H$H1H9tQH$H$pH$xH$hH$H$pH$H$xHHH$HH\$HH\$HD$H$Hl$OH$HH$H$H$H$H$H$HD$0H$HNHH$HH\$0H$PH\$8H$XH\$@H$H\$HH$H\$PH$H\$XHT$`HL$hHD$pH$H$H$H$H$H$H$H$H$H\$H$H\$H$HUHH|$Ht$ HT$(Hl$0H$0H$8H$H$Ht)H$hH$pH$xHH<$Ht$H$H\$H$H\$H$H\$ HL$(HD$0H$ H$(H$8H$H$H$H$(H$H$H$(H$H$8HX(Hh(H$H`HHHH)HHH$Ht$HH$HH\$HT$HL$ HD$(H$H$H$HL$H$HD$H$0H\$H$8H\$ H$@H\$(HD$0H$H$H$H$1H$H9 @|$H$H$HH$HH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$H$H$HH$H$H$H$H*l$@+H$H$H$HH$H9HT$Ht$HL$H$HT$ H$Ht$(H$HL$0H$(H$H$ H[(H$H$H$H\$H$H\$H\$H$`H\$ H$hHH$HD$H$H$H$H$(HkH$ =H+HH$HD$HD$HD$H\$ H$1H}hHH$H$H\$HHHHH\$HHH$HHH\$HD$H$HH|HH$PH$XH$H$H$H$H$HH^H|$HHHKHOHH\$HD$ H$`H\$(H$hH\$0H\$8H$@H\$@H$HHH$H$H\$H$PH\$H$@H\$H$H$H$H$HH$=HkH$H$H$H$H$Hk H$Hk(H$=u3HkH$H$h1H$pH$xHLCL$Hl$LCL$Hl$[;pH$Hl$j1E 812 ^ 813 *runtime.racefuncenter 814 "".cipherByKeyRgo.string."x509: unknown encryption mode".type.errors.errorString 815 "runtime.newobject 816 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 817 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 818 runtime.typ2Itab 819 .runtime.writebarrierptr 820 runtime.raceread 821 runtime.racereadtype.[]uint8 822 "runtime.makeslice 823 io.ReadFull 824 Lgo.string."x509: cannot generate IV: " 825 826 *runtime.concatstring2.type.errors.errorString 829 "runtime.newobject 831 "runtime.racewrite6runtime.writeBarrierEnabled Bgo.itab.*errors.errorString.error 834 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 835 runtime.typ2Itab 836 .runtime.writebarrierptr 837 *runtime.racereadrange 838 runtime.duffcopy 839 0"".rfc1423Algo.deriveKey 840 runtime.raceread 841 (runtime.racefuncexit 842 :crypto/cipher.NewCBCEncrypter 843 runtime.raceread 844 runtime.racereadtype.[]uint8 845 "runtime.makeslice 846 "runtime.slicecopytype.[]uint8 847 "runtime.growslice 848 "runtime.racewrite!" 849 6encoding/hex.EncodeToString".type.encoding/pem.Block" 850 "runtime.newobject# 851 "runtime.racewrite#6runtime.writeBarrierEnabled$,type.map[string]string$ 852 runtime.makemap%,type.map[string]string%""".statictmp_0189%""".statictmp_0189& 853 $runtime.mapassign1&(go.string."DEK-Info"' 854 runtime.raceread(go.string.","( 855 *runtime.concatstring3),type.map[string]string* 856 $runtime.mapassign1* 857 "runtime.racewrite+6runtime.writeBarrierEnabled+ 858 "runtime.racewrite,6runtime.writeBarrierEnabled, 859 (runtime.racefuncexit- 860 .runtime.writebarrierptr- 861 .runtime.writebarrierptr. 862 .runtime.writebarrierptr. 863 $runtime.panicslice. 864 $runtime.panicslice. 865 0runtime.morestack_noctxtb"".autotmp_0192type.string"".autotmp_0191type.string"".autotmp_0190type.int"".autotmp_0188,type.map[string]string"".autotmp_01870type.*encoding/pem.Block"".autotmp_0186type.int"".autotmp_0185type.[]uint8"".autotmp_0184type.uint8"".autotmp_0183type.*uint8"".autotmp_0182type.error"".autotmp_01810type.*errors.errorString"".autotmp_0180type.string"".autotmp_0178type.error"".autotmp_01770type.*errors.errorString"".autotmp_0176type.string"".autotmp_0175type.int"".autotmp_0174type.[]uint8"".autotmp_0173type.int"".autotmp_0172type.int"".autotmp_0171type.int"".autotmp_0169type.error"".autotmp_0167_type.[]uint8"".autotmp_0166type.[]uint8"".autotmp_01650type.*errors.errorString"".autotmp_0164type.string"".autotmp_0163type.error"".autotmp_0162/type.[]uint8"".autotmp_01610type.*errors.errorString"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".itype.int"".encryptedtype.[]uint8"".padtype.int"".enc8type.crypto/cipher.BlockMode"".errtype.error"".block0type.crypto/cipher.Block"".keytype.[]uint8"".errtype.error 873 "".ivtype.[]uint8"".ciph(type.*"".rfc1423Algo"".~r6type.error"".~r50type.*encoding/pem.Block"".alg"type."".PEMCipher"".passwordptype.[]uint8"".data@type.[]uint8"".blockType type.string"".randtype.io.ReaderD"wEJei JyOt7{PER8p+5 881 "GH 882 .p0010jm=:X=@ 887 K(*BeQA\%(! 889 !+Tgclocalsa75236a8a7dec001c49380585b3e9087Tgclocals6bdba20ccff88bcc9efcb24bd2119f7alprebuilts/go/darwin-x86/src/crypto/x509/pem_decrypt.go"".cipherByNameeH%H;a0HXH\$XH$HD$8HH$HD$8HH\$0Hl$0H9HD$8HD$(HH$HHl$(LL9Hk0HH\$@H$H$HL$hH\$@Ht{HSHT$HHCHD$PH9u;H$HD$Hl$`Hl$HL$\$ tH\$@H\$pHXHD$8HHl$0H98HD$pHX 892 B 893 *runtime.racefuncenterb"".rfc1423Algost 894 runtime.raceread"".rfc1423Algos"".rfc1423Algos 895 runtime.raceread"".rfc1423Algos"".rfc1423Algos 896 runtime.raceread 897 runtime.eqstring 898 (runtime.racefuncexit 899 (runtime.racefuncexit 900 $runtime.panicindex 901 0runtime.morestack_noctxt0"".autotmp_0197type.string"".autotmp_0196Otype.int"".autotmp_0195?type.int"".alg/(type.*"".rfc1423Algo"".i_type.int"".~r1 (type.*"".rfc1423Algo"".nametype.string&(8B3a 905 ]7Tgclocals60b83df2ec1c8547de61a8019999dfbeTgclocalsad3d78e88c381598810f2e82f373ef66lprebuilts/go/darwin-x86/src/crypto/x509/pem_decrypt.go"".cipherByKeyeH%H;aH(H\$(H$HD$HH$HD$HH\$Hl$H9}zHD$HD$HH$HHl$LL9s[Hk0HH\$ H$HD$ HHl$0H9uHD$8H(HD$HHl$H9|HD$8H( 910 B 911 *runtime.racefuncenterb"".rfc1423Algost 912 runtime.raceread"".rfc1423Algos"".rfc1423Algos 913 runtime.raceread"".rfc1423Algos"".rfc1423Algos 914 runtime.raceread 915 (runtime.racefuncexit 916 (runtime.racefuncexit 917 $runtime.panicindex 918 0runtime.morestack_noctxt P"".autotmp_0199/type.int"".autotmp_0198type.int"".alg(type.*"".rfc1423Algo"".i?type.int"".~r1(type.*"".rfc1423Algo"".key"type."".PEMCipherPOP$OP4>/ {/Tgclocalsfc0f470eb014d90d2abcee073dc4262cTgclocalsf891aedf0f80c97cb1c7cc75a7fd6349lprebuilts/go/darwin-x86/src/crypto/x509/pem_decrypt.go."".ParsePKCS1PrivateKey99eH%H$H;A@HH$H$11H$H$H$HH$HD$H$H$HD$`H$H$H$H$H\$H$HD$HH$HD$H$HL$ Ht$(Hl$0HT$8HL$@HD$HH$PH$`H$H$H$XH1H$0H$8HH$0H$8 HH$HH\$HH\$H$0H\$HD$ H\$(H$H\$0H$HHt HH$H$H$HH0HH$H$%1H$H$HH$HD$H$H$H$H$HkH$=H+H$H$H1H9tQH$H$H$H$H$@H$H$HH$HHH$HH\$HH\$HD$H$Hl$OH$H$H$HkH$H,$H$H$HiH 928 1HH$H$H$H$HkHl$pH,$H$HL$pHiHD 929 1HH$H$H$ H$Hk Hl$xH,$H$HL$xHiH 1HSH$H$H$(H$Hk(H$H,$H$H$HiH5 1HHH$H\$H$1H$ H$(H$H$H$H$HXH$(H$H$H$H]H$ H$H$HD$H$H$(HkH$ =(H+H$H$H$H$H$H$H$HH$LE=LCH$H$H$HH$HCPHHH$HD$HD$H\$H$H\$ H$H\$(H$H$H$H$H$H$Hk H$Hk(H$=HkH$H$H$H$HKHC Hk(H$H$HH$H$H$H$H$ H$HTHKHC Hk(H$H$HH$H$LE =LH$H$H$H$HKHC Hk(H$HH$HH$HH$H$H$H$(H$H^HKHC Hk(H$HH$HH$&H$LE(H=LH$H$H$HH$HSHHCPHkXH$1H$HD$XH$HHL$hHl$XH9H$H$HD$H$HaHHSHkH\$hH\$PH$hH$pH$H$xH$H$H$H$H$H$HiH1H0HH$H$11H$H$HH$HD$H$H$H$H$HkH$=H+H$H$H1H9tQH$H$H$H$H$@H$H$HH$HHH$HH\$HH\$HD$H$Hl$OH\$PHH\$`H$H$H$H$HKHC Hk(H$H$Hl$`H$H9HH$H$HHKHC Hk(H$H$Hl$`H$H9HH$=H+H$HL$hHHHL$hHl$XH95H$H$HL$HD$H$H$HtH$HH$H$HH$Hl$^H$H$]tHHH$LD$H$LD$LCL$Hl$ 940 HkH,$LD$=H$Hl$HH$H$11H$H$HH$HD$H$H$H$H$HkH$=H+H$H$H1H9tQH$H$H$H$H$@H$H$HH$HHH$HH\$HH\$HD$H$Hl$OH$H$]tHHH$Hl$x]tHHH$Hl$p]tHHH$H$]tHH 949 ^ 950 *runtime.racefuncenter.type."".pkcs1PrivateKey 951 "runtime.newobject 952 ,runtime.racewriterange0type.*"".pkcs1PrivateKey 953 .encoding/asn1.Unmarshal2go.string."trailing data"<type.encoding/asn1.SyntaxErrortype.errorNgo.itab.encoding/asn1.SyntaxError.error 954 runtime.convT2I 955 (runtime.racefuncexit 956 (runtime.racefuncexit 957 runtime.racereadbgo.string."x509: unsupported private key version".type.errors.errorString 958 "runtime.newobject 959 "runtime.racewrite 6runtime.writeBarrierEnabled Bgo.itab.*errors.errorString.error 961 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 966 runtime.typ2Itab 968 .runtime.writebarrierptr 970 runtime.raceread 972 runtime.raceread 973 runtime.raceread 974 runtime.raceread 975 runtime.raceread 976 runtime.raceread 977 runtime.raceread 978 runtime.raceread4type.crypto/rsa.PrivateKey 979 "runtime.newobject 980 runtime.raceread 981 runtime.raceread 982 ,runtime.racewriterange6runtime.writeBarrierEnabled 983 "runtime.racewrite 984 runtime.raceread6runtime.writeBarrierEnabled 985 runtime.raceread(type.[]*math/big.Int 986 "runtime.makeslice 987 "runtime.racewrite6runtime.writeBarrierEnabled 988 runtime.raceread 989 "runtime.racewrite 990 runtime.raceread6runtime.writeBarrierEnabled 991 runtime.raceread 992 "runtime.racewrite 993 runtime.raceread6runtime.writeBarrierEnabled 994 runtime.raceread! 995 *runtime.racereadrange# 996 runtime.raceread#zgo.string."x509: private key contains zero or negative prime"$.type.errors.errorString$ 997 "runtime.newobject$ 998 "runtime.racewrite%6runtime.writeBarrierEnabled%Bgo.itab.*errors.errorString.error' 999 (runtime.racefuncexit'0type.*errors.errorString'type.error'Bgo.itab.*errors.errorString.error' 1000 runtime.typ2Itab( 1001 .runtime.writebarrierptr( 1002 runtime.raceread) 1003 "runtime.racewrite+6runtime.writeBarrierEnabled, 1004 Bcrypto/rsa.(*PrivateKey).Validate- 1005 (runtime.racefuncexit- 1006 Fcrypto/rsa.(*PrivateKey).Precompute- 1007 (runtime.racefuncexit- 1008 .runtime.writebarrierptr. 1009 $runtime.panicindex. 1010 $runtime.panicindex. 1011 runtime.raceread/ 1012 .runtime.writebarrierptr/ 1013 $runtime.panicindex/ 1014 $runtime.panicindex0 1015 .runtime.writebarrierptr0 1016 $runtime.panicindex0 1017 $runtime.panicindex0 1018 .runtime.writebarrierptr1 1019 .runtime.writebarrierptr1 1020 .runtime.writebarrierptr1zgo.string."x509: private key contains zero or negative value"2.type.errors.errorString2 1021 "runtime.newobject2 1022 "runtime.racewrite36runtime.writeBarrierEnabled3Bgo.itab.*errors.errorString.error5 1023 (runtime.racefuncexit50type.*errors.errorString5type.error5Bgo.itab.*errors.errorString.error5 1024 runtime.typ2Itab6 1025 .runtime.writebarrierptr6 1026 runtime.raceread7 1027 runtime.raceread7 1028 runtime.raceread8 1029 runtime.raceread9 1030 0runtime.morestack_noctxt`f"".autotmp_0236type.int"".autotmp_0235type.error"".autotmp_0234type.*uint8"".autotmp_0233type.error"".autotmp_02320type.*errors.errorString"".autotmp_0231>type."".pkcs1AdditionalRSAPrime"".autotmp_0230@type.*"".pkcs1AdditionalRSAPrime"".autotmp_0229type.int"".autotmp_0228type.int"".autotmp_0227type.int"".autotmp_02262type.crypto/rsa.PublicKey"".autotmp_0225type.error"".autotmp_0224type.*uint8"".autotmp_0223type.error"".autotmp_02220type.*errors.errorString"".autotmp_0221type.error"".autotmp_0219type.error"".autotmp_02180type.*errors.errorString"".autotmp_0217type.error"".autotmp_02160type.*errors.errorString"".autotmp_0215type.int"".autotmp_0214Btype.[]"".pkcs1AdditionalRSAPrime"".autotmp_0213_(type.[]*math/big.Int"".autotmp_0212type.int"".autotmp_02100type.*errors.errorString"".autotmp_0209type.int"".autotmp_0208type.int"".autotmp_0207type.int"".autotmp_0206type.int"".autotmp_02050type.*errors.errorString"".autotmp_0204<type.encoding/asn1.SyntaxError"".autotmp_0203type.int"".autotmp_0202type.error"".&priv0type.*"".pkcs1PrivateKey"".~r0type.errorerrors.text2type.stringmath/big.x2$type.*math/big.Int"".~r0type.errorerrors.text2type.stringmath/big.x2$type.*math/big.Intmath/big.x2$type.*math/big.Intmath/big.x2$type.*math/big.Intmath/big.x2$type.*math/big.Int"".~r0type.errorerrors.text2type.string"".a/>type."".pkcs1AdditionalRSAPrime"".itype.int"".resttype.[]uint8"".err@type.error"".key06type.*crypto/rsa.PrivateKey"".dertype.[]uint8l" P"XW /PMJG&@?J*",[@J'# 287J.0,R0("8 1040 5 5"2 5Om_0>#14 1044 > 1045 1046 "s$!0#2//CTgclocalsfb5d8bce1135528f91344b08fd11b800Tgclocalsd0eb597ada89491b11720e533d32bcae`prebuilts/go/darwin-x86/src/crypto/x509/pkcs1.go2"".MarshalPKCS1PrivateKey!!eH%H$H;A-HH$H$1H$H$H$H$H$HD$8H$H$H$L$HT$8Ih H~HH5H$H$L$H$HH$H$H$H$HXH$H$H$H$HXH$H$H$H$HKHC Hk(H$H$HH$H$H$HHJHB Hj(H$H$HH$HH$H$H$H$HKHC Hk(H$HH$HH$6HH$H$HHZHB Hj(H$H$HH$HHH$H$H$0H$HX0H$ H$H$0H$H$HX8H$(H$H$0H$H$HX@H$0H$H$0H$H$HkPHH$Hl$Hl$HT$HL$ HD$(H$H$8H$H$@H$H$HH$H$H$0H$H$HHSHHCPHkXH$1H$HD$HH$HHL$PHl$HH9EHD$XH$HD$H\$XHBH3HSHkHD$PH$Ht$`H$HT$hH$Hl$pH$8H$@H$HH$HH$HHD$@H$H9HkHH$H$H$H$HD$@H$HHSHK Hk(H$H$H$H9UHH$HL$@H$HHH#HsHS Hk(H$H$H$H9HHH$8H$@H$HH$HH$IH$H9MkL=vH]H$8H$@H$HH$HH$HH$H9,HkHH$H$H$8H$@H$HH$HH$Hl$@H$H9HkHHl$`=HkH$8H$@H$HH$HH$Hl$@H$H9SHkHH$H$H$8H$@H$HH$HH$Hl$@H$H9HkHHl$h=HkHD$XHL$PHHHL$PHl$HH9H$H$PHH$H$PH\$HD$H\$HH$HKHL$HT$HL$HD$ HT$xH$H$H$H$H$HLCL$Hl$'LCL$Hl$NH,$H\$HL$@vI5d 1063 ^ 1064 *runtime.racefuncenter 1065 Fcrypto/rsa.(*PrivateKey).Precompute 1066 runtime.raceread""".statictmp_0254 1067 runtime.duffcopy 1068 runtime.raceread 1069 runtime.raceread 1070 runtime.raceread 1071 runtime.raceread 1072 runtime.raceread 1073 runtime.raceread 1074 runtime.raceread 1075 runtime.raceread 1076 1077 runtime.raceread 1078 1079 runtime.raceread 1081 runtime.racereadBtype.[]"".pkcs1AdditionalRSAPrime 1084 "runtime.makeslice 1086 runtime.raceread 1087 *runtime.racereadrange 1088 "runtime.racewrite 1089 runtime.raceread 1090 runtime.raceread6runtime.writeBarrierEnabled 1091 "runtime.racewrite6runtime.writeBarrierEnabled 1092 "runtime.racewrite6runtime.writeBarrierEnabled 1093 runtime.duffcopy.type."".pkcs1PrivateKey 1094 runtime.convT2E 1095 *encoding/asn1.Marshal 1096 (runtime.racefuncexit 1097 .runtime.writebarrierptr 1098 $runtime.panicindex 1099 $runtime.panicindex 1100 .runtime.writebarrierptr 1101 $runtime.panicindex 1102 $runtime.panicindex 1103 .runtime.writebarrierptr 1104 $runtime.panicindex 1105 $runtime.panicindex 1106 $runtime.panicindex 1107 $runtime.panicindex 1108 $runtime.panicindex 1109 $runtime.panicindex 1110 $runtime.panicindex! 1111 $runtime.panicindex! 1112 0runtime.morestack_noctxt@ "".autotmp_02580type.crypto/rsa.CRTValue"".autotmp_02572type.*crypto/rsa.CRTValue"".autotmp_0256type.int"".autotmp_0255type.int"".autotmp_0252.type."".pkcs1PrivateKey"".autotmp_02514type.[]crypto/rsa.CRTValue"".autotmp_0250Btype.[]"".pkcs1AdditionalRSAPrime"".autotmp_0249type.int"".autotmp_0248type.int"".btype.[]uint8"".values0type.crypto/rsa.CRTValue"".itype.int"".priv.type."".pkcs1PrivateKey"".versiontype.int"".~r1type.[]uint8"".key6type.*crypto/rsa.PrivateKey""87 -"""''x$d:# >.[ 1117 1118 sTgclocalsc800f315d64e81923fddd3d5cf4535a2Tgclocalsfa378acaab6f2c0c1436690347c5c533`prebuilts/go/darwin-x86/src/crypto/x509/pkcs1.go."".ParsePKCS8PrivateKey""eH%H$8H;AqHHH$HH$111H$xH$1H$hH$pHH$HD$HD$`H$HD$HL$`H$PH$H$XH\$H$`HD$HH$HD$H$HL$ HD$@HL$HH$H$Ht/1H$hH$pH$xH$HHH\$`H$H$HH$Ht$`H^HH$HKHL$HKHL$HH\$HH\$ HH\$(HL$`\$0H$H$hHt$`H^hHH$HKHL$HKHL$Hl$HT$ HL$(HH$hH$pHH$H$H$xHZ HL$HD$H$HH\$HD$:H$HL$H$HD$ HL$(HD$0H$H$H$H$1H\$hH\$pHH$HD$HD$XH$H\$XH$HkH$=H+H\$XH\$XH1H9tNHL$XHD$hHL$p1H$hH$pH$H$xH$H$HHHH$HH\$HH\$HD$H$Hl$X1H$xH$HHH$H$HH$Ht$`H^HH$HKHL$HKHL$HH\$HH\$ HH\$(HL$`\$0H$H$H$H$0H\$`HkPH$HkXH$ Hk`H$(HH$HL$HL$PH$H$H$ H\$H$(HD$HH$HD$H$HL$ HL$@HD$HH$H$Ht HD$PH\$`H$H$hH\$PH$Ht$`H^hH|$HHHKHOHKHOHl$ HT$(HL$0HH$hH$pHH$H$H$xHZ HL$HD$H$HH\$HD$9H$HL$H$HD$ HL$(HD$0H$H$H$H$1H\$xH$HH$HD$HD$XH$H\$XH$HkH$=H+H\$XH\$XH1H9tQHL$XHD$xH$1H$hH$pH$H$xH$H$HHHH$HH\$HH\$HD$H$Hl$U1H$xH$HH1H$H$H$H;H$8H$@H$0HH$HL$HD$HD$H\$H$H\$ H$H$0H$H$0H$H+H$=HkHH$HD$FH$0H\$H$8H\$H$@H\$ HL$(HD$01H$hH$pH$H$xH$H$HHLCL$Hl$`j 1132 ^ 1133 *runtime.racefuncentertype."".pkcs8 1134 "runtime.newobject 1135 ,runtime.racewriterangetype.*"".pkcs8 1136 .encoding/asn1.Unmarshal 1137 (runtime.racefuncexit 1138 runtime.raceread$"".oidPublicKeyRSA 1139 runtime.raceread$"".oidPublicKeyRSA$"".oidPublicKeyRSA $"".oidPublicKeyRSA 1140 Hencoding/asn1.ObjectIdentifier.Equal 1141 runtime.raceread 1142 ."".ParsePKCS1PrivateKey6type.*crypto/rsa.PrivateKeygo.string."x509: failed to parse RSA private key embedded in PKCS#8: " 1143 *runtime.concatstring2 1144 .type.errors.errorString 1145 1146 "runtime.newobject 1148 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 1152 (runtime.racefuncexit 0type.*errors.errorString type.error Bgo.itab.*errors.errorString.error 1157 runtime.typ2Itab 1158 .runtime.writebarrierptr 1159 (runtime.racefuncexit 1160 runtime.raceread("".oidPublicKeyECDSA 1161 runtime.raceread("".oidPublicKeyECDSA("".oidPublicKeyECDSA ("".oidPublicKeyECDSA 1162 Hencoding/asn1.ObjectIdentifier.Equal 1163 runtime.racereadFtype.encoding/asn1.ObjectIdentifier 1164 "runtime.newobjectHtype.*encoding/asn1.ObjectIdentifier 1165 .encoding/asn1.Unmarshal 1166 runtime.raceread 1167 ("".parseECPrivateKey:type.*crypto/ecdsa.PrivateKeygo.string."x509: failed to parse EC private key embedded in PKCS#8: " 1168 *runtime.concatstring2.type.errors.errorString 1169 "runtime.newobject 1170 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 1171 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 1172 runtime.typ2Itab 1173 .runtime.writebarrierptr 1174 (runtime.racefuncexitFtype.encoding/asn1.ObjectIdentifier 1175 runtime.convT2E 1176 "runtime.racewrite6runtime.writeBarrierEnabledgo.string."x509: PKCS#8 wrapping contained private key with unknown algorithm: %v" 1177 fmt.Errorf! 1178 (runtime.racefuncexit! 1179 .runtime.writebarrierptr" 1180 0runtime.morestack_noctxtpJ"".autotmp_0305"type.interface {}"".autotmp_0304(type.[1]interface {}"".autotmp_0301/&type.[]interface {}"".autotmp_0300type.error"".autotmp_0299type.*uint8"".autotmp_0298type.error"".autotmp_02970type.*errors.errorString"".autotmp_0296type.string"".autotmp_0294type.error"".autotmp_0292type.error"".autotmp_02910type.*errors.errorString"".autotmp_0290type.string"".autotmp_0288type.error"".autotmp_02870type.*errors.errorString"".autotmp_0286type.string"".autotmp_0285type.error"".autotmp_0284"type.interface {}"".autotmp_0283type.error"".autotmp_0282Htype.*encoding/asn1.ObjectIdentifier"".autotmp_0280type.bool"".autotmp_02790type.*errors.errorString"".autotmp_0278type.string"".autotmp_0277type.error"".autotmp_0276"type.interface {}"".autotmp_0274type.error"".&privKeytype.*"".pkcs8"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".errtype.error "".namedCurveOIDHtype.*encoding/asn1.ObjectIdentifier"".bytes_type.[]uint8"".errtype.error"".errPtype.error"".key0"type.interface {}"".dertype.[]uint8\"``26" 1188 (,q"[ 1189 J|Aq k 1192 J#$)*&3t.T01 1193 Vn 01p+lA%Tgclocals7ff09060355f846d73897cbe5628ba4aTgclocals456f718889651fabe0f8d5831b8d7d68`prebuilts/go/darwin-x86/src/crypto/x509/pkcs8.go$"".systemRootsPooleH%H;avTHH\$H$HH$HH\$HH$HH\$H 1197 : 1198 *runtime.racefuncenterH"".once^*"".initSystemRootsfr 1199 sync.(*Once).Do"".systemRoots 1200 runtime.raceread"".systemRoots 1201 (runtime.racefuncexit 1202 0runtime.morestack_noctxt "".~r0"type.*"".CertPool O p& =Tgclocals0c8aa8e80191a30eac23f1a218103f16Tgclocals69c1753bd5f81501d95132d08af04464^prebuilts/go/darwin-x86/src/crypto/x509/root.go<"".(*Certificate).systemVerifyeH%H;avAHH\$H$11111H\$ H\$(H\$01H\$8H\$@H 1207 : 1208 *runtime.racefuncenter 1209 (runtime.racefuncexit 1210 0runtime.morestack_noctxtp"".errPtype.error"".chains 0type.[][]*"".Certificate"".opts,type.*"".VerifyOptions"".c(type.*"".Certificate<`'*Tgclocalsa680688f765ce89698bbac39bfefaa56Tgclocals69c1753bd5f81501d95132d08af04464lprebuilts/go/darwin-x86/src/crypto/x509/root_darwin.go("".execSecurityRootseH%HD$H;AHH$H$1H$H$H$HD$@H$HD$@HD$@H-H(H-HhH-HhH-HhH-Hh H-Hh(H-Hh0H-Hh8HHHH$HD$H$HD$H$HT$H$HL$ H\$(H$Ht$Hl$HT$HD$ HL$(Ht$hHl$pHT$xHL$`HD$XHt)H$H$H$HHH$HD$HD$HD$H\$ H\$PHH$HD$HD$HD$H\$ H\$HHH$HD$HD$8H$H\$8HHl$P=H+H\$8H$H$H\$8HHl$H=HkH\$8H$H$HD$81HhHhHh HD$0H$H\$hH\$H\$pH\$H\$xH\$H\$0H$1H$H$HLCL$Hl$kNH$Hl$> 1215 X 1216 *runtime.racefuncenter 1217 ,runtime.racewriterange""".statictmp_0320""".statictmp_0320 """.statictmp_03200""".statictmp_0320@""".statictmp_0320P""".statictmp_0320`""".statictmp_0320p""".statictmp_0320:go.string."/usr/bin/security" 1218 os/exec.Command 1219 *os/exec.(*Cmd).Output 1220 (runtime.racefuncexit*type.map[string][]int 1221 runtime.makemap*type.map[string][]int 1222 runtime.makemap type."".CertPool 1223 "runtime.newobject 1224 "runtime.racewrite6runtime.writeBarrierEnabled 1225 "runtime.racewrite 6runtime.writeBarrierEnabled 1226 "runtime.racewrite 1227 1228 B"".(*CertPool).AppendCertsFromPEM 1230 (runtime.racefuncexit 1232 .runtime.writebarrierptr 1234 .runtime.writebarrierptr 1236 0runtime.morestack_noctxt0"".autotmp_0324"type.*"".CertPool"".autotmp_0323"type.*"".CertPool"".autotmp_0322type.[4]string"".autotmp_0321type.*[4]string"".autotmp_0319type.[]string"".autotmp_0318*type.map[string][]int"".autotmp_0317*type.map[string][]int"".roots"type.*"".CertPool"".errtype.error"".datatype.[]uint8"".~r1type.error"".~r0"type.*"".CertPool(O> 6 1241 ,,8 @+1g3578?$ (Tgclocals4a711d150ada92c5c09e1d8a05a1d750Tgclocalsee5967a1a7101f5211b85412e21cf0b8lprebuilts/go/darwin-x86/src/crypto/x509/root_darwin.go("".ParseECPrivateKeyeH%H;av}HHH\$HH$11H\$pH\$xH$H\$PH\$H\$XH\$H\$`H\$HD$ HT$(HL$0HD$hHT$8HT$pHL$@HL$xHHj 1246 1247 : 1248 *runtime.racefuncenter 1249 ("".parseECPrivateKey 1250 (runtime.racefuncexit 1251 0runtime.morestack_noctxt`"".autotmp_0326type.error"".err@type.error"".key0:type.*crypto/ecdsa.PrivateKey"".dertype.[]uint8xB]fTgclocalse59216dcac6bcbc919e9ab0b5e79d2a5Tgclocalsc55cf99de9cdd8c8202a466952fa1a45^prebuilts/go/darwin-x86/src/crypto/x509/sec1.go,"".MarshalECPrivateKeyeH%H$HH;AH8H$8H$1H$HH$PH$X1H$`H$hH$@H$H$@HH$HNHL$Hl$HT$HL$ \$(H$H$H$HH\$PHD$X1H\$@H\$HHH$HD$HD$8H$H\$8Hl$XHkHl$P=H+H\$8H\$8H1H9tPHL$8HD$`HL$h1H$HH$PH$XHD$@H$`HL$HH$hH8HH$HH\$HH\$HD$H$Hl$VH$@H$H$ H$@Hk H,$H\$H$H\$H$H\$H$H$@H$H$@H$H$H$@H$H$H$@HH$HHHL$HhHl$HhHl$Hl$ HT$(HL$0H$1HH$H$H$H$H$H$H$H$H$H$H$H$H$H$H$H$H$ H$H$(HH$H$H\$HD$H\$HH$HKHL$LD$H|$HT$ Hl$(Ht$0L$L$HH$H$PH$H$XHl$pH$`Ht$xH$hH88 1260 ^ 1261 *runtime.racefuncenter 1262 runtime.raceread 1263 ("".oidFromNamedCurvePgo.string."x509: unknown elliptic curve".type.errors.errorString 1264 "runtime.newobject 1265 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 1266 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 1267 runtime.typ2Itab 1268 .runtime.writebarrierptr 1269 runtime.raceread 1270 *math/big.(*Int).Bytes 1271 runtime.raceread 1272 runtime.raceread 1273 runtime.raceread 1274 1275 .crypto/elliptic.Marshal 1276 1277 runtime.duffzero (type."".ecPrivateKey 1280 runtime.convT2E 1281 *encoding/asn1.Marshal 1282 (runtime.racefuncexit 1283 0runtime.morestack_noctxt`"".autotmp_0340type.error"".autotmp_03390type.*errors.errorString"".autotmp_0338type.error"".autotmp_0336(type."".ecPrivateKey"".autotmp_0335type.[]uint8"".autotmp_0334type.[]uint8"".autotmp_0333type.error"".autotmp_0332type.[]uint8"".autotmp_03310type.*errors.errorString"".~r0type.errorerrors.text2type.string"".oidFtype.encoding/asn1.ObjectIdentifier"".~r2@type.error"".~r1type.[]uint8"".key:type.*crypto/ecdsa.PrivateKey("DL",Z JR{! 1290 2.00MTgclocals4ef9b9e492d017e3460b603fe84bd161Tgclocalsc72cf9007d8ec577999fef1f358afa42^prebuilts/go/darwin-x86/src/crypto/x509/sec1.go("".parseECPrivateKey'&eH%H$H;A HpH$pH$11H$H$HH$HD$H$H$HD$XH$H$H$H$H\$H$HD$HH$HD$H$HL$ HD$@HL$HH$H$HH$HX HL$HD$H$HH\$HD$&H$8HL$H$@HD$ HL$(HD$0H$(H$H$0H$1H$H$HH$HD$HD$`H$H\$`H$HkH$=H+H\$`H\$`H1H9tNHL$`H$H$H$H$HH$H$PH$HpHH$HH\$HH\$HD$H$Hl$XH$H$H$xH$HHZ1H$H$ H$H/H$`H$hH$XHH$HL$HD$H\$H$H\$ H$H$XH$H$XH$H+H$=HkHH$HD$'H$XH\$H$`H\$H$hH\$ HL$(HD$0H$H$HH$H$PH$HpLCL$Hl$f1H$H$1H9KH$H$xHH$HNHL$HNHL$HL$HD$ H$H$H!HH$H$1H$H$HH$HD$HD$`H$H\$`H$HkH$=H+H\$`H\$`H1H9tNHL$`H$H$H$H$HH$H$PH$HpHH$HH\$HH\$HD$H$Hl$XHH$H\$H\$xH$H$H$H\$xH$H$H^H|$HHHKHOHKHOH\$ H\$XH$H$H$H[8HD$HD$hH$H$H\$XH$H\$hHkHl$H\$H!HH$H$.1H$H$HH$HD$HD$`H$H\$`H$HkH$=H+H\$`H\$`H1H9tNHL$`H$H$H$H$HH$H$PH$HpHH$HH\$HH\$HD$H$Hl$XHH$HD$HD$PH$H\$PH$H+H$=HkH\$PH$H$ H\$PH^Hl$X=5Hk H$H$H$H$H^H|$HHHKHOHKHOH$H$H$H[@H\$ H\$pH\$(H\$xH\$PH$H$H\$PHHl$p=uxHkH\$PH$H$H\$PHtRHl$x=u0HkH\$PH$1H$H$HpLCL$Hl$LCL$Hl$u\LC L$Hl$LCL$Hl$bH$H$ H$H^ HH$HKHL$HKHL$HL$HD$ H$I 1299 ^ 1300 *runtime.racefuncenter(type."".ecPrivateKey 1301 "runtime.newobject 1302 ,runtime.racewriterange*type.*"".ecPrivateKey 1303 .encoding/asn1.Unmarshaldgo.string."x509: failed to parse EC private key: " 1304 *runtime.concatstring2.type.errors.errorString 1305 "runtime.newobject 1306 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 1307 (runtime.racefuncexit0type.*errors.errorStringtype.error Bgo.itab.*errors.errorString.error 1308 runtime.typ2Itab 1309 .runtime.writebarrierptr 1310 runtime.racereadtype.int 1313 runtime.convT2E 1315 "runtime.racewrite 6runtime.writeBarrierEnabled fgo.string."x509: unknown EC private key version %d" 1318 fmt.Errorf 1319 (runtime.racefuncexit 1320 .runtime.writebarrierptr 1321 runtime.raceread 1322 ("".namedCurveFromOIDPgo.string."x509: unknown elliptic curve".type.errors.errorString 1323 "runtime.newobject 1324 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 1325 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 1326 runtime.typ2Itab 1327 .runtime.writebarrierptr"type.math/big.Int 1328 "runtime.newobject 1329 runtime.raceread 1330 0math/big.(*Int).SetBytes 1331 runtime.raceread 1332 &math/big.(*Int).Cmptgo.string."x509: invalid elliptic curve private key value".type.errors.errorString 1333 "runtime.newobject 1334 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 1335 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 1336 runtime.typ2Itab 1337 .runtime.writebarrierptr8type.crypto/ecdsa.PrivateKey 1338 "runtime.newobject 1339 "runtime.racewrite6runtime.writeBarrierEnabled 1340 "runtime.racewrite6runtime.writeBarrierEnabled 1341 runtime.raceread!! 1342 "runtime.racewrite"6runtime.writeBarrierEnabled" 1343 "runtime.racewrite"6runtime.writeBarrierEnabled# 1344 (runtime.racefuncexit$ 1345 .runtime.writebarrierptr$ 1346 .runtime.writebarrierptr$ 1347 .runtime.writebarrierptr% 1348 .runtime.writebarrierptr% 1349 runtime.raceread& 1350 ("".namedCurveFromOID& 1351 0runtime.morestack_noctxtpT"".autotmp_0376type.error"".autotmp_0375type.*uint8"".autotmp_0374type.error"".autotmp_03730type.*errors.errorString"".autotmp_0372type.error"".autotmp_0371type.*uint8"".autotmp_0370type.error"".autotmp_03690type.*errors.errorString"".autotmp_0368"type.interface {}"".autotmp_0367(type.[1]interface {}"".autotmp_0364/&type.[]interface {}"".autotmp_0363type.error"".autotmp_0361type.error"".autotmp_03600type.*errors.errorString"".autotmp_0359type.string"".autotmp_0358$type.*math/big.Int"".autotmp_0357$type.*math/big.Int"".autotmp_03550type.*errors.errorString"".autotmp_0353Btype.*crypto/elliptic.CurveParams"".autotmp_0352$type.*math/big.Int"".autotmp_0351$type.*math/big.Int"".autotmp_03500type.*errors.errorString"".autotmp_03494type.crypto/elliptic.Curve"".autotmp_0347type.error"".autotmp_03460type.*errors.errorString"".autotmp_0345otype.string"".autotmp_0344Otype.error"".&privKey*type.*"".ecPrivateKey"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".priv:type.*crypto/ecdsa.PrivateKey"".k$type.*math/big.Int"".curve4type.crypto/elliptic.Curve"".errtype.error"".errPtype.error"".key@:type.*crypto/ecdsa.PrivateKey"".dertype.[]uint8 "".namedCurveOIDHtype.*encoding/asn1.ObjectIdentifierT"n"87/x21J.,+&AJo] J78,"J.C0+ 1361 +l;2 0* 5'L0*wD$4A!!YTgclocalsc992790c6a0d4a581bb2adb3ee716584Tgclocals49cf7eadece88abd323f11fd4496ccb5^prebuilts/go/darwin-x86/src/crypto/x509/sec1.go@"".CertificateInvalidError.ErroreH%H;aHH\$H$1HD$HiHuHH\$ HD$(>HHuHH\$ HD$(1HHH\$ HD$(HHuHH\$ HD$(QHHuHH\$ HD$(7HHuHH\$ HD$(5H 1364 B 1365 *runtime.racefuncentervgo.string."x509: certificate is not authorized to sign other certificates" 1366 (runtime.racefuncexitzgo.string."x509: certificate has expired or is not yet valid" 1367 (runtime.racefuncexit>go.string."x509: unknown error" 1368 (runtime.racefuncexitgo.string."x509: a root or intermediate certificate is not authorized to sign in this domain" 1369 (runtime.racefuncexitgo.string."x509: too many intermediates for path length constraint" 1370 (runtime.racefuncexitgo.string."x509: certificate specifies an incompatible key usage" 1371 (runtime.racefuncexit 1372 0runtime.morestack_noctxt@"".~r0 type.string"".e>type."".CertificateInvalidError:?$$$$jZ -Tgclocals342b6176fad1bf8fb686f6c9600f7161Tgclocals69c1753bd5f81501d95132d08af04464bprebuilts/go/darwin-x86/src/crypto/x509/verify.go,"".HostnameError.ErroreH%H$xH;AHH$H$1H$(H$0H$H\$h1H\$xH$H$HH$HKHL$Hl$hHT$HL$HD$ H$H$H$H9H,$H$HL$hHHuyH$HH\$HD$&H$H|$HHHKHOHH\$(HD$0'H\$8H$(H\$@H$0HH$H$H|$xH$H\$hHiHHHH$1H$HD$XH$HHL$`Hl$XH9HD$pH$H|$xH$H\$pHH3HSHkH$H$H$H$H$H$HH$H$H|$H$HL$HH\$HD$ H|$(HL$0H|$xH$H$H$H$H$H$H\$H$H\$HL$HD$ H$H$H\$H$H\$H$HL$H$HD$ H|$(H|$xHt$0H$HD$pHL$`HHHL$`Hl$XH9}H$HH\$HD$H|$xH|$H$Ht$ HH\$(HD$0H$H|$8HHHKHOH\$HH$(H\$PH$0HH,$H$HL$hHH~iH$H$Ht$hHtIHHH$HKHL$HKHL$HH\$HD$ H|$(Ht$0H$H$H$H\$hHtHpHxB0 1389 ^ 1390 *runtime.racefuncenter 1391 net.ParseIP 1392 runtime.racereaddgo.string."x509: cannot validate certificate for "fgo.string." because it doesn't contain any IP SANs" 1393 *runtime.concatstring3 1394 (runtime.racefuncexit 1395 runtime.raceread 1396 runtime.raceread go.string.", " 1397 *runtime.concatstring2 1399 net.IP.String 1401 *runtime.concatstring2 Vgo.string."x509: certificate is valid for "$go.string.", not " 1403 *runtime.concatstring4 1404 (runtime.racefuncexit 1405 runtime.raceread 1406 runtime.racereadgo.string.", " 1407 strings.Join 1408 runtime.raceread 1409 0runtime.morestack_noctxtP$"".autotmp_0395type.net.IP"".autotmp_0394type.*net.IP"".autotmp_0393type.int"".autotmp_0392type.int"".autotmp_0391type.string"".autotmp_0390type.int"".autotmp_0389type.string"".autotmp_0388type.string"".autotmp_0387type.string"".autotmp_0385_type.[]net.IP"".autotmp_0384type.int"".autotmp_0383/type.net.IP"".santype.net.IP 1411 "".iptype.net.IP"".validtype.string"".c(type.*"".Certificate"".~r00type.string"".h*type."".HostnameError*" r",+ S#l 1414 F$#` 1415 2%D.KtRK, 1418 h ,3Tgclocals4d8cd5f801a0c18d3b246fd3a8c0d8aeTgclocalsc061b4f97d46270d57745a306ad4f350bprebuilts/go/darwin-x86/src/crypto/x509/verify.go<"".UnknownAuthorityError.ErroreH%HD$H;AH1H$H$H$H$H$H$1H$H$H HL$8H-HD$@H$HH$H$H$H$H$HHpHT$HHxHL$PHH$H$H$H$H$HHH$H$H$H$H$HHHH$H$HH$DH$H$H"HHHH$H$HH$H)Hl$HHiHl$PH$H$H$H$H[HH,$HL$HD$H$HH\$HD$H$HL$H$HD$ HT$(HL$0H\$8H$H\$@H$HT$HHT$xHL$PH$1H$H$H$H$H$HH$H$H$H$HH$HKHL$H\$H\$XH\$H\$`H$H$H$Hl$XH+Hl$`=GHkHH$H\$xH\$HD$H\$H\$XH\$ H\$`H$HH$H$Hl$XHH+Hl$`=HkHH$HD$SH$H\$H$H\$H$H\$ HL$(HD$0H$H$H\$H$H\$HL$hHL$HD$pHD$ HL$(HD$0HL$8H$HD$@H$HLCL$Hl$3LCL$Hl$#6 1428 1429 *runtime.racefuncenterrgo.string."x509: certificate signed by unknown authority" 1430 runtime.raceread 1431 runtime.raceread 1432 runtime.raceread 1433 runtime.raceread 1434 runtime.raceread 1435 ,math/big.(*Int).String&go.string."serial:" 1436 *runtime.concatstring2 1438 runtime.convI2E 1440 "runtime.racewrite6runtime.writeBarrierEnabled type.string 1444 runtime.convT2E 1445 "runtime.racewrite6runtime.writeBarrierEnabledgo.string." (possibly because of %q while trying to verify candidate authority certificate %q)" 1446 fmt.Sprintf 1447 *runtime.concatstring2 1448 (runtime.racefuncexit 1449 .runtime.writebarrierptr 1450 .runtime.writebarrierptr 1451 $runtime.panicindex 1452 $runtime.panicindex 1453 0runtime.morestack_noctxt`"".autotmp_0407"type.interface {}"".autotmp_0406"type.interface {}"".autotmp_0405?(type.[2]interface {}"".autotmp_0402o&type.[]interface {}"".autotmp_0401type.string"".autotmp_0400type.string"".autotmp_0399type.string"".autotmp_0398type.string"".certNametype.string"".stype.string"".~r0@type.string"".e:type."".UnknownAuthorityErrorh RAF7'5 4M]%I)jE)(3Tgclocals729b17eb59d53d441a41c93016c347a0Tgclocals87712cefded71472ecd650eb1a594f27bprebuilts/go/darwin-x86/src/crypto/x509/verify.go2"".SystemRootsError.ErroreH%H;av3HH\$H$1HH\$HD$7H 1458 1459 : 1460 *runtime.racefuncenterLgo.string."x509: failed to load system roots and no roots provided"r 1461 (runtime.racefuncexit 1462 0runtime.morestack_noctxt "".~r0type.string.PTgclocalsd8fdd2a55187867c76648dc792366181Tgclocals69c1753bd5f81501d95132d08af04464bprebuilts/go/darwin-x86/src/crypto/x509/verify.go2"".(*Certificate).isValid$$eH%H$H;AHxH$xH$1H$H$H$H$H$ HD$H$HHs S(HK0H$H$P$ H$XH$(H$HQ<tH4$T$HL$H$HH$$P$H$XH$H$H$H$HD$H$H$HH$HH$H$H9H9t$9<H$HH$0$P$8H$XH$@H$H$HD$H$0H$HH$HH$H$H9H9$89<H$H$(H$H0HD$?H$H$H$(H$HH(H0H8H$p1H$hHD$HH$`HHL$PHl$HH9HD$hH$H\$hH4HHkH$H$H$H$H$H$H$H$HHH$HCH$H9H$HD$H$Hl$HL$\$ D$?|$?1H$H$H$H$H$HH$HH\$HH\$H$H\$HD$ H\$(H$H\$0H$HxH$HubH$H$H$`H$`tH$H$H$aH$aCH$H$H$`H$`H$H$hH$HhHH$HH\$@H$H$hH$HhHl$@H91H$H$H$H$HH$HH\$HH\$H$H\$HD$ H\$(H$H\$0H$Hx1H$H$Hx1H$H$H$H$H$HH$HH\$HH\$H$H\$HD$ H\$(H$H\$0H$HxH$H$H$HzH;H|$pHKH$H$H$HL$xH$H99HH)HH9 H)IHtMH9L$L$H$Hl$Ht$HD$\$ H<H$H$H$HjH$HH9zH$H$HhHl$`H$H\$XH$HD$`LD$XL)HH$HtIHHKH$H$H9s&H.HD$hHL$PHH1)1W1H$H$H$H$HH$HH\$HH\$H$H\$HD$ H\$(H$H\$0H$Hx1^HR1H51^Z 1471 ^ 1472 *runtime.racefuncenter 1473 *runtime.racereadrange 1474 time.Now 1475 *runtime.racereadrange 1476 *runtime.racereadrange 1477 runtime.raceread 1478 1479 runtime.raceread 1481 runtime.raceread 1483 runtime.raceread 1484 runtime.eqstring>type."".CertificateInvalidErrortype.errorPgo.itab."".CertificateInvalidError.error 1485 runtime.convT2I 1486 (runtime.racefuncexit 1487 runtime.raceread 1488 runtime.raceread 1489 runtime.raceread 1490 runtime.raceread 1491 runtime.raceread>type."".CertificateInvalidErrortype.errorPgo.itab."".CertificateInvalidError.error 1492 runtime.convT2I 1493 (runtime.racefuncexit 1494 (runtime.racefuncexit>type."".CertificateInvalidErrortype.errorPgo.itab."".CertificateInvalidError.error 1495 runtime.convT2I 1496 (runtime.racefuncexit 1497 runtime.raceread 1498 runtime.eqstring 1499 runtime.raceread 1500 runtime.raceread 1501 runtime.raceread 1502 $runtime.panicindex 1503 $runtime.panicslice!>type."".CertificateInvalidError!type.error"Pgo.itab."".CertificateInvalidError.error" 1504 runtime.convT2I# 1505 (runtime.racefuncexit$ 1506 0runtime.morestack_noctxtF"".autotmp_0436type.bool"".autotmp_0435type.string"".autotmp_0434type.string"".autotmp_0433type.*string"".autotmp_0432type.int"".autotmp_0431type.int"".autotmp_0430type.bool"".autotmp_0429type.bool"".autotmp_0427>type."".CertificateInvalidError"".autotmp_0426type.int"".autotmp_0425>type."".CertificateInvalidError"".autotmp_0424>type."".CertificateInvalidError"".autotmp_0423type.int"".autotmp_0422type.int"".autotmp_0421type.int"".autotmp_0420type.int"".autotmp_0419type.string"".autotmp_0413/type.[]string"".autotmp_0411>type."".CertificateInvalidError"strings.suffix3type.stringstrings.s2type.stringtime.u3type.time.Timetime.t2type.time.Timetime.u3type.time.Timetime.t2type.time.Timetime.t2type.time.Time&"".numIntermediatestype.int"".domaintype.string 1507 "".oktype.bool"".now_type.time.Time"".~r3`type.error"".optsP,type.*"".VerifyOptions"".currentChain ,type.[]*"".Certificate"".certTypetype.int"".c(type.*"".CertificateP"Z"lk<B*: 1510 @?*p[.~=%@I~`_4`.|G/ 1514 te 1515 gTgclocalsf01f4ec41128dddf369c19604fa3500dTgclocalsbeb4e87ab756adad0abfbf2e116170fabprebuilts/go/darwin-x86/src/crypto/x509/verify.go0"".(*Certificate).Verify##eH%H$H;AHH$H$111H$ H$(1H$H$H$H$1H9uH$H$H$H$H H1HH$HH\$HH\$H\$XH\$HD$ HL$(HD$01H$H$H$H$H$ H$H$(HH$1H9H$H$H$1H91HH$HH\$HH\$H\$XH\$HD$ HL$(HD$01H$H$H$H$H$ H$H$(HH$H$HD$1H\$H\$H\$ H$H\$(HL$0HD$8H$(H$ Ht HH$H~YH$H$H$H|$HHHKHOHL$HD$ H$(H$ Ht H1H$h$p$q$tH$xH$H$H$H$1HHH$HD$H$hH\$H$H\$H\$ H$1H$H$HDH$(H$0H$ H$H$ H$=H+H$H$H$H\$H$ H\$H$(H\$H$0H\$ H$H\$(HT$0HL$8HD$@Ht$HHl$PH$H$H$H$(H$ Ht HH$H$H$H$H$H$Hu?H\$hH$H$HD$H$H-H*HHH$H$H$H$`1H$XHD$`H$PHHL$pHl$`H9}}H$H$H$H)Hu=H$H$H$H$H$H$HHHL$pHHHL$pHl$`H9|H$H$H$H$H1H$@HD$`H$8HHL$pHl$`H9HD$xH$H\$xHHHKHkH$ H$(H$0H$H$H$HL$H$Hl$H$H\$H$H\$ H$H\$(\$0H$H$H$HH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9{H$HH$HHD$XHkHH$H$Hl$XHkHH$HkH$HkH$=H+H$H$H$H$H$H$HD$xHL$pHHHL$pHl$`H9H$H1H$H$H$H$H$HH$HH\$HH\$H$H\$HD$ H\$(H$ H\$0H$(HH$Hl$cH$Hl$:X 1522 ^ 1523 *runtime.racefuncenter 1524 runtime.racereadDtype."".UnhandledCriticalExtensiontype.errorVgo.itab."".UnhandledCriticalExtension.error 1525 runtime.convT2I 1526 (runtime.racefuncexit 1527 $"".systemRootsPool0type."".SystemRootsErrortype.errorBgo.itab."".SystemRootsError.error 1528 runtime.convT2I 1529 (runtime.racefuncexit 1530 2"".(*Certificate).isValid 1531 (runtime.racefuncexit 1532 1533 @"".(*Certificate).VerifyHostname 1534 1535 (runtime.racefuncexit 1537 runtime.duffzero@type.map[int][][]*"".Certificate 1540 runtime.makemap 1541 "runtime.racewrite6runtime.writeBarrierEnabled 1542 :"".(*Certificate).buildChains 1543 (runtime.racefuncexit 1544 ,runtime.racewriterange""".statictmp_0465 1545 runtime.raceread 1546 (runtime.racefuncexit 1547 runtime.raceread 1548 0"".checkChainForKeyUsage0type.[][]*"".Certificate 1549 "runtime.growslice 1550 "runtime.racewrite6runtime.writeBarrierEnabled >type."".CertificateInvalidError type.error Pgo.itab."".CertificateInvalidError.error! 1551 runtime.convT2I! 1552 (runtime.racefuncexit" 1553 .runtime.writebarrierptr" 1554 $runtime.panicslice" 1555 .runtime.writebarrierptr" 1556 0runtime.morestack_noctxt 1557 N"".autotmp_0477 type.int"".autotmp_04760type.[][]*"".Certificate"".autotmp_0475,type.[]*"".Certificate"".autotmp_0474.type.*[]*"".Certificate"".autotmp_0473type.int"".autotmp_0472type.int"".autotmp_0470(type.*"".ExtKeyUsage"".autotmp_0469 type.int"".autotmp_0468type.int"".autotmp_0467,type.[1]"".ExtKeyUsage"".autotmp_0466.type.*[1]"".ExtKeyUsage"".autotmp_0464.type.[1]*"".Certificate"".autotmp_0461,type.[]*"".Certificate"".autotmp_0460Ntype.map.bucket[int][][]*"".Certificate"".autotmp_0459Htype.map.hdr[int][][]*"".Certificate"".autotmp_0458type.error"".autotmp_0457type.error"".autotmp_04560type.[][]*"".Certificate"".autotmp_0454>type."".CertificateInvalidError"".autotmp_0453type.int"".autotmp_04510type.[][]*"".Certificate"".autotmp_0450*type.[]"".ExtKeyUsage"".autotmp_0449type.int"".autotmp_0448type.error"".autotmp_04470type.[][]*"".Certificate"".autotmp_0446@type.map[int][][]*"".Certificate"".autotmp_0445type.error"".autotmp_0444type.int"".autotmp_0443type.error"".autotmp_0442 0type."".SystemRootsError"".autotmp_0440 Dtype."".UnhandledCriticalExtension"".autotmp_0439type.int"".candidate,type.[]*"".Certificate"".keyUsages*type.[]"".ExtKeyUsage$"".candidateChains0type.[][]*"".Certificate"".errtype.error"".chains0type.[][]*"".Certificate"".opts*type."".VerifyOptions"".c(type.*"".Certificatej" 1559 1560 1561 1562 1563 d 1564 1565 f 1566 1567 1568 1569 1570 1571 1572 1573 T"rq02dcXWJNK>B?63(?e0`$ #9z.XVI \I@%B%RrL]zFtQ 1577 %Tgclocalsb6c315435e18078bd6640f04a0546401Tgclocals0a4b3c0ec5d50c00e0e5dda39f64b033bprebuilts/go/darwin-x86/src/crypto/x509/verify.go*"".appendToFreshChaineH%H;aNH`H\$`H$1H$H$H$HD$pHHH$HD$HD$HT$HL$ HD$(HH$HT$HHT$HL$PHL$HD$XHD$H\$hH\$ H\$pH\$(H\$xH\$0HD$pH\$HHD$@LD$PL9HH$H\$HHl$@LD$PL9sYHH$=u4H+H\$HH$H\$PH$H\$XH$H`H$Hl$ 1581 B 1582 *runtime.racefuncenter,type.[]*"".Certificate 1583 "runtime.makeslice(type.*"".Certificate 1584 ,runtime.typedslicecopy 1585 "runtime.racewrite6runtime.writeBarrierEnabled 1586 (runtime.racefuncexit 1587 .runtime.writebarrierptr 1588 $runtime.panicindex 1589 $runtime.panicindex 1590 0runtime.morestack_noctxtp"".autotmp_0480type.int"".autotmp_0478?type.int"".n/,type.[]*"".Certificate"".~r2@,type.[]*"".Certificate"".cert0(type.*"".Certificate"".chain,type.[]*"".Certificate-01LV1 Tgclocals898b3821f833ea42b911c9a79870e023Tgclocalsad3d78e88c381598810f2e82f373ef66bprebuilts/go/darwin-x86/src/crypto/x509/verify.go:"".(*Certificate).buildChains::eH%H$H;AbHhH$hH$111H$H$1H$H$H$H$H$H$H$HkH,$H$pH\$H|$Ht$Hl$ HT$(HL$0HD$8H$H$H$H$@H$HH$PH$@1H$8H$H$0HH$H$H9H$H$H$H+Hl$`H$H$H$H$HkH,$H$H$HkHMHEH] H$H$Hl$`H$H9HH$H$HjHHMHEH] H$H$Hl$`H$H9\HH+H$H,$HD$H$H\$H$H\$H$H\$ HT$(HL$0HD$8H$H$HH$H$HHH$H$H9{H$H$H$H$HkH,$H$pH\$H|$Ht$Hl$ HT$(HL$0HD$8H$H$H$H$XH$`H$hH$@1H$8H$H$0HHD$xH$H9H$H$H$H+Hl$hH$H$H$H$HkH,$H$H$HkHMHEH] H$H$Hl$hH$H9gHH$H$HkH<HMHEH] Hl$hH9HHH$H$H$H$H$1H$HD$pH$HH$Hl$pH9H$H$H$H$HH9cH$HD$xHHHD$xH$H9~H$H~1H$H$H$HH$HH$H$H$HuH$H$H$1H$HH$PH$XH$`H$pH$HH$H$PH$H$XH$`HH$HH\$HH\$H$HH\$HD$ H\$(H$H\$0H$HhHH$HHH$Hl$pH9HH$HD$H$H\$H$H\$H$H\$ H$H\$(HL$0HD$8H$H$H$H1H$H$H$HD$hHH$H$xH\$HD$HD$\$ \$_H$H$H$HH+H$H{H$HkH$|$_fH$H$H$H$H$H$H$1H$(H$0H$8H$HHH$HD$HD$HT$HL$ HD$(HH$H$pHT$H$xHL$H$HD$H$H\$ H$H\$(H$H\$0H$H$pH$L$xL9HH$H$pH$L$xL9HH$=vH+H$pH$xH$H$H$H$xH\$H$(HT$H$0HL$H$8HD$ H$H\$(HT$0HL$8HD$@Ht$HHl$PH$H$H\$hH$H$H$H$H$ H$H$(HH$H$xH\$H$H\$H$H\$H$H$H$H$HH$HH)H~SHH$H$Ht$HT$H$HD$HL$ H$Ht$(H\$0H$HD$8HH$H$H$HIH$H9H9H)I)IH$ItHkIHl$LD$LL$H$H\$ H|$(H$H\$0H$H$H$HH9w(HH$H$H$H$H$Hl$zEH$H$H$H$H$H$H$1H$H$H$ H$HHH$HD$HD$HT$HL$ HD$(HH$H$HT$H$HL$H$HD$H$H\$ H$H\$(H$H\$0H$H$HD$xL$L9HH$H$Hl$xL$L9HH$=H+H$H$H$H$H$H$H$H$ H$H$H$H$HH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$HH$HHD$xHkHH$H$Hl$xHkHH$HkH$HkH$=u8H+H$H$H$H$H$H$MH$Hl$H$Hl$bEcy~ 1609 ^ 1610 *runtime.racefuncenter 1611 runtime.raceread 1612 D"".(*CertPool).findVerifiedParents 1613 runtime.raceread 1614 runtime.raceread 1615 runtime.raceread 1616 runtime.raceread 1617 2"".(*Certificate).isValid 1618 1619 runtime.raceread 1621 D"".(*CertPool).findVerifiedParents 1623 runtime.raceread 1624 runtime.raceread 1625 runtime.raceread 1626 runtime.raceread 1627 runtime.raceread:type."".UnknownAuthorityErrortype.errorLgo.itab."".UnknownAuthorityError.error 1628 runtime.convT2I 1629 (runtime.racefuncexit 1630 2"".(*Certificate).isValid@type.map[int][][]*"".Certificate 1631 2runtime.mapaccess2_fast64 1632 runtime.raceread,type.[]*"".Certificate 1633 "runtime.makeslice(type.*"".Certificate! 1634 ,runtime.typedslicecopy! 1635 "runtime.racewrite"6runtime.writeBarrierEnabled$ 1636 :"".(*Certificate).buildChains&@type.map[int][][]*"".Certificate& 1637 $runtime.mapassign1'0type.[][]*"".Certificate( 1638 &runtime.growslice_n),type.[]*"".Certificate+ 1639 ,runtime.typedslicecopy, 1640 $runtime.panicslice, 1641 $runtime.panicslice, 1642 .runtime.writebarrierptr- 1643 $runtime.panicindex- 1644 $runtime.panicindex- 1645 $runtime.panicindex- 1646 $runtime.panicindex/,type.[]*"".Certificate/ 1647 "runtime.makeslice/(type.*"".Certificate1 1648 ,runtime.typedslicecopy1 1649 "runtime.racewrite26runtime.writeBarrierEnabled40type.[][]*"".Certificate5 1650 "runtime.growslice6 1651 "runtime.racewrite76runtime.writeBarrierEnabled8 1652 .runtime.writebarrierptr9 1653 $runtime.panicslice9 1654 .runtime.writebarrierptr9 1655 $runtime.panicindex9 1656 $runtime.panicindex9 1657 $runtime.panicindex9 1658 $runtime.panicindex9 1659 0runtime.morestack_noctxt "".autotmp_0526type.int"".autotmp_05250type.[][]*"".Certificate"".autotmp_0524type.int"".autotmp_05232type.*[][]*"".Certificate"".autotmp_0522(type.*"".Certificate"".autotmp_0521*type.**"".Certificate"".autotmp_0520type.int"".autotmp_0519type.int"".autotmp_0518type.int"".autotmp_0517type.*int"".autotmp_0516type.int"".autotmp_0515type.int"".autotmp_0514type.int"".autotmp_05130type.[][]*"".Certificate"".autotmp_0512,type.[]*"".Certificate"".autotmp_0511type.int"".autotmp_0510type.int"".autotmp_0509type.*int"".autotmp_0508type.int"".autotmp_0507type.int"".autotmp_0506?:type."".UnknownAuthorityError"".autotmp_0505type.int"".autotmp_0504type.int"".autotmp_05030type.[][]*"".Certificate"".autotmp_0502type.int"".autotmp_0501type.error"".autotmp_05000type.[][]*"".Certificate"".autotmp_0499type.int"".autotmp_0498,type.[]*"".Certificate"".autotmp_0497type.int"".autotmp_0496type.int"".autotmp_0495type.error"".autotmp_0494,type.[]*"".Certificate"".autotmp_0493type.[]int"".autotmp_0492type.error"".autotmp_0491(type.*"".Certificate"".autotmp_0490type.[]int"".autotmp_0489type.int"".autotmp_0488,type.[]*"".Certificate"".autotmp_0487type.int"".autotmp_0486type.error"".autotmp_0485type.[]int"".autotmp_0482otype.[]int"".~r2,type.[]*"".Certificate"".n,type.[]*"".Certificate"".cert(type.*"".Certificate"".chain,type.[]*"".Certificate"".~r2,type.[]*"".Certificate"".n,type.[]*"".Certificate"".cert(type.*"".Certificate"".chain,type.[]*"".Certificate"".hintErrtype.error 1662 "".oktype.bool"".childChains0type.[][]*"".Certificate"".intermediate(type.*"".Certificate$"".intermediateNumtype.int$"".intermediateErrtype.error*"".failedIntermediate(type.*"".Certificate0"".possibleIntermediatestype.[]int"".root(type.*"".Certificate"".rootNumtype.int"".rootErrtype.error"".failedRoot(type.*"".Certificate "".possibleRootstype.[]int"".errtype.error"".chains`0type.[][]*"".Certificate"".optsP,type.*"".VerifyOptions"".currentChain ,type.[]*"".Certificate"".cache@type.map[int][][]*"".Certificate"".c(type.*"".Certificate" "^]0nwX0ntt *($ ?( 1666 `{|!"!8 .Fj/vmm6kM/( 1671 'm3Q 1672 7Tgclocals0e3b50cb71acb3a0f23dce8b491d746dTgclocals686182647e45acccca39b05a3d61cfddbprebuilts/go/darwin-x86/src/crypto/x509/verify.go""".matchHostnameseH%H$ H;AgH`H$`H$H$xH$L H1H\$XH\$`H|$xH$H$L$L$H$IH$H$H9HL)HH9H)IHtMH9L$L$H$Hl$LL$HD$L$H|$xH$\$ H<DHL)H9.HHHl$XH$xHD$`H$H$hH$pL H1H\$hH\$pH$H$H$L$L$H$IH$H$H9HL)HH9xH)IHtMH9XL$L$H$Hl$LL$HD$L$H$H$\$ H<HL)H9HHHL$hH$hHD$pH$pHH$HH$HD$HH\$HD$HT$ HL$(HD$0H$H$ H$(H$xH$H$H\$HH\$HD$H$ HT$ HL$(HD$0H$0H$@H$8H9t$H`H$H$(H$X1H$PHt$HH$HHL$@Hl$HH9HD$PH$H\$PHjHHCHT$@H$H$H$H$HT$8HuqHukH$HD$H-Hl$HD$HT$8\$ t9HD$PHL$@HHHL$@Hl$HH9P$H`H$0L$8HL9HHH$H$H$0Hl$8L$8L9sfHHHH$HCH$H9u.H$H,$HL$HT$HD$\$ ($H`$H`HH 11HH11t4 1687 ^ 1688 *runtime.racefuncentergo.string."." 1689 runtime.eqstringgo.string."." 1690 runtime.eqstring 1691 go.string."." 1692 1693 strings.Splitgo.string."." 1696 strings.Split 1698 (runtime.racefuncexit 1699 runtime.racereadgo.string."*" 1700 runtime.eqstring 1701 (runtime.racefuncexit 1702 runtime.raceread 1703 runtime.eqstring 1704 (runtime.racefuncexit 1705 $runtime.panicindex 1706 $runtime.panicindex 1707 (runtime.racefuncexit 1708 $runtime.panicslice 1709 $runtime.panicslice 1710 $runtime.panicslice 1711 $runtime.panicslice 1712 0runtime.morestack_noctxtP^"".autotmp_0564type.string"".autotmp_0563type.string"".autotmp_0562type.*string"".autotmp_0561type.int"".autotmp_0560type.int"".autotmp_0559type.bool"".autotmp_0557type.[]string"".autotmp_0556type.int"".autotmp_0555type.int"".autotmp_0554type.[]string"".autotmp_0553/type.[]string"".autotmp_0552type.int"".autotmp_0551type.int"".autotmp_0550type.string"".autotmp_0549type.int"".autotmp_0548type.int"".autotmp_0547type.int"".autotmp_0546type.string"".autotmp_0545type.int"".autotmp_0544type.int"".autotmp_0543type.int"".autotmp_0542type.int"".autotmp_0541type.int"".autotmp_0540type.string"".autotmp_0539type.int"".autotmp_0538type.int"".autotmp_0537type.int"".autotmp_0536type.string"".autotmp_0532type.int"".autotmp_0531type.int"strings.suffix3type.stringstrings.s2type.string"".~r0type.string"strings.suffix3type.stringstrings.s2type.string"strings.suffix3type.stringstrings.s2type.string"".~r0type.string"strings.suffix3type.stringstrings.s2type.string"".patternParttype.string"".itype.int"".hostParts_type.[]string"".patternPartstype.[]string"".~r2@type.bool"".host type.string"".patterntype.stringB")\x"0-$JZ C$ &%''>.ZAXo@ 4 1718 eTgclocals88464001c9689e523e685290c4489e4eTgclocals51168da8c3423015f059c8195b181b86bprebuilts/go/darwin-x86/src/crypto/x509/verify.go&"".toLowerCaseASCIIeH%HD$H;AHH$H$1H$H$D$6H$H\$xH$H$1HD$HH\$xH$H$H\$HD$HD$L$ HtD$6|$6t-H$H$H$H$HH\$PH$H$H\$H$H\$Ht$HT$ H\$(H$H$H$H$H$1H$HT$HH$HHL$@Hl$HH9HD$pH$H$H$H\$p+HL$@@A@ZHL$8H9HH$H$H$HD$8H9H+@l$7H9HH$H$H$Hl$8H9s~H.l$7H @+HD$pHHL$@HHL$@Hl$HH9H$Ht$HT$H$H\$H\$ H$H\$(H$HAZD$6! 1726 X 1727 *runtime.racefuncenter 1728 &runtime.stringiter2 1729 (runtime.racefuncexit 1730 2runtime.stringtoslicebyte 1731 runtime.raceread 1732 runtime.raceread 1733 "runtime.racewrite 1734 2runtime.slicebytetostring 1735 1736 (runtime.racefuncexit 1737 1738 $runtime.panicindex 1739 1740 $runtime.panicindex 1741 1742 $runtime.panicindex 1743 1744 $runtime.panicindex 1746 0runtime.morestack_noctxt@"".autotmp_0575type.uint8"".autotmp_0574type.*uint8"".autotmp_0573type.int"".autotmp_0572type.int"".autotmp_0571type.[32]uint8"".autotmp_0569type.int"".autotmp_0568type.int"".autotmp_0567type.uint8"".autotmp_0566/type.[]uint8"".autotmp_0565type.string"".itype.int"".out_type.[]uint8*"".isAlreadyLowerCasetype.bool"".~r1 type.string 1749 "".intype.string(C^43S ?x# 1751 K 1752 (+[L0r CTgclocals80fccca3fc6c4ee6a9424a861cddd2c0Tgclocals5cc8fe3e0a5edc4379026fe33850df99bprebuilts/go/darwin-x86/src/crypto/x509/verify.go@"".(*Certificate).VerifyHostnameeH%H$PH;A+H0H$0H$H$@H$H1H$PH$XH|[H[uIHHH9H/]u.HHH9HHHHtHHHH$H<$H$Ht$HT$HL$HD$ H$H$H$HH$8H$H$H$8HHHHH$1H$HD$@H$HHL$HHl$@H9HD$XH$H\$XHqHHKHkH$H$ H$(H$H$H$H\$H$H\$H$HT$H$HL$ H$Hl$(\$0t1H$PH$XH0HD$XHL$HHHHL$HHl$@H9!1H$H$H$H$8H$H$H$H$H$HH$HH\$HH\$H$H\$HD$ H\$(H$PH\$0H$XH0H$@H$H$HH\$HL$HD$HL$pHD$xH$8H$H$H$8HHH$H$H$8HHHHH$1H$HD$8H$HHL$@Hl$8H9HD$PH$H\$PHgHHkH$H$HL$`H$Hl$hHl$HL$HD$H$H$H$HD$H\$pH\$H\$xH\$\$ t1H$PH$XH0HD$PHL$@HHHL$@Hl$8H9+1H$H$H$H$8H$H$@H$H$HH$HH$HH\$HH\$H$H\$HD$ H\$(H$PH\$0H$XH0$H$H$H$H$8HHpHH$HKHL$HL$HD$H$H$H$HD$H\$pH\$H\$xH\$\$ t1H$PH$XH0s@ 1765 ^ 1766 *runtime.racefuncenter 1767 net.ParseIP 1768 runtime.raceread 1769 runtime.raceread 1770 net.IP.Equal 1771 (runtime.racefuncexit 1772 *type."".HostnameError 1773 type.error 1774 <go.itab."".HostnameError.error 1776 runtime.convT2I 1778 (runtime.racefuncexit 1780 &"".toLowerCaseASCII 1782 runtime.raceread 1783 runtime.raceread 1784 runtime.raceread 1785 &"".toLowerCaseASCII 1786 """.matchHostnames 1787 (runtime.racefuncexit*type."".HostnameErrortype.error<go.itab."".HostnameError.error 1788 runtime.convT2I 1789 (runtime.racefuncexit 1790 runtime.raceread 1791 &"".toLowerCaseASCII 1792 """.matchHostnames 1793 (runtime.racefuncexit 1794 $runtime.panicslice 1795 $runtime.panicindex 1796 $runtime.panicindex 1797 0runtime.morestack_noctxtP<"".autotmp_0599type.string"".autotmp_0598type.*string"".autotmp_0597type.int"".autotmp_0596type.int"".autotmp_0595type.net.IP"".autotmp_0594type.*net.IP"".autotmp_0593type.int"".autotmp_0592type.int"".autotmp_0591*type."".HostnameError"".autotmp_0590type.bool"".autotmp_0589type.string"".autotmp_0588type.bool"".autotmp_0587type.string"".autotmp_0586type.[]string"".autotmp_0585type.int"".autotmp_0584type.string"".autotmp_0583*type."".HostnameError"".autotmp_0581_type.[]net.IP"".autotmp_0580/type.net.IP"".autotmp_0578type.int"".autotmp_0577type.int"".autotmp_0576type.int"".matchtype.string"".loweredtype.string"".candidatetype.net.IP 1798 "".iptype.net.IP"".candidateIPtype.string"".~r10type.error"".htype.string"".c(type.*"".CertificateR"+U3.O\$ 1801 22^+,$;<56+ 1803 V.Jj4-/j !Tgclocalsa1b96a75497dd1141b0a687ef974d2a5Tgclocals476f94d98c58fa9ef99ee49a0ca1d55ebprebuilts/go/darwin-x86/src/crypto/x509/verify.go0"".checkChainForKeyUsageeH%HD$H;AjHH$H$H$HH$HD$HD$HT$HL$ HD$(H$H$H$HL$H$HD$H$H\$H$H\$ H$H\$(HD$0H$Hu$HH$H\$@H$HHH$HD$XL$L9\HH$H$Hl$XL$L9*HH+H$H,$H$0H$H8HuMH$H$HH$HPHu'HD$XHHJ$HH$H$0H$H~H0H8H@H$1H$HD$pH$HHL$xHl$pH9}DH$H$H$H)HJHHL$xHHHL$xHl$pH9|H$H$H$H$1H$HD$pH$HHL$xHl$pH9H$H$H$H+H\$xH\$PHl$HHuH$HL$xHHH$H$H$0H$H.H0H8H@H$1H$HD$`H$HHL$hHl$`H9}bH$H$HT$HH$HH9OHuH?H 1810 5HHL$hHHHL$hHl$`H9|H$Hl$PL$L9seHH$H$Hl$PL$L9s7HHHD$@HHD$@H$H{t, 1815 X 1816 *runtime.racefuncenterv*type.[]"".ExtKeyUsage 1817 "runtime.makeslice 1818 "runtime.slicecopy 1819 (runtime.racefuncexit 1820 runtime.raceread 1821 runtime.raceread 1822 runtime.raceread 1823 (runtime.racefuncexit 1824 runtime.raceread 1825 runtime.raceread 1827 runtime.raceread 1829 runtime.raceread 1830 runtime.raceread 1831 "runtime.racewrite 1832 (runtime.racefuncexit 1833 $runtime.panicindex 1834 $runtime.panicindex 1835 $runtime.panicindex 1836 $runtime.panicindex 1837 0runtime.morestack_noctxtp>"".autotmp_0623&type."".ExtKeyUsage"".autotmp_0622(type.*"".ExtKeyUsage"".autotmp_0621type.int"".autotmp_0620type.int"".autotmp_0619&type."".ExtKeyUsage"".autotmp_0618(type.*"".ExtKeyUsage"".autotmp_0617type.int"".autotmp_0616type.int"".autotmp_0614(type.*"".ExtKeyUsage"".autotmp_0613type.int"".autotmp_0612type.int"".autotmp_0611type.int"".autotmp_0610type.int"".autotmp_0609_*type.[]"".ExtKeyUsage"".autotmp_0608*type.[]"".ExtKeyUsage"".autotmp_0607*type.[]"".ExtKeyUsage"".autotmp_0605type.int"".autotmp_0604type.int"".autotmp_0603type.int"".autotmp_0602type.int"".autotmp_0601/*type.[]"".ExtKeyUsage"".autotmp_0600type.int""".requestedUsage&type."".ExtKeyUsage"".itype.int"".cert(type.*"".Certificate"".itype.int$"".usagesRemainingtype.int"".usages*type.[]"".ExtKeyUsage"".~r2`type.bool"".keyUsages0*type.[]"".ExtKeyUsage"".chain,type.[]*"".Certificate68 vs1[lk PTXI 1840 s 1842 L 1843 6+U>ZixIETgclocals3d8e9f39341f398b8c0ef96199c6123aTgclocalsa2c1cefa7b1cf02c672686412b92b6d4bprebuilts/go/darwin-x86/src/crypto/x509/verify.go*"".ParsePKIXPublicKeyeH%H$xH;A0HH$H$111H$8H$@1H$(H$0HH$HD$HD$XH$HD$HL$XH$H$H$H\$H$ HD$HH$HD$H$HL$ Ht$(Hl$0HT$8HD$@HL$HH$H$H$H$H$Ht/1H$(H$0H$8H$@HHHH$H$-1H\$`H\$hHH$HD$HD$PH$H\$PH$HkH$=H+H\$PH\$PH1H9tNHL$PHD$`HL$h1H$(H$0H$H$8H$H$@HHH$HH\$HH\$HD$H$Hl$XH\$XH$H$Ht$XH^HH$HKHL$HKHL$HD$HHH$H$"1H\$pH\$xHH$HD$HD$PH$H\$PH$HkH$=H+H\$PH\$PH1H9tNHL$PHD$pHL$x1H$(H$0H$H$8H$H$@HHH$HH\$HH\$HD$H$Hl$XH$H\$XH\$Ht$Hl$HL$ HD$(H$H$(H$H$0H$H$8H$H$@HJ 1848 ^ 1849 *runtime.racefuncenter*type."".publicKeyInfo 1850 "runtime.newobject 1851 ,runtime.racewriterange,type.*"".publicKeyInfo 1852 .encoding/asn1.Unmarshal 1853 (runtime.racefuncexitrgo.string."x509: trailing data after ASN.1 of public-key".type.errors.errorString 1854 "runtime.newobject 1855 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 1856 (runtime.racefuncexit0type.*errors.errorStringtype.error Bgo.itab.*errors.errorString.error 1857 runtime.typ2Itab 1858 .runtime.writebarrierptr 1859 1860 runtime.raceread 1861 1862 >"".getPublicKeyAlgorithmFromOID 1863 \go.string."x509: unknown public key algorithm".type.errors.errorString 1866 "runtime.newobject 1868 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 1871 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 1872 runtime.typ2Itab 1873 .runtime.writebarrierptr 1874 """.parsePublicKey 1875 (runtime.racefuncexit 1876 0runtime.morestack_noctxtp0"".autotmp_0642type.error"".autotmp_0641type.*uint8"".autotmp_0640type.error"".autotmp_06390type.*errors.errorString"".autotmp_0638type.error"".autotmp_0636type.error"".autotmp_06350type.*errors.errorString"".autotmp_0634type.error"".autotmp_0633"type.interface {}"".autotmp_0632type.error"".autotmp_0631o"type.interface {}"".autotmp_06300type.*errors.errorString"".autotmp_06280type.*errors.errorString"".autotmp_0626Otype.error"".&pki,type.*"".publicKeyInfo"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".errtype.error"".rest/type.[]uint8"".errPtype.error"".pub0"type.interface {}"".derBytestype.[]uint8D"TN"(," 1882 J? 1885 JtD.TI0-m 1886 0- Y"Tgclocals598174f22f018f1ba5c69b97a6d22e86Tgclocals9a20cbf29d0fd86c00bb94b6ad276ba1^prebuilts/go/darwin-x86/src/crypto/x509/x509.go&"".marshalPublicKeyeH%H$H;AH1HD$@HD$HH$H$1H$111H$XH$`H$11H$H$H$H$H$H$H$H$HD$L$L$</HD$HHH$H$H\$H$H\$H\$HH\$L$<\$ H\$HH$H\$HH$H$H\$HH$H$Ht$HHH$HNHL$H\$HHkHl$H\$HHkHl$HT$ HL$(HD$0H$H$H$H\$HH$Ht$HHH$HNHL$HT$HL$HD$ \$(H$H$H$NHH\$xH$ 1H\$XH\$`HH$HD$HD$PH$H\$PH$HkHl$x=H+H\$PH\$PH1H9HL$PHH$h1HT$XHL$`H1H$H$H$H$hH$H$H$XH$H$`HHH$HH\$HH\$HD$NH$Hl$HH$HH$HH$HH$1H$H$H$H$H$H$H$H$H$HH$H$H\$HD$H\$HH$HKHL$Ht$Hl$HT$ HL$(HD$0H$H$H$H$`H$XHt HH$@H$HH$P1H$XH$`HFgEHD$@HH$H$H\$H$H\$H\$@H\$\$ O1H$H$H\$@H$Hl$@H]H$H\$@H$H$Hl$@H]H$HH$H$H\$HD$H\$HH$HKHL$Ht$Hl$HT$ HL$(HD$0H$H$H$H$XH$`HH$HH$HH$HH$H$ 1HH$(H$H$ H;H$H$H$H$HH$H$.1H\$hH\$pHH$HD$HD$PH$H\$PH$HkH$=H+H\$PH\$PH1H9HL$PHH$h1HT$hHL$pH1H$H$H$H$hH$H$H$XH$H$`HHH$HH\$HH\$HD$NH$Hl$0 1896 v 1897 *runtime.racefuncenter 1898 runtime.duffzero 1899 runtime.duffzero 1900 $runtime.efacethash8type.*crypto/ecdsa.PublicKey 1901 $runtime.assertE2T2 1902 runtime.raceread 1903 runtime.raceread 1904 runtime.raceread 1905 .crypto/elliptic.Marshal 1906 runtime.raceread 1907 ("".oidFromNamedCurveXgo.string."x509: unsupported elliptic curve".type.errors.errorString 1908 "runtime.newobject 1909 "runtime.racewrite 6runtime.writeBarrierEnabled 1910 Bgo.itab.*errors.errorString.error 1911 1912 runtime.duffzero 1914 runtime.duffcopy 1916 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 1921 runtime.typ2Itab 1923 .runtime.writebarrierptr ("".oidPublicKeyECDSA 1926 runtime.raceread ("".oidPublicKeyECDSA ("".oidPublicKeyECDSA ("".oidPublicKeyECDSAFtype.encoding/asn1.ObjectIdentifier 1929 runtime.convT2E 1930 *encoding/asn1.Marshal 1931 (runtime.racefuncexit 1932 (runtime.racefuncexit4type.*crypto/rsa.PublicKey 1933 $runtime.assertE2T2 1934 runtime.raceread 1935 runtime.raceread(type."".rsaPublicKey 1936 runtime.convT2E 1937 *encoding/asn1.Marshal$"".oidPublicKeyRSA 1938 runtime.raceread$"".oidPublicKeyRSA$"".oidPublicKeyRSA $"".oidPublicKeyRSA 1939 runtime.duffzero 1940 runtime.duffcopytgo.string."x509: only RSA and ECDSA public keys supported".type.errors.errorString 1941 "runtime.newobject 1942 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 1943 runtime.duffzero 1944 runtime.duffcopy 1945 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 1946 runtime.typ2Itab 1947 .runtime.writebarrierptr 1948 0runtime.morestack_noctxtD"".autotmp_0671type.error"".autotmp_0670Rtype.crypto/x509/pkix.AlgorithmIdentifier"".autotmp_0669type.*uint8"".autotmp_0668type.error"".autotmp_06670type.*errors.errorString"".autotmp_0666type.error"".autotmp_0665Rtype.crypto/x509/pkix.AlgorithmIdentifier"".autotmp_0663type.error"".autotmp_06620type.*errors.errorString"".autotmp_06616type.encoding/asn1.RawValue"".autotmp_0660type.uint32"".autotmp_0658"type.interface {}"".autotmp_06570type.*errors.errorString"".autotmp_0656type.error"".autotmp_0655type.[]uint8"".autotmp_0654Ftype.encoding/asn1.ObjectIdentifier"".autotmp_06530type.*errors.errorString"".autotmp_0652type.bool"".autotmp_0650type.[]uint8"".autotmp_0649type.error"".autotmp_0647(type."".rsaPublicKey"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".pub"type.interface {}"".paramBytestype.[]uint8"".oidFtype.encoding/asn1.ObjectIdentifier"".pub8type.*crypto/ecdsa.PublicKey"".pub4type.*crypto/rsa.PublicKey"".errtype.error*"".publicKeyAlgorithmPRtype.crypto/x509/pkix.AlgorithmIdentifier""".publicKeyBytes type.[]uint8"".pub"type.interface {}B"6Oj.>=NT M= 1958 ;W$!`=$ M7 1960 ^:|q0-f. 0,Tgclocalsb6dc6f32c5060a66befdae18a72316caTgclocalsd90c6d7116f89190b405697dbd12b028^prebuilts/go/darwin-x86/src/crypto/x509/x509.go."".MarshalPKIXPublicKey 1963 eH%H$H;ALHH$H$1H$H$H$1H$H$1H$H$H$H$11H$H$H$H$H$H\$LL$LD$Hl$ H$8Ht$(H$H$L$L$H$H$8H$HH$H$Ht71H$H$H$H$H$HH$1H$H$HL$L$H$LHH$H$H$HH$H$H\$HD$H\$HH$HKHL$HT$HL$HD$ H$H$H$H$H$H$1H$H$H 1967 ^ 1968 *runtime.racefuncenter 1969 runtime.duffzero 1970 &"".marshalPublicKey 1971 runtime.duffcopy 1972 runtime.duffcopy 1973 (runtime.racefuncexit 1974 runtime.duffzero 1975 runtime.duffcopy 1976 runtime.duffcopy*type."".pkixPublicKey 1977 runtime.convT2E 1978 *encoding/asn1.Marshal 1979 (runtime.racefuncexit 1980 0runtime.morestack_noctxtp 1981 "".autotmp_0679type.[]uint8"".autotmp_0678*type."".pkixPublicKey"".autotmp_0675Rtype.crypto/x509/pkix.AlgorithmIdentifier"".rettype.[]uint8"".pkix*type."".pkixPublicKey"".errtype.error*"".publicKeyAlgorithmRtype.crypto/x509/pkix.AlgorithmIdentifier""".publicKeyBytestype.[]uint8"".~r2Ptype.error"".~r1 type.[]uint8"".pub"type.interface {}(" 1987 1988 1989 1990 1991 B"$#,*?dO#.p&Tgclocals46263a87535538a6727c7a878fbbbe9dTgclocals3a1f5b95ff8232d971744dbd440dc926^prebuilts/go/darwin-x86/src/crypto/x509/x509.go>"".getSignatureAlgorithmFromOIDeH%HD$H;AHH$H$HH$HHHH\$`1HD$XHD$8HT$PHHL$@Hl$8H9'HD$HH$HD$0H\$HHLH{HsHSHK Hk(L$LD$hH$H|$pH$Ht$xH$H$H$H$H$H$H$H$H$H\$H$H\$H\$pH|$HHHKHOHKHO\$0tH\$hH$HHD$HHL$@H0HHL$@Hl$8H9H$H. 1994 X 1995 *runtime.racefuncenterf8"".signatureAlgorithmDetailsx 1996 runtime.raceread8"".signatureAlgorithmDetails8"".signatureAlgorithmDetails 8"".signatureAlgorithmDetails 1997 *runtime.racereadrange 1998 Hencoding/asn1.ObjectIdentifier.Equal 1999 (runtime.racefuncexit 2000 (runtime.racefuncexit 2001 0runtime.morestack_noctxt@"".autotmp_0685_type.struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }"".autotmp_0684type.*struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }"".autotmp_0683type.int"".autotmp_0682type.int"".autotmp_0680type.[]struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }"".detailstype.struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }"".~r104type."".SignatureAlgorithm"".oidFtype.encoding/asn1.ObjectIdentifier&<2 U $ 2006 +hiTgclocals55cc6ee7528f0b48e5a6d9bfba36524aTgclocals310a527ab031dfafb8446c165d74b17f^prebuilts/go/darwin-x86/src/crypto/x509/x509.go>"".getPublicKeyAlgorithmFromOIDeH%H;a~H8H\$8H$HH$H\$@H$H\$HH\$H\$PH\$HH\$HH\$ HH\$(\$0tHD$XH8HH$H\$@H$H\$HH\$H\$PH\$HH\$HH\$ HH\$(\$0tHD$XH8HH$H\$@H$H\$HH\$H\$PH\$HH\$HH\$ HH\$(\$0tHD$XH8HD$XH8e2 2008 B 2009 *runtime.racefuncenterP$"".oidPublicKeyRSAb 2010 runtime.raceread$"".oidPublicKeyRSA$"".oidPublicKeyRSA $"".oidPublicKeyRSA 2011 Hencoding/asn1.ObjectIdentifier.Equal 2012 (runtime.racefuncexit$"".oidPublicKeyDSA 2013 runtime.raceread$"".oidPublicKeyDSA$"".oidPublicKeyDSA $"".oidPublicKeyDSA 2014 Hencoding/asn1.ObjectIdentifier.Equal 2015 (runtime.racefuncexit("".oidPublicKeyECDSA 2016 runtime.raceread("".oidPublicKeyECDSA("".oidPublicKeyECDSA ("".oidPublicKeyECDSA 2017 Hencoding/asn1.ObjectIdentifier.Equal 2018 (runtime.racefuncexit 2019 (runtime.racefuncexit 2020 0runtime.morestack_noctxt@p"".~r104type."".PublicKeyAlgorithm"".oidFtype.encoding/asn1.ObjectIdentifier,popropropopD ` ` ` Tgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cb^prebuilts/go/darwin-x86/src/crypto/x509/x509.go("".namedCurveFromOID 2027 2028 eH%H;adHHH\$HH$1H\$hH\$pHH$H\$PH$H\$XH\$H\$`H\$HH\$HH\$ HH\$(\$0t,H$HD$HL$8HL$hHD$@HD$pHHHH$H\$PH$H\$XH\$H\$`H\$HH\$HH\$ HH\$(\$0t,H$HD$HL$8HL$hHD$@HD$pHHHH$H\$PH$H\$XH\$H\$`H\$HH\$HH\$ HH\$(\$0t,H$HD$HL$8HL$hHD$@HD$pHHHH$H\$PH$H\$XH\$H\$`H\$HH\$HH\$ HH\$(\$0t,H$HD$HL$8HL$hHD$@HD$pHH1H\$hH\$pHHH 2034 B 2035 *runtime.racefuncenterh("".oidNamedCurveP224z 2036 runtime.raceread("".oidNamedCurveP224("".oidNamedCurveP224 ("".oidNamedCurveP224 2037 Hencoding/asn1.ObjectIdentifier.Equal 2038 (crypto/elliptic.P224 2039 (runtime.racefuncexit("".oidNamedCurveP256 2040 runtime.raceread("".oidNamedCurveP256("".oidNamedCurveP256 ("".oidNamedCurveP256 2041 Hencoding/asn1.ObjectIdentifier.Equal 2042 (crypto/elliptic.P256 2043 (runtime.racefuncexit("".oidNamedCurveP384 2044 runtime.raceread("".oidNamedCurveP384("".oidNamedCurveP384 ("".oidNamedCurveP384 2045 Hencoding/asn1.ObjectIdentifier.Equal 2046 (crypto/elliptic.P384 2047 (runtime.racefuncexit("".oidNamedCurveP521 2048 runtime.raceread("".oidNamedCurveP521("".oidNamedCurveP521 ("".oidNamedCurveP521 2049 Hencoding/asn1.ObjectIdentifier.Equal 2050 (crypto/elliptic.P521 2051 (runtime.racefuncexit 2052 (runtime.racefuncexit 2053 0runtime.morestack_noctxtP"".autotmp_06964type.crypto/elliptic.Curve"".autotmp_06944type.crypto/elliptic.Curve"".autotmp_06924type.crypto/elliptic.Curve"".autotmp_06904type.crypto/elliptic.Curve"".~r104type.crypto/elliptic.Curve"".oidFtype.encoding/asn1.ObjectIdentifierPX`"`"`"`"( www9Tgclocals762ef64d066b6f51173413f25bf7cca5Tgclocalsc55cf99de9cdd8c8202a466952fa1a45^prebuilts/go/darwin-x86/src/crypto/x509/x509.go("".oidFromNamedCurve eH%HD$H;AHH$H$1H$H$H$H$H\$hH$H\$pHT$hH$HL$HD$xH$HL$`HD$XH9uyH$Hl$pHl$HD$HL$\$ tRHH$HH$HH$HH$$HHT$hH$HL$HD$XHL$`HL$PHD$HH9uyH$Hl$pHl$HD$HL$\$ tRHH$HH$HH$HH$$HHT$hH$HL$HD$HHL$PHL$@HD$8H9uyH$Hl$pHl$HD$HL$\$ tRHH$HH$HH$HH$$HHT$hH$HL$HD$8HL$@HL$0HD$(H9uyH$Hl$pHl$HD$HL$\$ tRHH$HH$HH$HH$$H1H$H$H$$HH 2063 X 2064 *runtime.racefuncenter 2065 (crypto/elliptic.P224 2066 runtime.ifaceeq("".oidNamedCurveP224 2067 runtime.raceread("".oidNamedCurveP224("".oidNamedCurveP224 ("".oidNamedCurveP224 2068 (runtime.racefuncexit 2069 (crypto/elliptic.P256 2070 runtime.ifaceeq("".oidNamedCurveP256 2071 runtime.raceread("".oidNamedCurveP256("".oidNamedCurveP256 ("".oidNamedCurveP256 2072 (runtime.racefuncexit 2073 (crypto/elliptic.P384 2074 runtime.ifaceeq("".oidNamedCurveP384 2075 runtime.raceread("".oidNamedCurveP384("".oidNamedCurveP384 ("".oidNamedCurveP384 2076 (runtime.racefuncexit 2077 (crypto/elliptic.P521 2078 2079 runtime.ifaceeq 2080 ("".oidNamedCurveP521 2081 2082 runtime.raceread 2083 ("".oidNamedCurveP521("".oidNamedCurveP521 ("".oidNamedCurveP521 2087 (runtime.racefuncexit 2089 (runtime.racefuncexit 2091 0runtime.morestack_noctxt`"".autotmp_07054type.crypto/elliptic.Curve"".autotmp_07044type.crypto/elliptic.Curve"".autotmp_07034type.crypto/elliptic.Curve"".autotmp_0702_4type.crypto/elliptic.Curve"".autotmp_0701?4type.crypto/elliptic.Curve"".autotmp_07004type.crypto/elliptic.Curve"".autotmp_06994type.crypto/elliptic.Curve"".autotmp_06984type.crypto/elliptic.Curve"".autotmp_06974type.crypto/elliptic.Curve"".~r2Ptype.bool"".~r1 Ftype.encoding/asn1.ObjectIdentifier"".curve4type.crypto/elliptic.CurveP.\VESE SE 2095 SE/:+9a: ^: ^: DTRTgclocalsa5a37ac514dbf8668a219643413d0aa1Tgclocals629e488ed35159c693e39159558a8592^prebuilts/go/darwin-x86/src/crypto/x509/x509.go*"".extKeyUsageFromOIDeH%HD$H;AHH$H$$H$HH$HHHH\$`1HD$XHD$8HT$PHHL$@Hl$8H9HD$HH$HD$ H\$HHH3HSHKHkH$Ht$hH$HT$pH$HL$xH$H$H$H$H$H\$H$H\$H\$pH|$HHHKHOHKHO\$0t"H\$hH$$HHD$HHL$@H HHL$@Hl$8H9HF 2102 X 2103 *runtime.racefuncenter$"".extKeyUsageOIDs 2104 runtime.raceread$"".extKeyUsageOIDs$"".extKeyUsageOIDs $"".extKeyUsageOIDs 2105 *runtime.racereadrange 2106 Hencoding/asn1.ObjectIdentifier.Equal 2107 (runtime.racefuncexit 2108 (runtime.racefuncexit 2109 0runtime.morestack_noctxtP"".autotmp_0711?type.struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier }"".autotmp_0710type.*struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier }"".autotmp_0709type.int"".autotmp_0708type.int"".autotmp_0706type.[]struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier }"".pairtype.struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier } 2110 "".ok@type.bool"".eku0&type."".ExtKeyUsage"".oidFtype.encoding/asn1.ObjectIdentifier&06U$ 2115 +|$UTgclocals9d98bbb373475f3af6381201d6212574Tgclocalsfcd306dd03e06847d24f88bb9f8de93b^prebuilts/go/darwin-x86/src/crypto/x509/x509.go*"".oidFromExtKeyUsageeH%H;aZHH$H$1$1H$H$H$HH$HHHH\$81HD$0HD$HT$(HHL$Hl$H9HD$ H$HD$ H|$ HHHwHWHOHD$`Ht$hHt$HHT$pHT$PHL$xHL$XHD$@H$H9u-H$H$H$$HHL$HH HHL$Hl$H9GHY 2118 N 2119 *runtime.racefuncenter$"".extKeyUsageOIDs 2120 runtime.raceread$"".extKeyUsageOIDs$"".extKeyUsageOIDs $"".extKeyUsageOIDs 2121 *runtime.racereadrange 2122 (runtime.racefuncexit 2123 (runtime.racefuncexit 2124 0runtime.morestack_noctxtP"".autotmp_0716?type.struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier }"".autotmp_0715type.*struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier }"".autotmp_0714type.int"".autotmp_0713type.int"".autotmp_0712type.[]struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier }"".pairtype.struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier } 2125 "".ok@type.bool"".oidFtype.encoding/asn1.ObjectIdentifier"".eku&type."".ExtKeyUsage&.6$ " 2130 &4XxVTgclocals9c69a7b6c94503e0fd713e22479b11a2Tgclocals7f02018c15f925433775f8a225537b5a^prebuilts/go/darwin-x86/src/crypto/x509/x509.goB"".ConstraintViolationError.ErroreH%H;av3HH\$H$1HH\$HD$PH 2133 2134 : 2135 *runtime.racefuncenterLgo.string."x509: invalid signature: parent certificate cannot sign this kind of certificate"r 2136 (runtime.racefuncexit 2137 0runtime.morestack_noctxt "".~r0type.string.PTgclocalsd8fdd2a55187867c76648dc792366181Tgclocals69c1753bd5f81501d95132d08af04464^prebuilts/go/darwin-x86/src/crypto/x509/x509.go."".(*Certificate).EqualeH%H;aH8H\$8H$H\$@H$H\$HH$Ht$@HH$HNHL$HNHL$Ht$HH|$HHHNHOHNHO\$0\$PH8_ 2141 B 2142 *runtime.racefuncenter^ 2143 runtime.racereadz 2144 runtime.raceread 2145 bytes.Equal 2146 (runtime.racefuncexit 2147 0runtime.morestack_noctxt0p"".~r1 type.bool"".other(type.*"".Certificate"".c(type.*"".Certificatepop%h Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals33cdeccccebe80329f1fdbee7f5874cb^prebuilts/go/darwin-x86/src/crypto/x509/x509.goH"".(*Certificate).CheckSignatureFromeH%H;azH`H\$`H$11H\$xH$H\$pH$H$HD$pHHH$H$`HD$p`H\$hH$H$0HH$Ht$hH{H^0HH$HKHL$HKHL$HH\$HH\$ HH\$(HL$p\$0u^1HH$HH\$HH\$H\$PH\$HD$ H\$(H\$xH\$0H$H`H$H$HD$pHHH$H$HD$pHH Hu^1HH$HH\$HH\$H\$PH\$HD$ H\$(H\$xH\$0H$H`H$H$Hl$pHHu5HH$HH\$xHH$H`H\$hH$H$H\$hH$H$H\$hH$H$xHD$hH\$pH$HHl$HXH|$HHHKHOHKHOHXxH|$(HHHKHOHKHOHL$@HD$HHL$PHL$xHD$XH$H`~H$H$`HL$p`H$H$aHL$paiJ 2158 B 2159 *runtime.racefuncenter 2160 runtime.raceread 2161 runtime.raceread 2162 runtime.raceread("".entrustBrokenSPKI 2163 runtime.raceread("".entrustBrokenSPKI("".entrustBrokenSPKI ("".entrustBrokenSPKI 2164 bytes.Equal@type."".ConstraintViolationErrortype.errorRgo.itab."".ConstraintViolationError.error 2165 runtime.convT2I 2166 (runtime.racefuncexit 2167 runtime.raceread 2168 runtime.raceread@type."".ConstraintViolationErrortype.errorRgo.itab."".ConstraintViolationError.error 2169 runtime.convT2I 2170 (runtime.racefuncexit 2171 runtime.raceread4"".ErrUnsupportedAlgorithm 2172 runtime.raceread 4"".ErrUnsupportedAlgorithm 4"".ErrUnsupportedAlgorithm 2173 (runtime.racefuncexit 2174 2175 runtime.raceread 2176 2177 runtime.raceread 2178 2179 runtime.raceread 2181 @"".(*Certificate).CheckSignature 2183 (runtime.racefuncexit 2185 runtime.raceread 2187 runtime.raceread 2188 0runtime.morestack_noctxt@"".autotmp_0721type.error"".autotmp_0720@type."".ConstraintViolationError"".autotmp_0719@type."".ConstraintViolationError"".err type.error"".parent(type.*"".Certificate"".c(type.*"".CertificateBWkl 6TNT#+#$ 2191 -.0 BXTgclocals19b49d53e9c11805652fa4c0885cbb29Tgclocalsc55cf99de9cdd8c8202a466952fa1a45^prebuilts/go/darwin-x86/src/crypto/x509/x509.go@"".(*Certificate).CheckSignatureeH%H;aHhH\$hH$11H$H$H\$pH$H$H\$xH$H$H\$H$H\$H$H\$H$H\$ H$H\$(H$H\$0Ht$pHtMHH|$8HHHKHOHL$HHD$PHL$XH$HD$`H$Hh 2195 B 2196 *runtime.racefuncenter 2197 runtime.raceread 2198 """.checkSignature 2199 (runtime.racefuncexit 2200 0runtime.morestack_noctxt"".autotmp_0722type.error"".errtype.error"".signaturePtype.[]uint8"".signed type.[]uint8"".algo4type."".SignatureAlgorithm"".c(type.*"".Certificate 9 Tgclocals4ef2d3d647a8860ec8dbe50cda681555Tgclocalsc55cf99de9cdd8c8202a466952fa1a45^prebuilts/go/darwin-x86/src/crypto/x509/x509.go""".checkSignatureBBeH%H$`H;AH 1H$H$H$H$ H$11H$pH$xH$(HHHdHHD$`HD$XHBHH$HHl$XLL9HH$HD$`HHl$XLL9HH1H9u;HH$HH$pHH$xH H$HL$HD$H$0H\$H$8H\$H$@H\$H$H$H$xHY@1H\$H\$H\$H$H$H$xH[8HT$ HL$(HD$0H$H$H$H$`H$hH$H$H$HD$L$L$T/4H$HH$H$H\$H$H\$H$H\$L$T\$ HH$HL$H$H$HH$H$PH\$H$XHD$HH$HD$H$HL$ Ht$(Hl$0HT$8HD$@HL$HH$H$H$H$H$HtH$pH$xH H$HH$HH$P)1H$H$HH$HD$H$H$H$H$PHkH$H=H+H$H$H1H9tEH$H$H$H$H$pH$H$xH HH$HH\$HH\$HD$H$Hl$[H$H$H$H+Hl$pH,$H$HL$pHiHs1HH$H$H$H$HkH$H,$H$H$HiH1HH$H$H$H$H$H$H$H$H$H\$H$H\$H$H\$H(Hl$ HhHl$(\$0$HH$hH$p 1H$H$HH$HD$H$H$H$H$pHkH$h=H+H$H$H1H9tEH$H$H$H$H$pH$H$xH HH$HH\$HH\$HD$H$Hl$[H HH$(H$071H$H$HH$HD$H$H$H$H$0HkH$(=H+H$H$H1H9tEH$H$H$H$H$pH$H$xH HH$HH\$HH\$HD$H$Hl$[H$H$]tHHH$Hl$p]tHlH`/j+H$HH$H$H\$H$H\$H$H\$L$T\$ HH$HL$H$H$HH$H$PH\$H$XHD$HH$HD$H$HL$ Ht$(Hl$0HT$8HD$@HL$HH$H$H$H$H$HtH$pH$xH H$HH$8H$@'1H$H$HH$HD$H$H$H$H$@HkH$8=H+H$H$H1H9tEH$H$H$H$H$pH$H$xH HH$HH\$HH\$HD$H$Hl$[H$H$H$H+Hl$hH,$H$HL$hHiHj1HH$H$H$H$HkHl$xH,$H$HL$xHiH1HH$H$H$H$H$H$H$H$H$H\$H$H\$H$H\$H(Hl$ HhHl$(\$0$HH$H$ 1H$H$HH$HD$H$H$H$H$ HkH$=H+H$H$H1H9tEH$H$H$H$H$pH$H$xH HH$HH\$HH\$HD$H$Hl$[H HH$XH$`51H$H$HH$HD$H$H$H$H$`HkH$X=H+H$H$H1H9tEH$H$H$H$H$pH$H$xH HH$HH\$HH\$HD$H$Hl$[H$Hl$x]tHHH$Hl$h]tHuHiFgEH$HH$H$H\$H$H\$H$H\$\$ H$H$H\$`H\$H$H\$H$H\$H$H\$ H$HH\$(H$PH\$0H$XH\$8HL$@HD$HH$H$pH$H$xH HH$HH$pHH$xH 1 HuHHH$HH$pHH$xH HuHDHuH2H!H HyH vH 2219 `HtHt[T 2222 2223 *runtime.racefuncentercrypto.hashes 2224 runtime.racereadcrypto.hashescrypto.hashes 2225 runtime.racereadcrypto.hashescrypto.hashes4"".ErrUnsupportedAlgorithm 2226 runtime.raceread4"".ErrUnsupportedAlgorithm4"".ErrUnsupportedAlgorithm 2227 (runtime.racefuncexit 2228 crypto.Hash.New 2229 $runtime.efacethash 8type.*crypto/ecdsa.PublicKey 2230 $runtime.assertE2T2 2231 ,type."".ecdsaSignature 2232 2233 "runtime.newobject.type.*"".ecdsaSignature 2236 .encoding/asn1.Unmarshal 2238 (runtime.racefuncexit jgo.string."x509: trailing data after ECDSA signature".type.errors.errorString 2240 "runtime.newobject 2241 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 2242 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 2243 runtime.typ2Itab 2244 .runtime.writebarrierptr 2245 runtime.raceread 2246 runtime.raceread 2247 runtime.raceread 2248 runtime.raceread 2249 runtime.raceread 2250 runtime.raceread 2251 &crypto/ecdsa.VerifyXgo.string."x509: ECDSA verification failure".type.errors.errorString 2252 "runtime.newobject 2253 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 2254 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 2255 runtime.typ2Itab 2256 .runtime.writebarrierptr 2257 (runtime.racefuncexitgo.string."x509: ECDSA signature contained zero or negative values".type.errors.errorString 2258 "runtime.newobject 2259 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 2260 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 2261 runtime.typ2Itab 2262 .runtime.writebarrierptr 2263 runtime.raceread 2264 runtime.raceread"4type.*crypto/dsa.PublicKey" 2265 $runtime.assertE2T2#(type."".dsaSignature# 2266 "runtime.newobject$*type.*"".dsaSignature$ 2267 .encoding/asn1.Unmarshal& 2268 (runtime.racefuncexit&fgo.string."x509: trailing data after DSA signature"'.type.errors.errorString' 2269 "runtime.newobject' 2270 "runtime.racewrite(6runtime.writeBarrierEnabled(Bgo.itab.*errors.errorString.error) 2271 (runtime.racefuncexit*0type.*errors.errorString*type.error*Bgo.itab.*errors.errorString.error* 2272 runtime.typ2Itab* 2273 .runtime.writebarrierptr+ 2274 runtime.raceread+ 2275 runtime.raceread, 2276 runtime.raceread- 2277 runtime.raceread- 2278 runtime.raceread. 2279 runtime.raceread/ 2280 "crypto/dsa.Verify/Tgo.string."x509: DSA verification failure"0.type.errors.errorString0 2281 "runtime.newobject0 2282 "runtime.racewrite16runtime.writeBarrierEnabled1Bgo.itab.*errors.errorString.error3 2283 (runtime.racefuncexit30type.*errors.errorString3type.error3Bgo.itab.*errors.errorString.error3 2284 runtime.typ2Itab4 2285 .runtime.writebarrierptr4 2286 (runtime.racefuncexit4go.string."x509: DSA signature contained zero or negative values"5.type.errors.errorString5 2287 "runtime.newobject5 2288 "runtime.racewrite66runtime.writeBarrierEnabled6Bgo.itab.*errors.errorString.error7 2289 (runtime.racefuncexit80type.*errors.errorString8type.error8Bgo.itab.*errors.errorString.error8 2290 runtime.typ2Itab8 2291 .runtime.writebarrierptr9 2292 runtime.raceread9 2293 runtime.raceread:4type.*crypto/rsa.PublicKey; 2294 $runtime.assertE2T2= 2295 2crypto/rsa.VerifyPKCS1v15> 2296 (runtime.racefuncexit>4"".ErrUnsupportedAlgorithm> 2297 runtime.raceread>4"".ErrUnsupportedAlgorithm>4"".ErrUnsupportedAlgorithm? 2298 (runtime.racefuncexit? 2299 $runtime.panicindex? 2300 $runtime.panicindex@4"".ErrUnsupportedAlgorithm@ 2301 runtime.raceread@4"".ErrUnsupportedAlgorithm@4"".ErrUnsupportedAlgorithm@ 2302 (runtime.racefuncexitB 2303 0runtime.morestack_noctxt"".autotmp_0770type.*uint8"".autotmp_0769type.error"".autotmp_07680type.*errors.errorString"".autotmp_0767type.*uint8"".autotmp_0766type.error"".autotmp_07650type.*errors.errorString"".autotmp_0764type.*uint8"".autotmp_0763type.error"".autotmp_07620type.*errors.errorString"".autotmp_0761type.*uint8"".autotmp_0760type.error"".autotmp_07590type.*errors.errorString"".autotmp_0758type.*uint8"".autotmp_0757type.error"".autotmp_07560type.*errors.errorString"".autotmp_0754type.error"".autotmp_07530type.*errors.errorString"".autotmp_0752type.uint32"".autotmp_0751type.bool"".autotmp_0750*type.crypto.PublicKey"".autotmp_07470type.*errors.errorString"".autotmp_0746type.bool"".autotmp_07450type.*errors.errorString"".autotmp_0744type.int"".autotmp_0743type.int"".autotmp_07420type.*errors.errorString"".autotmp_0741type.int"".autotmp_0740type.error"".autotmp_0739type.[]uint8"".autotmp_0738.type.*"".ecdsaSignature"".autotmp_07360type.*errors.errorString"".autotmp_0735type.bool"".autotmp_07340type.*errors.errorString"".autotmp_0733type.int"".autotmp_0732type.int"".autotmp_07310type.*errors.errorString"".autotmp_0729type.error"".autotmp_0728type.[]uint8"".autotmp_0727*type.*"".dsaSignature"".autotmp_0725type.error"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.stringmath/big.x2$type.*math/big.Intmath/big.x2$type.*math/big.Int"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.stringmath/big.x2$type.*math/big.Intmath/big.x2$type.*math/big.Int"".~r0type.errorerrors.text2type.stringcrypto.h2 type.crypto.Hash"".errtype.error"".rest_type.[]uint8"".ecdsaSig.type.*"".ecdsaSignature"".pub8type.*crypto/ecdsa.PublicKey"".errtype.error"".resttype.[]uint8"".dsaSig*type.*"".dsaSignature"".pub4type.*crypto/dsa.PublicKey"".pub4type.*crypto/rsa.PublicKey"".digest/type.[]uint8"".htype.hash.Hash"".hashType type.crypto.Hash"".errtype.error"".publicKeyp*type.crypto.PublicKey"".signature@type.[]uint8"".signedtype.[]uint8"".algo4type."".SignatureAlgorithm"NN:ax! 2316 <po 2317 .NMAR$ 2318 JJ Ja/a43 2320 0/J$#J$ *)J^]<;<;O.VU 2322 2323 2324 2325 2326 Hen#_+RyY\O 2327 0+5" 2329 3 gK0 E0#2u"Y\O0+50gK&'0 E*+0#/uw//# UTgclocalsea917d8013aa7987da35c9e62d20ccc6Tgclocals3cd7472b17c932c0dd20a918d24bbfb3^prebuilts/go/darwin-x86/src/crypto/x509/x509.goF"".(*Certificate).CheckCRLSignatureeH%H;aHH$H$11H$H$H$H$H$H$H=HHH$HKHL$HKHL$H\$H\$PH$H$H$XHD$ H$HHXHHH\$ H\$hH\$(H\$pH\$0H\$xH$H$H$H$H\$PH\$H$H|$HHHNHOHNHOH\$hH\$(H\$pH\$0H\$xH\$8HL$@HD$HHL$XH$HD$`H$H&H 2338 N 2339 *runtime.racefuncenter 2340 runtime.raceread 2341 >"".getSignatureAlgorithmFromOID 2342 *runtime.racereadrange 2343 runtime.duffcopy 2344 Dencoding/asn1.BitString.RightAlign 2345 runtime.raceread 2346 @"".(*Certificate).CheckSignature 2347 (runtime.racefuncexit 2348 0runtime.morestack_noctxt@"".autotmp_0783Otype.error"".autotmp_0782/type.[]uint8"".algo_4type."".SignatureAlgorithm"".err type.error"".crlLtype.*crypto/x509/pkix.CertificateList"".c(type.*"".Certificate " 2352 ?Z&\)-Tgclocals3c38d30aabb31bf4f75a7b2570d7b2fcTgclocalsac51cc25c8a78f65d27d1b37404ab358^prebuilts/go/darwin-x86/src/crypto/x509/x509.goF"".UnhandledCriticalExtension.ErroreH%H;av3HH\$H$1HH\$HD$"H 2354 2355 : 2356 *runtime.racefuncenterL\go.string."x509: unhandled critical extension"r 2357 (runtime.racefuncexit 2358 0runtime.morestack_noctxt "".~r0type.string"".hDtype."".UnhandledCriticalExtension.PTgclocalsd8fdd2a55187867c76648dc792366181Tgclocals69c1753bd5f81501d95132d08af04464^prebuilts/go/darwin-x86/src/crypto/x509/x509.go""".parsePublicKeyaaeH%H$H;A6HH$H$1H$H$1H$H$H$H$H$xHD$ H$HH^xHHHT$ HL$(HD$0H$H$H$H$H9HH$HL$H$H$H$H$H\$H$HD$HH$(HD$H$0HL$ Ht$(Hl$0HT$8HD$@HL$HH$xH$H$H$H$Ht/1H$H$H$H$HH9HH$H$(1H$8H$@HH$HD$H$H$H$H$HkH$=H+H$H$H1H9tWH$H$8H$@1H$H$H$8H$H$@H$HHH$HH\$HH\$HD$wH$Hl$FH$H$H$H+Hl$pH,$H$HL$pHiH1H9HH$XH$`*1H$H$HH$HD$H$H$H$H$`HkH$X=H+H$H$H1H9tWH$H$8H$@1H$H$H$H$H$H$HHH$HH\$HH\$HD$wH$Hl$FH$H$H$H$H]H9HH$H$21H$H$HH$HD$H$H$H$H$HkH$=H+H$H$H1H9tWH$H$8H$@1H$H$H$H$H$H$HHH$HH\$HH\$HD$wH$Hl$FHH$HD$H$H$H$H$H$H$H$HL$IhHhH$H$H$H$HtfH$LE=uALH$H$HH$1H$H$HH$LD$WH$Hl$p]tH9H-H 2364 HH$HD$H$H$H$H$H$H$H\$H$HD$HH$(HD$H$0HL$ Ht$(Hl$0HT$8HD$@HL$HH$HH$PH$XH$H$Ht/1H$H$H$H$HH9HH$hH$p(1H$H$HH$HD$H$H$H$H$pHkH$h=H+H$H$H1H9tWH$H$8H$@1H$H$H$H$H$H$HHH$HH\$HH\$HD$wH$Hl$FH$H$H$H$H$0H$HHk`H$HkhH$HkpH$HH$HL$H$H$H$H$H\$H$HD$HH$(HD$H$0HL$ Ht$(Hl$0HT$8HD$@HL$HH$HH$PH$XH$H$Ht/1H$H$H$H$HH9HH$H$(1H$H$ HH$HD$H$H$H$H$HkH$=H+H$H$H1H9tWH$H$8H$@1H$H$H$H$H$ H$HHH$HH\$HH\$HD$wH$Hl$FH$H$H$H+Hl$XH,$H$HL$XHiH1HH$H$H$H+Hl$`H,$H$HL$`HiH`1HH$H$H$H$HkHl$xH,$H$HL$xHiH1HiH$H$H$H$HkHl$hH,$H$HL$hHiHZ1HHH$HD$H$H$H$H$H$HH$LE=LH$H$H$H$H$H$H$HQH$LE=!LCH$H$H$H$H$H$H$HH$LE=LCH$H$H$H$H$H$HtkH$LE=uBLCH$H$HH$1H$H$HHkH,$LD$HkH,$LD$E!HkH,$LD$H$LD$W4HH$H$$1H$H$HH$HD$H$H$H$H$HkH$=H+H$H$H1H9tWH$H$8H$@1H$H$H$H$H$H$HHH$HH\$HH\$HD$wH$Hl$FH$Hl$h]tHHyH$Hl$x]tHHH$Hl$`]tHHsH$Hl$X]tHHeHH$H$H$H$H$0H$HHk`H$HkhH$HkpH$HH$HL$H$H$H$H$H\$H$HD$HH$(HD$H$0HL$ Ht$(Hl$0HT$8HD$@HL$HH$`H$hH$pH$ H$Ht/1H$H$H$H$HH9HH$xH$*1H$H$HH$HD$H$H$H$H$HkH$x=H+H$H$H1H9tWH$H$8H$@1H$H$H$H$H$H$HHH$HH\$HH\$HD$wH$Hl$FH$H$H$HH$HNHL$HNHL$HD$HL$ H$H$H9HH$H$ 1H$(H$0HH$HD$H$H$H$H$HkH$=H+H$H$H1H9tWH$H$8H$@1H$H$H$(H$H$0H$HHH$HH\$HH\$HD$wH$Hl$FH$HL$H$H\$H$H\$H$H\$ HL$(HD$0HD$PH$1H99HH$H$.1H$HH$PHH$HD$H$H$H$H$HkH$=H+H$H$H1H9tWH$H$8H$@1H$H$H$HH$H$PH$HHH$HH\$HH\$HD$wH$Hl$FHH$HD$H$H$H$H$H+H$=HkH$H$H$H$HH$=HkH$H$H$H$HtdHl$P=uBHkH$H$HH$1H$H$HLCL$Hl$LCL$Hl$]=LCL$Hl$;1H$H$1H$H$H7 2375 ^ 2376 *runtime.racefuncenter 2377 *runtime.racereadrange 2378 runtime.duffcopy 2379 Dencoding/asn1.BitString.RightAlign(type."".rsaPublicKey 2380 "runtime.newobject*type.*"".rsaPublicKey 2381 .encoding/asn1.Unmarshal 2382 (runtime.racefuncexithgo.string."x509: trailing data after RSA public key".type.errors.errorString 2383 "runtime.newobject 2384 "runtime.racewrite6runtime.writeBarrierEnabled Bgo.itab.*errors.errorString.error 2385 2386 (runtime.racefuncexit 2387 0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 2391 runtime.typ2Itab 2393 .runtime.writebarrierptr 2395 runtime.raceread 2397 runtime.raceread lgo.string."x509: RSA modulus is not a positive number" .type.errors.errorString 2401 "runtime.newobject 2402 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 2403 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 2404 runtime.typ2Itab 2405 .runtime.writebarrierptr 2406 runtime.raceread|go.string."x509: RSA public exponent is not a positive number".type.errors.errorString 2407 "runtime.newobject 2408 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 2409 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 2410 runtime.typ2Itab 2411 .runtime.writebarrierptr2type.crypto/rsa.PublicKey 2412 "runtime.newobject 2413 "runtime.racewrite 2414 runtime.raceread 2415 "runtime.racewrite 2416 runtime.raceread6runtime.writeBarrierEnabled4type.*crypto/rsa.PublicKey 2417 (runtime.racefuncexit 2418 .runtime.writebarrierptr 2419 runtime.raceread$type.*math/big.Int 2420 "runtime.newobject 2421 "runtime.racewrite&type.**math/big.Int 2422 .encoding/asn1.Unmarshal 2423 (runtime.racefuncexit hgo.string."x509: trailing data after DSA public key"!.type.errors.errorString! 2424 "runtime.newobject! 2425 "runtime.racewrite"6runtime.writeBarrierEnabled"Bgo.itab.*errors.errorString.error# 2426 (runtime.racefuncexit$0type.*errors.errorString$type.error$Bgo.itab.*errors.errorString.error$ 2427 runtime.typ2Itab% 2428 .runtime.writebarrierptr% 2429 runtime.raceread&<type."".dsaAlgorithmParameters& 2430 "runtime.newobject'>type.*"".dsaAlgorithmParameters( 2431 .encoding/asn1.Unmarshal) 2432 (runtime.racefuncexit*hgo.string."x509: trailing data after DSA parameters"*.type.errors.errorString+ 2433 "runtime.newobject+ 2434 "runtime.racewrite+6runtime.writeBarrierEnabled,Bgo.itab.*errors.errorString.error- 2435 (runtime.racefuncexit.0type.*errors.errorString.type.error.Bgo.itab.*errors.errorString.error. 2436 runtime.typ2Itab. 2437 .runtime.writebarrierptr/ 2438 runtime.raceread/ 2439 runtime.raceread0 2440 runtime.raceread0 2441 runtime.raceread1 2442 runtime.raceread2 2443 runtime.raceread3 2444 runtime.raceread3 2445 runtime.raceread42type.crypto/dsa.PublicKey4 2446 "runtime.newobject4 2447 "runtime.racewrite4 2448 runtime.raceread56runtime.writeBarrierEnabled5 2449 "runtime.racewrite6 2450 runtime.raceread66runtime.writeBarrierEnabled7 2451 "runtime.racewrite7 2452 runtime.raceread86runtime.writeBarrierEnabled8 2453 "runtime.racewrite9 2454 runtime.raceread96runtime.writeBarrierEnabled:4type.*crypto/dsa.PublicKey: 2455 (runtime.racefuncexit: 2456 .runtime.writebarrierptr; 2457 .runtime.writebarrierptr; 2458 .runtime.writebarrierptr< 2459 .runtime.writebarrierptr<`go.string."x509: zero or negative DSA parameter"=.type.errors.errorString= 2460 "runtime.newobject= 2461 "runtime.racewrite>6runtime.writeBarrierEnabled>Bgo.itab.*errors.errorString.error@ 2462 (runtime.racefuncexit@0type.*errors.errorString@type.error@Bgo.itab.*errors.errorString.error@ 2463 runtime.typ2ItabA 2464 .runtime.writebarrierptrA 2465 runtime.racereadB 2466 runtime.racereadB 2467 runtime.racereadC 2468 runtime.racereadD 2469 runtime.racereadEFtype.encoding/asn1.ObjectIdentifierF 2470 "runtime.newobjectFHtype.*encoding/asn1.ObjectIdentifierG 2471 .encoding/asn1.UnmarshalI 2472 (runtime.racefuncexitIlgo.string."x509: trailing data after ECDSA parameters"J.type.errors.errorStringJ 2473 "runtime.newobjectJ 2474 "runtime.racewriteK6runtime.writeBarrierEnabledKBgo.itab.*errors.errorString.errorM 2475 (runtime.racefuncexitM0type.*errors.errorStringMtype.errorMBgo.itab.*errors.errorString.errorM 2476 runtime.typ2ItabN 2477 .runtime.writebarrierptrN 2478 runtime.racereadO 2479 ("".namedCurveFromOIDOXgo.string."x509: unsupported elliptic curve"P.type.errors.errorStringP 2480 "runtime.newobjectQ 2481 "runtime.racewriteQ6runtime.writeBarrierEnabledRBgo.itab.*errors.errorString.errorS 2482 (runtime.racefuncexitS0type.*errors.errorStringStype.errorTBgo.itab.*errors.errorString.errorT 2483 runtime.typ2ItabT 2484 .runtime.writebarrierptrU 2485 2crypto/elliptic.UnmarshalVtgo.string."x509: failed to unmarshal elliptic curve point"V.type.errors.errorStringV 2486 "runtime.newobjectW 2487 "runtime.racewriteW6runtime.writeBarrierEnabledXBgo.itab.*errors.errorString.errorY 2488 (runtime.racefuncexitY0type.*errors.errorStringZtype.errorZBgo.itab.*errors.errorString.errorZ 2489 runtime.typ2ItabZ 2490 .runtime.writebarrierptr[6type.crypto/ecdsa.PublicKey[ 2491 "runtime.newobject[ 2492 "runtime.racewrite\6runtime.writeBarrierEnabled\ 2493 "runtime.racewrite]6runtime.writeBarrierEnabled] 2494 "runtime.racewrite]6runtime.writeBarrierEnabled^8type.*crypto/ecdsa.PublicKey^ 2495 (runtime.racefuncexit_ 2496 .runtime.writebarrierptr_ 2497 .runtime.writebarrierptr` 2498 .runtime.writebarrierptr` 2499 (runtime.racefuncexita 2500 0runtime.morestack_noctxt`"".autotmp_08548type.*crypto/ecdsa.PublicKey"".autotmp_0853type.*uint8"".autotmp_0852type.error"".autotmp_08510type.*errors.errorString"".autotmp_0850type.*uint8"".autotmp_0849type.error"".autotmp_08480type.*errors.errorString"".autotmp_0847type.*uint8"".autotmp_0846type.error"".autotmp_08450type.*errors.errorString"".autotmp_08444type.*crypto/dsa.PublicKey"".autotmp_0843type.*uint8"".autotmp_0842type.error"".autotmp_08410type.*errors.errorString"".autotmp_0840type.*uint8"".autotmp_0839type.error"".autotmp_08380type.*errors.errorString"".autotmp_0837type.*uint8"".autotmp_0836type.error"".autotmp_08350type.*errors.errorString"".autotmp_08344type.*crypto/rsa.PublicKey"".autotmp_0833type.*uint8"".autotmp_0832type.error"".autotmp_08310type.*errors.errorString"".autotmp_0830type.*uint8"".autotmp_0829type.error"".autotmp_08280type.*errors.errorString"".autotmp_0826type.error"".autotmp_08250type.*errors.errorString"".autotmp_08238type.*crypto/ecdsa.PublicKey"".autotmp_08220type.*errors.errorString"".autotmp_08190type.*errors.errorString"".autotmp_08170type.*errors.errorString"".autotmp_0816type.int"".autotmp_0815type.error"".autotmp_0814type.[]uint8"".autotmp_0813Htype.*encoding/asn1.ObjectIdentifier"".autotmp_08114type.*crypto/dsa.PublicKey"".autotmp_08100type.*errors.errorString"".autotmp_0809type.int"".autotmp_0808type.int"".autotmp_0807type.int"".autotmp_0806type.int"".autotmp_08050type.*errors.errorString"".autotmp_0804type.int"".autotmp_0803type.error"".autotmp_0802type.[]uint8"".autotmp_0801>type.*"".dsaAlgorithmParameters"".autotmp_07990type.*errors.errorString"".autotmp_0798type.int"".autotmp_0797type.error"".autotmp_0796type.[]uint8"".autotmp_07944type.*crypto/rsa.PublicKey"".autotmp_07930type.*errors.errorString"".autotmp_07920type.*errors.errorString"".autotmp_0791type.int"".autotmp_07900type.*errors.errorString"".autotmp_0788type.error"".autotmp_0787type.[]uint8"".autotmp_0786*type.*"".rsaPublicKey 2502 "".&p&type.**math/big.Int"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.stringmath/big.x2 $type.*math/big.Intmath/big.x2 $type.*math/big.Intmath/big.x2 $type.*math/big.Intmath/big.x2 $type.*math/big.Int"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.stringmath/big.x2 $type.*math/big.Int"".~r0type.errorerrors.text2type.string"".y 2512 $type.*math/big.Int"".x $type.*math/big.Int"".namedCurve4type.crypto/elliptic.Curve"".errtype.error"".resttype.[]uint8 "".namedCurveOIDHtype.*encoding/asn1.ObjectIdentifier"".paramsData_type.[]uint8"".params >type.*"".dsaAlgorithmParameters"".paramsDatatype.[]uint8"".errtype.error"".resttype.[]uint8"".errtype.error"".resttype.[]uint8"".p *type.*"".rsaPublicKey"".asn1Data/type.[]uint8"".~r3@type.error"".~r2 "type.interface {}"".keyData,type.*"".publicKeyInfo"".algo4type."".PublicKeyAlgorithm"0"$l 2554 " 2555 2556 MNM,M 2557 +8@)+,/ 2558 &"56 2559 ;<MV"GH 2560 MNM&?EE'')ghSTM* 2561 V"st 2562 yzMIMDM 2563 2564 )9'0$.YnO0. 2565 \03S0-@TnO0=FYnO"#0.05 2569 5 /n/2c50&&///W)F<Yn9O<=0.4&=aDA0R>_G0-DBAVOR5M#Tgclocals4a86a903669a264c2d08c6d505f82efeTgclocals38763ef0af9110bad7cfd32bd43d140f^prebuilts/go/darwin-x86/src/crypto/x509/x509.go("".parseSANExtension--eH%H$H;A4HhH$hH$11111H$H$1H$H$H$1H$H$H$1H$H$H$HH$HD$HD$pH$HD$H1H$H$H$HL$pH$pH$H$xH\$H$HD$HH$HD$H$HL$ Ht$(Hl$0HT$8HL$@HD$HH$H$H$H$H$Ht HhHHH$H$)1H\$xH$HH$HD$HD$`H$H\$`H$HkH$=H+H\$`H\$`H1H9t?HT$`H$H$HD$xH$H$H$HhHH$HH\$HH\$HD$H$Hl$gH\$pH$H$HD$pXH$H$HD$pHXHH$HD$pHHH$H$H\$pHkH$Hk H$Hk(H$H$H}HH$HD$HD$hH$HD$HHL$hH$H$H$H\$H$HD$HH$HD$H$HL$ Ht$(Hl$0HT$8HL$@HD$HH$H$H$H$H$Ht HhH\$hH$H$HL$hHiHH$H$H$Ht$hH^H|$HHHKHOHKHOH\$ H$H\$(H$H$H$H$HH)H}QHH$H$PHT$HD$H$`HL$HH$XHH\$ HT$(HD$0HL$8HHH$`H9H$XHH$PHHD$XHHH$H$PHl$XHHH$HkH$=uRH+H$PH$H$XH$H$`H$H$HHhH$Hl$HH$H$H$Ht$hH^H|$HHHKHOHKHOH\$ H$H\$(H$H$H$H$HH)H}QHH$H$PHT$HD$H$`HL$HH$XHH\$ HT$(HD$0HL$8HHH$`H9H$XHH$PHHD$XHHH$H$PHl$XHHH$HkH$=u8H+H$PH$H$XH$H$`H$H$Hl$HH$H$HL$hHi HzH$H$H\$hHkH$8Hk H$@Hk(H$HH$H$H$HH)H}QHH$H$ HT$HD$H$0HL$HH$(HH\$ HT$(HD$0HL$8HHH$0H9H$(HH$ HHD$PHkHH$H$ Hl$PHkHH$@HkH$HHkH$8=u8H+H$ H$H$(H$H$0H$%H$Hl$H|H$H$H\$hHk H,$HL$HD$H$HH\$HD$1H$HL$H$HD$ HL$(HD$0H$H$H$H$1H$H$HH$HD$HD$`H$H\$`H$HkH$=H+H\$`H\$`H1H9tBHT$`H$H$H$H$H$H$HhHH$HH\$HH\$HD$H$Hl$d1H$H$HH$H$HH$HH\$HH\$H$H\$HD$ H\$(H$H\$0H$Hh 2586 ^ 2587 *runtime.racefuncenter6type.encoding/asn1.RawValue 2588 "runtime.newobject 2589 ,runtime.racewriterange8type.*encoding/asn1.RawValue 2590 .encoding/asn1.Unmarshal 2591 (runtime.racefuncexitjgo.string."x509: trailing data after X.509 extension".type.errors.errorString 2592 "runtime.newobject 2593 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 2594 (runtime.racefuncexit 0type.*errors.errorString type.error Bgo.itab.*errors.errorString.error 2595 2596 runtime.typ2Itab 2597 2598 .runtime.writebarrierptr 2599 2600 runtime.raceread 2602 runtime.raceread 2604 runtime.raceread 2606 runtime.raceread 6type.encoding/asn1.RawValue 2609 "runtime.newobject 2611 ,runtime.racewriterange8type.*encoding/asn1.RawValue 2612 .encoding/asn1.Unmarshal 2613 (runtime.racefuncexit 2614 runtime.raceread 2615 runtime.raceread 2616 2runtime.slicebytetostringtype.[]string 2617 "runtime.growslice 2618 "runtime.racewrite6runtime.writeBarrierEnabled 2619 (runtime.racefuncexit 2620 .runtime.writebarrierptr 2621 $runtime.panicslice 2622 runtime.raceread 2623 2runtime.slicebytetostringtype.[]string 2624 "runtime.growslice 2625 "runtime.racewrite6runtime.writeBarrierEnabled 2626 .runtime.writebarrierptr 2627 $runtime.panicslice 2628 runtime.raceread 2629 runtime.raceread type.[]net.IP! 2630 "runtime.growslice" 2631 "runtime.racewrite#6runtime.writeBarrierEnabled$ 2632 .runtime.writebarrierptr$ 2633 $runtime.panicslice$ 2634 runtime.raceread% 2635 strconv.Itoa%zgo.string."x509: certificate contained IP address of length "& 2636 *runtime.concatstring2'.type.errors.errorString' 2637 "runtime.newobject' 2638 "runtime.racewrite(6runtime.writeBarrierEnabled(Bgo.itab.*errors.errorString.error) 2639 (runtime.racefuncexit)0type.*errors.errorString*type.error*Bgo.itab.*errors.errorString.error* 2640 runtime.typ2Itab* 2641 .runtime.writebarrierptr+8go.string."bad SAN sequence"+Dtype.encoding/asn1.StructuralError+type.error,Vgo.itab.encoding/asn1.StructuralError.error, 2642 runtime.convT2I- 2643 (runtime.racefuncexit- 2644 0runtime.morestack_noctxtP"".autotmp_0906type.*uint8"".autotmp_0905type.error"".autotmp_09040type.*errors.errorString"".autotmp_0903type.string"".autotmp_0902type.int"".autotmp_0901type.[]net.IP"".autotmp_0900_type.net.IP"".autotmp_0899type.int"".autotmp_0898type.int"".autotmp_0897type.[]string"".autotmp_0896type.string"".autotmp_0895type.int"".autotmp_0894/type.[]string"".autotmp_0893type.string"".autotmp_0892type.int"".autotmp_0890type.error"".autotmp_08890type.*errors.errorString"".autotmp_08880type.*errors.errorString"".autotmp_0887type.string"".autotmp_0886type.int"".autotmp_0885type.int"".autotmp_0884type.error"".autotmp_0883type.[]uint8"".autotmp_08828type.*encoding/asn1.RawValue"".autotmp_0881type.int"".autotmp_0880Dtype.encoding/asn1.StructuralError"".autotmp_08790type.*errors.errorString"".autotmp_0877type.error 2645 "".&v8type.*encoding/asn1.RawValue"".&seq8type.*encoding/asn1.RawValue"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".resttype.[]uint8"".errtype.error"".ipAddressestype.[]net.IP""".emailAddresses`type.[]string"".dnsNames0type.[]string"".valuetype.[]uint8`" "jih",DA 2650 >;Ba 2651 7,&# 2652 , 2654 2655 2656 2657 B)635.xLx0-QL RQ{1Qw#Q)*{'0$)Tgclocalsa5b55d82cf2d654ca8c4e34b59b7d95eTgclocals983bbf3fc29224e839570ff2f68fba0a^prebuilts/go/darwin-x86/src/crypto/x509/x509.go&"".parseCertificateeH%H$H;A3JH H$ H$1H$ 2661 H$ 2662 HH$HD$H$H$H$ H$H$ HIH$HIH\$Hl$H-H,$H$H$H$H$ H$H$H$ H@IHkH$H#ILCLD$Hl$H-H,$H$H$H$0H$ H$H$H$HH$ HHH`H$HHLC0LD$Hl$H-H,$H$H$H$HH$ H$H$H$H$0H$ H(HHHH$HHLCHLD$Hl$H-H,$H$H$H$`H$ H$H$H$H$0H$ HGHH$HxGLC`LD$Hl$H-H,$H$ H$H$HD$ H$ HGHHHH\$ H$H\$(H$H\$0H$H$H$H$xH$H$HH$HH$=yFHkxH$ H$H$H$(H$ HAFH^@HH$HKHL$HKHL$H\$H$H$H$H$H$H$HH$ H$H$H$HH$H$ HEHxHH$HKHL$HKHL$H\$H$H$H$H$H$H$H1H$H$H$H$H$HH,$H$ H\$H|$DHD$HD$HH\$H$`H\$H$hH\$ H$PH\$(H$XH$H$H$H$H$`HH$h=BDHH$PH$XH$H$Ht)H$ 2667 H$ 2668 H$ 2669 H H$ H$H$H$ H$ Hk8H$H,$H$H$HiHgC1H0HH$H$1H$pH$xHH$HD$H$0H$H$0H$HkH$=H+H$0H$0H1H9tQH$0H$PH$XH$ 2670 H$pH$ 2671 H$xH$ 2672 H HH$HH\$HH\$HD$H$Hl$OH$H$H$H$ H$H$H$H$HAL$ Ih0HHH$H$H$ H$H$H$ H$HAH$ LE8=PALHH$HD$H$H$HH$HD$H$xH$H$xH$hH$ H$H$H$H$0H$ H@HHHH$HKHL$HKHL$H$hHH$`H\$H$hHD$ Ht$(Hl$0HT$8HD$@HL$HH$H$H$H$H$Ht)H$ 2675 H$ 2676 H$ 2677 H H0HH$H$'1H$H$HH$HD$H$0H$H$0H$HkH$=H+H$0H$0H1H9tQH$0H$PH$XH$ 2678 H$H$ 2679 H$H$ 2680 H HH$HH\$HH\$HD$H$Hl$OH$H$hH$ H$H$H$H$0H$ Hm>HHH$HKHL$HKHL$H$hHH$`H\$H$hHD$ Ht$(Hl$0HT$8HD$@HL$HH$HH$PH$XH$H$Ht)H$ 2683 H$ 2684 H$ 2685 H H0HH$H$'1H$H$HH$HD$H$0H$H$0H$HkH$=H+H$0H$0H1H9tQH$0H$PH$XH$ 2686 H$H$ 2687 H$H$ 2688 H HH$HH\$HH\$HD$H$Hl$OH$H$H<$R<H$H$H\$H$H$H<$<H$H$xH\$H$H$H$HD$H$ H$H$H$HD$H$ H;HH$Hy;LLD$Hl$H-H,$H$H$H$HD$H$ H$H$H$H$HD$H$ H:HH$H:LLD$Hl$H-H,$H$ H$H$H$ H$ Hy:H8H@HHH$1H$H$H$HH$H$H9 H$(H$HD$8H$(H9LLCH{kHS HK(HHk0L$hL$0L$pL$8H$xH$@@$@$HH$H$PH$H$XH$H$`H$H$H$H$H39HHHHH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H98H$HH$HH$Hk8HH$HD$8H$H$Hk8HH$0H\$Hl$H-H,$H$H$H$H$H$HH$HH$=7HD$tH$8H.H$0H$8H$@H$H$HH$f7H$H$0H$8H$@H$H$HH$7HHC.H$0H$8H$@H$HH$HH$6HH$H$0H$8H$@H$HH$HH$z6HHH-H$0H$8H$@H$HH$HH$%6HH$H$0H$8H$@H$HH$HH$5HHH-H$0H$8H$@H$HH$HH$,HH$H$0H$8H$@H$HH$HH$~,HH+H-H HHH$H\$H$H$H$H$H$HH$PHH$HKHL$HKHL$H$HHH$`H\$H$hHD$ Ht$(Hl$0HT$8HL$@HD$HH$0H$8H$@H$H$H$Ht9H$ 2693 H$H$ 2694 H$H$ 2695 H H$8HCHH$ H$(01H$`H$hHH$HD$H$0H$H$0H$(HkH$ =H+H$0H$0H1H9taH$0H$PH$`H$XH$hH$ 2696 H$`H$ 2697 H$hH$ 2698 H HH$HH\$HH\$HD$mH$Hl$<H$H$H$xH$H$H$H$HLxLD$H\$HH$$H|$tH$0H$H$8H$H$@H$H$H$H$H$H,HH$H H$H(H$H$H$H)H}nHH$H$H\$H$H\$H$H\$H$HH\$ H\$(H$H\$0H$H\$8H$H$HHH$H9RH$H$HH$HkHH$H$H$HkHH$HkH$HkH$=H+H$H$H$H$H$H H$H(H$=ufHH$(H$H8HH$H$H98H$H$ 2699 1H$ 2700 H$ 2701 H LL$Hl$H$Hl$ E-H?HH$HD$H$pH$HD$ H$pH$PHH$HKHL$HKHL$HH$`H\$H$hHD$ Ht$(HT$0Hl$8HL$@HD$HH$H$H$H$H$H$H$H$Ht)H$ 2705 H$ 2706 H$ 2707 H H0HH$H$(1H$PH$XHH$HD$H$0H$H$0H$HkH$=H+H$0H$0H1H9tQH$0H$PH$XH$ 2708 H$PH$ 2709 H$XH$ 2710 H HH$HH\$HH\$HD$H$Hl$OH$1H$H H$pH$HD$ L$H$pLL$H{H$HsH$ HkH$(IuL9lLH?H=LHLH?HLHHH)HH)Hl$xH$L$H$H$H9IH$L$H$H$L$ L$H$L$H$I9JHL$xHHHHt&H$LHI@s[HH H$LHH$H vH$H$H$H$H$H%11p1gD$tHH$PHH$HKHL$HKHL$H\$H$H\$ H$H\$(H$H\$0H$H\$8H$H\$@H$H\$HH$H\$PH$H\$XH$H\$`H$PH\$hH$XH$H$H$H$H$HH$HH$=HH$H$H$H$H$HH$HH$=dHH$H$H$H$H$HH$HH$=HH$PH$XH$H$Ht)H$ 2715 H$ 2716 H$ 2717 H H$H$H$H$HHufH$H$H$H$HHu8H$H$H$H$HHu 2718 D$tHCLL$Hl$LL$Hl$LL$Hl$HHH$HD$H$H$HD$H$H$PHH$HKHL$HKHL$HH$`H\$H$hHD$ Ht$(Hl$0HT$8HL$@HD$HH$H$H$H$xH$pHt)H$ 2721 H$ 2722 H$ 2723 H H0HH$H$01H$H$HH$HD$H$0H$H$0H$HkH$=H+H$0H$0H1H9tQH$0H$PH$XH$ 2724 H$H$ 2725 H$H$ 2726 H HH$HH\$HH\$HD$H$Hl$OH$H$H$`H$H@`H$H$aH$H$H$L$A(@aH$H$hH$H$H$H$L$IhHhH$H$pH$H$H$hH$Ht#L$MhI@@pH+HHH$HD$H$H$HD$0H$H$PHH$HKHL$HKHL$HH$`H\$H$hHD$ Ht$(Hl$0HT$8HL$@HD$HH$H$ H$(H$H$Ht)H$ 2730 H$ 2731 H$ 2732 H H0HH$H$/1H$H$HH$HD$H$0H$H$0H$HkH$=H+H$0H$0H1H9tQH$0H$PH$XH$ 2733 H$H$ 2734 H$H$ 2735 H HH$HH\$HH\$HD$H$Hl$OH$H$H$H$Hi H$Htt1H$H$ 2736 HH$HH\$HH\$H\$tH\$HD$ H\$(H$ 2737 H\$0H$ 2738 H H$H$HHCHkH$1H$H$H$HH$H$H9sH$ H$HD$H$ HHHkH$@H$PH$HH$XH$Htt1H$H$ 2740 HH$HH\$HH\$H\$tH\$HD$ H\$(H$ 2741 H\$0H$ 2742 H H$ H$HHH$0H$8H$H$H$(H$H~H(H0H8HH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$HH$HH$HHH$H$H$HHH$8HkH$0=uyH+H$H$H$(H$H$H0H$H8H$=uH(_L(L$Hl$EH$Hl$w{kHHH$HD$H$H$H$H$PHH$HKHL$HKHL$HH$`H\$H$hHD$ Ht$(Hl$0HT$8HL$@HD$HH$H$H$H$H$Ht)H$ 2747 H$ 2748 H$ 2749 H H0HH$H$61H$0H$8HH$HD$H$0H$H$0H$HkH$=H+H$0H$0H1H9tQH$0H$PH$XH$ 2750 H$0H$ 2751 H$8H$ 2752 H HH$HH\$HH\$HD$H$Hl$OH$H$H$HHCHkH$x1H$pH$H$hHH$H$H9'H$H$HD$H$HsH$( H$( H$`HH$H\$H$H$H$HD$HH$H$`H$xHH$HKHL$HKHL$H$`HH$`H\$H$hHD$ HL$@HD$HH$H$H$Ht9H$ 2755 H$H$ 2756 H$H$ 2757 H H$H$H$H$H]HH$H$H$H$H$H^H|$HHHKHOHKHOH\$ H$0H\$(H$8H$H$H$@H$HH@HHHPHH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$HH$HH$HHH$H$H$HHH$8HkH$0=H+H$H$H$@H$H$HHH$HPH$=u%H@H$H$HHL@L$Hl$H$Hl$aaH HH$H\$H$H$H$H$H$@H$PHH$HKHL$HKHL$H$@HH$`H\$H$hHD$ Ht$(Hl$0HT$8HL$@HD$HH$H$H$H$H$H$Ht9H$ 2762 H$H$ 2763 H$H$ 2764 H H$HCHH$@H$H41H$H$HH$HD$H$0H$H$0H$HHkH$@=H+H$0H$0H1H9taH$0H$PH$H$XH$H$ 2765 H$H$ 2766 H$H$ 2767 H HH$HH\$HH\$HD$mH$Hl$<H$H$H$HkHH$Hl$Hl$H\$H$H\$ H$H\$(H$H$H$H$XH$H$H`H$HhH$=RHXH$H$H$H+H$8HkH$@HkH$HH$@1H$H$8H$H$H$H9H$H$HD$H$HH+H$HkH$HkH$H$H$H$H$H$H$H$H$H$H$H$XH$HXH$H`H$HhH$H$H$L$L9HkHH$H$H$HLXL$L`L$LhL$H$L$L$M9sEMkLHl$H\$HH$H$HH$H$H0EbXLXL$Hl$H#HH$H\$H$H$H$HD$H$H$XH$PHH$HKHL$HKHL$H$XHH$`H\$H$hHD$ Ht$(Hl$0HT$8HL$@HD$HH$H$H$H$`H$hH$`Ht9H$ 2772 H$`H$ 2773 H$hH$ 2774 H H$HCHH$0H$801H$ H$(HH$HD$H$0H$H$0H$8HkH$0=H+H$0H$0H1H9taH$0H$PH$ H$XH$(H$ 2775 H$ H$ 2776 H$(H$ 2777 H HH$HH\$HH\$HD$mH$Hl$<H$H$H$H$H$H$H$Ht&LLD$Hl$H-H,$H%HH$H\$H$H$H$H$H$PH$PHH$HKHL$HKHL$H$PHH$`H\$H$hHD$ Ht$(Hl$0HT$8HL$@HD$HH$xH$H$H$H$H$Ht9H$ 2781 H$H$ 2782 H$H$ 2783 H H$HCHH$H$01H$@H$HHH$HD$H$0H$H$0H$HkH$=H+H$0H$0H1H9taH$0H$PH$@H$XH$HH$ 2784 H$@H$ 2785 H$HH$ 2786 H HH$HH\$HH\$HD$mH$Hl$<H$H$H$H+H$PHkH$XHkH$`H$X1H$H$PH$H$H$H9H$H$H$H}HHKHkH$H$pH$H$xH$H$H$pH$H$xH\$H$H\$H$H\$H$\$ \$wH$H$\$w\$u|$uH$H$0H$HH0H$H8H$H@H$H$H$H)H}nHH$H$H\$H$H\$H$H\$H$HH\$ H\$(H$H\$0H$H\$8H$H$HHH$H9H$H$H$HH$H$H$HH$H+H$H$H$0H$H$H8H$H@H$=u+H0H$HH$H$HgL0L$Hl$IH$H$HH$HHHH$HPH$HXH$H$H$H)H}nHH$H$H\$H$H\$H$H\$H$HH\$ H\$(H$H\$0H$H\$8H$H$HHH$H9H$H$HH$HkHH$H$H$HkHH$xHkH$HkH$p=uyH+H$H$H$HH$H$HPH$HXH$=uHHLHL$Hl$H$Hl$w(|HH$H$0HH$HKHL$HKHL$HH\$HH\$ HH\$(\$0\$w|$w8HH$H\$H$H$H$H$H$8H$PHH$HKHL$HKHL$H$8HH$`H\$H$hHD$ Ht$(Hl$0HT$8HL$@HD$HH$`H$hH$pH$ H$(H$ Ht9H$ 2796 H$ H$ 2797 H$(H$ 2798 H H$hHCHH$H$51H$H$HH$HD$H$0H$H$0H$HkH$=H+H$0H$0H1H9taH$0H$PH$H$XH$H$ 2799 H$H$ 2800 H$H$ 2801 H HH$HH\$HH\$HD$mH$Hl$<H$H$H$H+H$ HkH$(HkH$0H$(1H$H$ H$H$H$H9H$H$HD$`H$H$H$H$H$H$Ht$H$H`H$H$HgHH$H$HH$HKHL$HKHL$HH\$HH\$ HH\$(\$0\$v|$vH$H$H|$HHHKHOHKHOH\$ H$0H\$(H$8H$H$H$H$H~HHHHH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$HH$HH$HHH$H$H$HHH$8HkH$0=uyH+H$H$H$H$H$HH$HH$=uHLL$Hl$H$Hl$w{HH$H$HH$HKHL$HKHL$HH\$HH\$ HH\$(\$0\$v|$vH$H$H|$HHHKHOHKHOH\$ H$0H\$(H$8H$H$H$H$H~HHHHH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$HH$HH$HHH$H$H$HHH$8HkH$0=uyH+H$H$H$H$H$HH$HH$=uHGLL$Hl$-H$Hl$w{D$tLL$Hl$((`%%HHH,$LD$vH$H$]tHuHiLL$Hl$%SLCxL$Hl$taaAZE@ 2822 ^ 2823 *runtime.racefuncenter&type."".Certificate 2824 "runtime.newobject 2825 "runtime.racewrite 2826 runtime.raceread:type.encoding/asn1.RawContent 2827 (runtime.typedmemmove 2828 "runtime.racewrite 2829 runtime.raceread:type.encoding/asn1.RawContent 2830 (runtime.typedmemmove 2831 "runtime.racewrite 2832 runtime.raceread:type.encoding/asn1.RawContent 2833 (runtime.typedmemmove 2834 "runtime.racewrite 2835 runtime.racereadtype.[]uint8 2836 (runtime.typedmemmove 2837 "runtime.racewrite 2838 runtime.raceread 2839 type.[]uint8 2840 2841 (runtime.typedmemmove 2843 *runtime.racereadrange 2845 runtime.duffcopy 2847 Dencoding/asn1.BitString.RightAlign 2849 "runtime.racewrite 6runtime.writeBarrierEnabled 2851 runtime.raceread 2852 >"".getSignatureAlgorithmFromOID 2853 "runtime.racewrite 2854 runtime.raceread 2855 >"".getPublicKeyAlgorithmFromOID 2856 "runtime.racewrite 2857 runtime.raceread 2858 """.parsePublicKey 2859 "runtime.racewrite6runtime.writeBarrierEnabled 2860 (runtime.racefuncexit 2861 runtime.raceread 2862 runtime.racereadPgo.string."x509: negative serial number".type.errors.errorString 2863 "runtime.newobject 2864 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 2865 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 2866 runtime.typ2Itab 2867 .runtime.writebarrierptr 2868 "runtime.racewrite 2869 runtime.raceread 2870 "runtime.racewrite 2871 runtime.raceread 6runtime.writeBarrierEnabled Btype.crypto/x509/pkix.RDNSequence 2872 "runtime.newobject 2873 "runtime.racewrite Btype.crypto/x509/pkix.RDNSequence! 2874 "runtime.newobject! 2875 "runtime.racewrite" 2876 runtime.raceread#Dtype.*crypto/x509/pkix.RDNSequence# 2877 .encoding/asn1.Unmarshal% 2878 (runtime.racefuncexit%fgo.string."x509: trailing data after X.509 subject"&.type.errors.errorString& 2879 "runtime.newobject& 2880 "runtime.racewrite'6runtime.writeBarrierEnabled'Bgo.itab.*errors.errorString.error) 2881 (runtime.racefuncexit)0type.*errors.errorString)type.error)Bgo.itab.*errors.errorString.error) 2882 runtime.typ2Itab* 2883 .runtime.writebarrierptr+ 2884 runtime.raceread,Dtype.*crypto/x509/pkix.RDNSequence, 2885 .encoding/asn1.Unmarshal. 2886 (runtime.racefuncexit.fgo.string."x509: trailing data after X.509 subject"/.type.errors.errorString/ 2887 "runtime.newobject/ 2888 "runtime.racewrite06runtime.writeBarrierEnabled0Bgo.itab.*errors.errorString.error2 2889 (runtime.racefuncexit20type.*errors.errorString2type.error2Bgo.itab.*errors.errorString.error2 2890 runtime.typ2Itab3 2891 .runtime.writebarrierptr4 2892 Xcrypto/x509/pkix.(*Name).FillFromRDNSequence4 2893 Xcrypto/x509/pkix.(*Name).FillFromRDNSequence5 2894 ,runtime.racewriterange5 2895 *runtime.racereadrange7type.time.Time7 2896 (runtime.typedmemmove7 2897 ,runtime.racewriterange8 2898 *runtime.racereadrange9type.time.Time9 2899 (runtime.typedmemmove: 2900 runtime.raceread< 2901 *runtime.racereadrange> 2902 runtime.raceread?Btype.[]crypto/x509/pkix.Extension@ 2903 "runtime.growsliceB 2904 ,runtime.racewriterangeB>type.crypto/x509/pkix.ExtensionC 2905 (runtime.typedmemmoveC 2906 "runtime.racewriteD6runtime.writeBarrierEnabledE 2907 runtime.racereadH 2908 runtime.racereadJ 2909 runtime.racereadL 2910 runtime.racereadNtype.[]uint8N 2911 "runtime.newobjectO 2912 "runtime.racewritePtype.*[]uint8P 2913 .encoding/asn1.UnmarshalR 2914 (runtime.racefuncexitSxgo.string."x509: trailing data after X.509 authority key-id"S.type.errors.errorStringT 2915 "runtime.newobjectT 2916 "runtime.racewriteT6runtime.writeBarrierEnabledUBgo.itab.*errors.errorString.errorV 2917 (runtime.racefuncexitW0type.*errors.errorStringWtype.errorWBgo.itab.*errors.errorString.errorW 2918 runtime.typ2ItabX 2919 .runtime.writebarrierptrX 2920 "runtime.racewriteX 2921 runtime.racereadYtype.[]uint8Y 2922 (runtime.typedmemmove[ 2923 runtime.raceread\Jtype.[]encoding/asn1.ObjectIdentifier] 2924 "runtime.growslice_ 2925 "runtime.racewrite`6runtime.writeBarrierEnableda 2926 "runtime.racewritea6runtime.writeBarrierEnabledc 2927 (runtime.racefuncexitc 2928 .runtime.writebarrierptrd 2929 .runtime.writebarrierptrd 2930 $runtime.panicsliced8type.encoding/asn1.BitStringd 2931 "runtime.newobjecte 2932 ,runtime.racewriterangef:type.*encoding/asn1.BitStringf 2933 .encoding/asn1.Unmarshalh 2934 (runtime.racefuncexitihgo.string."x509: trailing data after X.509 KeyUsage"i.type.errors.errorStringi 2935 "runtime.newobjectj 2936 "runtime.racewritej6runtime.writeBarrierEnabledkBgo.itab.*errors.errorString.errorl 2937 (runtime.racefuncexitl0type.*errors.errorStringltype.errormBgo.itab.*errors.errorString.errorm 2938 runtime.typ2Itabm 2939 .runtime.writebarrierptrn 2940 *runtime.racereadrangeq 2941 runtime.racereadt 2942 "runtime.racewriteu 2943 $runtime.panicindexu 2944 $runtime.panicindexv 2945 ("".parseSANExtensiony 2946 "runtime.racewritey6runtime.writeBarrierEnabledz 2947 "runtime.racewrite{6runtime.writeBarrierEnabled| 2948 "runtime.racewrite|6runtime.writeBarrierEnabled~ 2949 (runtime.racefuncexit~ 2950 runtime.raceread 2951 runtime.raceread 2952 runtime.raceread 2953 .runtime.writebarrierptr 2954 .runtime.writebarrierptr 2955 .runtime.writebarrierptr0type."".basicConstraints 2956 "runtime.newobject 2957 ,runtime.racewriterange2type.*"".basicConstraints 2958 .encoding/asn1.Unmarshal 2959 (runtime.racefuncexitxgo.string."x509: trailing data after X.509 BasicConstraints".type.errors.errorString 2960 "runtime.newobject 2961 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 2962 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 2963 runtime.typ2Itab 2964 .runtime.writebarrierptr 2965 "runtime.racewrite 2966 "runtime.racewrite 2967 runtime.raceread 2968 "runtime.racewrite 2969 runtime.raceread 2970 "runtime.racewrite 2971 runtime.raceread.type."".nameConstraints 2972 "runtime.newobject 2973 ,runtime.racewriterange0type.*"".nameConstraints 2974 .encoding/asn1.Unmarshal 2975 (runtime.racefuncexitvgo.string."x509: trailing data after X.509 NameConstraints".type.errors.errorString 2976 "runtime.newobject 2977 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 2978 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 2979 runtime.typ2Itab 2980 .runtime.writebarrierptr 2981 runtime.racereadDtype."".UnhandledCriticalExtensiontype.errorVgo.itab."".UnhandledCriticalExtension.error 2982 runtime.convT2I 2983 (runtime.racefuncexit 2984 runtime.raceread 2985 *runtime.racereadrangeDtype."".UnhandledCriticalExtensiontype.errorVgo.itab."".UnhandledCriticalExtension.error 2986 runtime.convT2I 2987 (runtime.racefuncexit 2988 runtime.racereadtype.[]string 2989 "runtime.growslice 2990 "runtime.racewrite6runtime.writeBarrierEnabled 2991 "runtime.racewrite6runtime.writeBarrierEnabled 2992 .runtime.writebarrierptr 2993 .runtime.writebarrierptr 2994 $runtime.panicslice6type.[]"".distributionPoint 2995 "runtime.newobject 2996 "runtime.racewrite8type.*[]"".distributionPoint 2997 .encoding/asn1.Unmarshal 2998 (runtime.racefuncexitgo.string."x509: trailing data after X.509 CRL distribution point".type.errors.errorString 2999 "runtime.newobject 3000 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 3001 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 3002 runtime.typ2Itab 3003 .runtime.writebarrierptr 3004 runtime.raceread 3005 *runtime.racereadrange 3006 runtime.duffcopy 3007 runtime.duffcopy6type.encoding/asn1.RawValue 3008 "runtime.newobject 3009 ,runtime.racewriterange8type.*encoding/asn1.RawValue 3010 .encoding/asn1.Unmarshal 3011 (runtime.racefuncexit 3012 runtime.raceread 3013 runtime.raceread 3014 2runtime.slicebytetostring 3015 runtime.racereadtype.[]string 3016 "runtime.growslice 3017 "runtime.racewrite6runtime.writeBarrierEnabled 3018 "runtime.racewrite6runtime.writeBarrierEnabled 3019 .runtime.writebarrierptr 3020 .runtime.writebarrierptr 3021 $runtime.panicslice6type.[]"".policyInformation 3022 "runtime.newobject 3023 "runtime.racewrite8type.*[]"".policyInformation 3024 .encoding/asn1.Unmarshal 3025 (runtime.racefuncexitgo.string."x509: trailing data after X.509 certificate policies".type.errors.errorString 3026 "runtime.newobject 3027 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 3028 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 3029 runtime.typ2Itab 3030 .runtime.writebarrierptr 3031 runtime.racereadJtype.[]encoding/asn1.ObjectIdentifier 3032 "runtime.makeslice 3033 "runtime.racewrite6runtime.writeBarrierEnabled 3034 runtime.raceread 3035 *runtime.racereadrange 3036 runtime.raceread 3037 "runtime.racewriteFtype.encoding/asn1.ObjectIdentifier 3038 (runtime.typedmemmove 3039 $runtime.panicindex 3040 $runtime.panicindex 3041 .runtime.writebarrierptr"type."".authKeyId 3042 "runtime.newobject 3043 ,runtime.racewriterange$type.*"".authKeyId 3044 .encoding/asn1.Unmarshal 3045 (runtime.racefuncexitxgo.string."x509: trailing data after X.509 authority key-id".type.errors.errorString 3046 "runtime.newobject 3047 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 3048 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 3049 runtime.typ2Itab 3050 .runtime.writebarrierptr 3051 "runtime.racewrite 3052 runtime.racereadtype.[]uint8 3053 (runtime.typedmemmoveJtype.[]encoding/asn1.ObjectIdentifier 3054 "runtime.newobject 3055 "runtime.racewriteLtype.*[]encoding/asn1.ObjectIdentifier 3056 .encoding/asn1.Unmarshal 3057 (runtime.racefuncexitxgo.string."x509: trailing data after X.509 ExtendedKeyUsage".type.errors.errorString 3058 "runtime.newobject 3059 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 3060 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 3061 runtime.typ2Itab 3062 .runtime.writebarrierptr 3063 runtime.raceread 3064 runtime.raceread 3065 *"".extKeyUsageFromOID 3066 runtime.raceread*type.[]"".ExtKeyUsage 3067 "runtime.growslice 3068 "runtime.racewrite 3069 "runtime.racewrite6runtime.writeBarrierEnabled 3070 .runtime.writebarrierptr 3071 $runtime.panicslice 3072 runtime.racereadJtype.[]encoding/asn1.ObjectIdentifier 3073 "runtime.growslice 3074 "runtime.racewrite6runtime.writeBarrierEnabled 3075 "runtime.racewrite6runtime.writeBarrierEnabled 3076 .runtime.writebarrierptr 3077 .runtime.writebarrierptr 3078 $runtime.panicslice 3079 $runtime.panicindex 3080 $runtime.panicindexD"".oidExtensionAuthorityInfoAccess 3081 runtime.racereadD"".oidExtensionAuthorityInfoAccessD"".oidExtensionAuthorityInfoAccess D"".oidExtensionAuthorityInfoAccess 3082 Hencoding/asn1.ObjectIdentifier.Equal:type.[]"".authorityInfoAccess 3083 "runtime.newobject 3084 "runtime.racewrite<type.*[]"".authorityInfoAccess 3085 .encoding/asn1.Unmarshal 3086 (runtime.racefuncexitgo.string."x509: trailing data after X.509 authority information".type.errors.errorString 3087 "runtime.newobject 3088 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 3089 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 3090 runtime.typ2Itab 3091 .runtime.writebarrierptr 3092 runtime.raceread 3093 *runtime.racereadrange 3094 runtime.duffcopy 3095 runtime.duffcopy:"".oidAuthorityInfoAccessOcsp 3096 runtime.raceread:"".oidAuthorityInfoAccessOcsp:"".oidAuthorityInfoAccessOcsp :"".oidAuthorityInfoAccessOcsp 3097 Hencoding/asn1.ObjectIdentifier.Equal 3098 2runtime.slicebytetostring 3099 runtime.racereadtype.[]string 3100 "runtime.growslice 3101 "runtime.racewrite6runtime.writeBarrierEnabled 3102 "runtime.racewrite6runtime.writeBarrierEnabled 3103 .runtime.writebarrierptr 3104 .runtime.writebarrierptr 3105 $runtime.panicslice@"".oidAuthorityInfoAccessIssuers 3106 runtime.raceread@"".oidAuthorityInfoAccessIssuers@"".oidAuthorityInfoAccessIssuers @"".oidAuthorityInfoAccessIssuers 3107 Hencoding/asn1.ObjectIdentifier.Equal 3108 2runtime.slicebytetostring 3109 runtime.racereadtype.[]string 3110 "runtime.growslice 3111 "runtime.racewrite6runtime.writeBarrierEnabled 3112 "runtime.racewrite6runtime.writeBarrierEnabled 3113 .runtime.writebarrierptr 3114 .runtime.writebarrierptr 3115 $runtime.panicslice 3116 $runtime.panicindex 3117 $runtime.panicindex 3118 $runtime.panicindex 3119 $runtime.panicindex 3120 $runtime.panicindex 3121 $runtime.panicindex 3122 .runtime.writebarrierptr 3123 $runtime.panicslice 3124 .runtime.writebarrierptr 3125 runtime.raceread 3126 .runtime.writebarrierptr 3127 .runtime.writebarrierptr 3128 0runtime.morestack_noctxt@'"".autotmp_1088type.int"".autotmp_1087Jtype.[]encoding/asn1.ObjectIdentifier"".autotmp_1086Ftype.encoding/asn1.ObjectIdentifier"".autotmp_1085type.int"".autotmp_1084type.[]string"".autotmp_1083type.string"".autotmp_1082type.int"".autotmp_1081type.[]string"".autotmp_1080type.string"".autotmp_10796type."".authorityInfoAccess"".autotmp_1078#8type.*"".authorityInfoAccess"".autotmp_1077type.int"".autotmp_1076type.int"".autotmp_1075type.*uint8"".autotmp_1074type.error"".autotmp_10730type.*errors.errorString"".autotmp_10722type."".policyInformation"".autotmp_1071#4type.*"".policyInformation"".autotmp_1070type.int"".autotmp_1069type.int"".autotmp_1068type.*uint8"".autotmp_1067type.error"".autotmp_10660type.*errors.errorString"".autotmp_1065type.*uint8"".autotmp_1064type.error"".autotmp_10630type.*errors.errorString"".autotmp_1062type.int"".autotmp_1061Jtype.[]encoding/asn1.ObjectIdentifier"".autotmp_1060type.int"".autotmp_1059*type.[]"".ExtKeyUsage"".autotmp_1058Ftype.encoding/asn1.ObjectIdentifier"".autotmp_1057#Htype.*encoding/asn1.ObjectIdentifier"".autotmp_1056type.int"".autotmp_1055type.int"".autotmp_1054type.*uint8"".autotmp_1053type.error"".autotmp_10520type.*errors.errorString"".autotmp_1051type.*uint8"".autotmp_1050type.error"".autotmp_10490type.*errors.errorString"".autotmp_1048type.int"".autotmp_1047type.[]string"".autotmp_1046type.string"".autotmp_10452type."".distributionPoint"".autotmp_1044#4type.*"".distributionPoint"".autotmp_1043type.int"".autotmp_1042type.int"".autotmp_1041type.*uint8"".autotmp_1040type.error"".autotmp_10390type.*errors.errorString"".autotmp_1038type.int"".autotmp_1037type.[]string"".autotmp_1036type.string"".autotmp_1035,type."".generalSubtree"".autotmp_1034#.type.*"".generalSubtree"".autotmp_1033%type.int"".autotmp_1032type.int"".autotmp_1031type.*uint8"".autotmp_1030type.error"".autotmp_10290type.*errors.errorString"".autotmp_1028type.*uint8"".autotmp_1027type.error"".autotmp_10260type.*errors.errorString"".autotmp_1025type.int"".autotmp_1024type.int"".autotmp_1023type.*uint8"".autotmp_1022type.error"".autotmp_10210type.*errors.errorString"".autotmp_1020$type.int"".autotmp_1019$type.int"".autotmp_1018Btype.[]crypto/x509/pkix.Extension"".autotmp_1017 3129 >type.crypto/x509/pkix.Extension"".autotmp_1016#@type.*crypto/x509/pkix.Extension"".autotmp_1015$type.int"".autotmp_1014type.int"".autotmp_1013type.*uint8"".autotmp_1012type.error"".autotmp_10110type.*errors.errorString"".autotmp_1010type.*uint8"".autotmp_1009type.error"".autotmp_10080type.*errors.errorString"".autotmp_1006type.error"".autotmp_1005"0type.*errors.errorString"".autotmp_1004type.bool"".autotmp_1003%type.bool"".autotmp_1002:type.[]"".authorityInfoAccess"".autotmp_10010type.*errors.errorString"".autotmp_1000type.int"".autotmp_0999type.error"".autotmp_0998type.[]uint8"".autotmp_0997"<type.*[]"".authorityInfoAccess"".autotmp_0996type.bool"".autotmp_09956type.[]"".policyInformation"".autotmp_0994Jtype.[]encoding/asn1.ObjectIdentifier"".autotmp_0993type.int"".autotmp_09920type.*errors.errorString"".autotmp_0991type.int"".autotmp_0990type.error"".autotmp_0989type.[]uint8"".autotmp_0988"8type.*[]"".policyInformation"".autotmp_09870type.*errors.errorString"".autotmp_0986type.int"".autotmp_0985type.error"".autotmp_0984type.[]uint8"".autotmp_0983"type.*[]uint8"".autotmp_0982%type.bool"".autotmp_0981$&type."".ExtKeyUsage"".autotmp_0980Jtype.[]encoding/asn1.ObjectIdentifier"".autotmp_09790type.*errors.errorString"".autotmp_0978type.int"".autotmp_0977type.error"".autotmp_0976type.[]uint8"".autotmp_0975"Ltype.*[]encoding/asn1.ObjectIdentifier"".autotmp_09740type.*errors.errorString"".autotmp_0973type.int"".autotmp_0972type.error"".autotmp_0971type.[]uint8"".autotmp_0970"$type.*"".authKeyId"".autotmp_0969type.error"".autotmp_0968"8type.*encoding/asn1.RawValue"".autotmp_09676type.[]"".distributionPoint"".autotmp_09660type.*errors.errorString"".autotmp_0965type.int"".autotmp_0964type.error"".autotmp_0963type.[]uint8"".autotmp_0961Dtype."".UnhandledCriticalExtension"".autotmp_0960$type.int"".autotmp_0959 0type.[]"".generalSubtree"".autotmp_0958%Dtype."".UnhandledCriticalExtension"".autotmp_0957type.int"".autotmp_09560type.*errors.errorString"".autotmp_0955type.int"".autotmp_0954type.error"".autotmp_0953type.[]uint8"".autotmp_0949type.int"".autotmp_0948type.error"".autotmp_0947 type.[]net.IP"".autotmp_0946type.[]string"".autotmp_0945type.[]string"".autotmp_09440type.*errors.errorString"".autotmp_0943type.int"".autotmp_0942type.error"".autotmp_0941type.[]uint8"".autotmp_0939type.int"".autotmp_0938type.int"".autotmp_09370type.*errors.errorString"".autotmp_0936type.int"".autotmp_0935type.error"".autotmp_0934type.[]uint8"".autotmp_0932type.int"".autotmp_0931Btype.[]crypto/x509/pkix.Extension"".autotmp_09300type.*errors.errorString"".autotmp_0929type.int"".autotmp_0928type.error"".autotmp_0927type.[]uint8"".autotmp_0926Dtype.*crypto/x509/pkix.RDNSequence"".autotmp_09250type.*errors.errorString"".autotmp_0924type.int"".autotmp_0923type.error"".autotmp_0922type.[]uint8"".autotmp_0921"Dtype.*crypto/x509/pkix.RDNSequence"".autotmp_09200type.*errors.errorString"".autotmp_0919$type.int"".autotmp_0918type.error"".autotmp_0917"type.interface {}"".autotmp_0916$4type."".PublicKeyAlgorithm"".autotmp_0915$4type."".SignatureAlgorithm"".autotmp_0914type.[]uint8"".&aia <type.*[]"".authorityInfoAccess"".&policies!8type.*[]"".policyInformation"".&keyid!type.*[]uint8"".&keyUsage!Ltype.*[]encoding/asn1.ObjectIdentifier 3136 "".&a $type.*"".authKeyId 3137 "".&n!8type.*encoding/asn1.RawValue"".&cdp 8type.*[]"".distributionPoint"".&constraints 0type.*"".nameConstraints"".&constraints!2type.*"".basicConstraints"".&usageBits!:type.*encoding/asn1.BitString"".&issuer!Dtype.*crypto/x509/pkix.RDNSequence"".&subject!Dtype.*crypto/x509/pkix.RDNSequence"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".~r0 type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string$encoding/asn1.y5%type.uint$encoding/asn1.x4%type.int$encoding/asn1.b28type.encoding/asn1.BitString"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".~r0 type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.stringmath/big.x2#$type.*math/big.Int"".v 6type."".authorityInfoAccess"".errtype.error"".resttype.[]uint8"".policy2type."".policyInformation"".i%type.int"".errtype.error"".resttype.[]uint8"".errtype.error"".resttype.[]uint8 3154 "".ok%type.bool"".extKeyUsage%&type."".ExtKeyUsage"".uFtype.encoding/asn1.ObjectIdentifier"".errtype.error"".resttype.[]uint8"".errtype.error"".resttype.[]uint8"".errtype.error 3158 "".dp2type."".distributionPoint"".errtype.error"".resttype.[]uint8"".subtree,type."".generalSubtree"".errtype.error"".resttype.[]uint8"".errtype.error"".resttype.[]uint8"".i%type.int"".usage%type.int"".errtype.error"".resttype.[]uint8"".unhandled%type.bool"".e 3163 >type.crypto/x509/pkix.Extension"".errtype.error"".resttype.[]uint8"".errtype.error"".resttype.[]uint8"".errtype.error"".out#(type.*"".Certificate"".~r2 type.error"".~r1(type.*"".Certificate 3170 "".in(type.*"".certificate"''''''''''''''''''''''''''''''''''''''''''''''' '''''''' '''' 3173 3174 "`r}\g!_J\^L 3176 J 3177 J11 3178 .,jifeMeX0/!Y 3179 / 3180 J& 3182 06 3183 3184 N 3185 / 3186 J/=BV; 3187 V 3188 / 3189 J9g g ! 3194 & 3195 J7,,!t 3197 .,VURQM$i 3198 7,Ma 3199 .,Mm$!n.,430/M$ 3200 n!n!* 2 &.8Zz#" 3208 _03&3`hO0M`hO0K1"W"#06Lev`| 3211 +& 3212 %O()0T,%J&[[1!5O8903. ;O>?004pA<kAMFPX 3213 S*&0KONO0+DkD'_YWX`3Tq 3216 g*&D_Wbc0.XfS)q-jC'PkWno06dHOAVqWtu0.jwxS\X 3217 .&fW0.zv3PX 3218 3PX 3219 Y& 3220 %n 3221 >1jTgclocals744b3d008ed32254fa7500dfd32688aeTgclocals5acc8b1f8c2a5815a68eb8fc543cc2dc^prebuilts/go/darwin-x86/src/crypto/x509/x509.go&"".ParseCertificateeH%HD$H;AHH$H$1H$H$HH$HD$HD$PH$HD$HL$PH$H$H$H\$H$HD$HHD$hHD$HL$pHL$ Ht$(Hl$0HT$8HD$@HL$HH$H$H$HL$`HD$XHt)H$H$H$HH1H$H$HH$H$ H$HH$HH\$HH\$H$H\$HD$ H\$(H$H\$0H$HH\$PH$HD$HT$HL$H$HT$xH$H$H$H" 3224 X 3225 *runtime.racefuncenter&type."".certificate 3226 "runtime.newobject 3227 ,runtime.racewriterange(type.*"".certificate 3228 .encoding/asn1.Unmarshal 3229 (runtime.racefuncexit2go.string."trailing data"<type.encoding/asn1.SyntaxErrortype.errorNgo.itab.encoding/asn1.SyntaxError.error 3230 runtime.convT2I 3231 (runtime.racefuncexit 3232 &"".parseCertificate 3233 (runtime.racefuncexit 3234 0runtime.morestack_noctxt`"".autotmp_1145type.error"".autotmp_1143otype.error"".autotmp_1141O<type.encoding/asn1.SyntaxError"".&cert(type.*"".certificate"".errtype.error"".rest/type.[]uint8"".~r2@type.error"".~r10(type.*"".Certificate"".asn1Datatype.[]uint84ND, 3241 O&+>9#Tgclocals5e30b7e986d9bc19b3629e172cb1402bTgclocals0159ab673167657bbd061c5f3af4fd0d^prebuilts/go/darwin-x86/src/crypto/x509/x509.go("".ParseCertificateseH%HD$H;AHH$H$1H$H$ H$(1H$0H$81H$H$H$H$HHH$HL$1H$H$HL$hH$H$H$H\$H$HD$HH$HD$H$HL$ Ht$(Hl$0HT$8HL$@HD$HH$H$H$H$H$Ht71H$H$ H$(H$0H$8HH$H$H$HH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$H$HD$XHH$H$Hl$XHHl$h=OH+H$H$H$H$H$H$H$HHH$HL$HL$HT$HL$ HD$(H$H$H$H$H$H$H$1H$HD$XH$HHL$`Hl$XH9HD$xH$H\$xH+H\$`H\$PH,$HD$HT$HL$HD$pH$H$Ht71H$H$ H$(H$0H$8HH$Hl$PL$L9HH$H$Hl$PL$L9HHl$p=uvH+HD$xHL$`HHHL$`Hl$XH9H$H$H$H$ H$H$(1H$0H$8HH$Hl$zH$Hl$>2 3248 X 3249 *runtime.racefuncenter&type."".certificate 3250 "runtime.newobject(type.*"".certificate 3251 .encoding/asn1.Unmarshal 3252 (runtime.racefuncexit,type.[]*"".certificate 3253 "runtime.growslice 3254 "runtime.racewrite 6runtime.writeBarrierEnabled 3255 ,type.[]*"".Certificate 3256 3257 "runtime.makeslice 3259 runtime.raceread 3261 &"".parseCertificate 3262 (runtime.racefuncexit 3263 "runtime.racewrite6runtime.writeBarrierEnabled 3264 (runtime.racefuncexit 3265 .runtime.writebarrierptr 3266 $runtime.panicindex 3267 $runtime.panicindex 3268 .runtime.writebarrierptr 3269 $runtime.panicslice 3270 0runtime.morestack_noctxt*"".autotmp_1163(type.*"".certificate"".autotmp_1162*type.**"".certificate"".autotmp_1161type.int"".autotmp_1160type.int"".autotmp_1159type.int"".autotmp_1158/,type.[]*"".certificate"".autotmp_1157type.error"".autotmp_1155,type.[]*"".certificate"".autotmp_1153type.int"".autotmp_1150(type.*"".certificate"".autotmp_1148type.int"".errtype.error"".cert(type.*"".Certificate"".itype.int"".ret_,type.[]*"".Certificate"".errtype.error"".cert(type.*"".certificate"".v,type.[]*"".certificate"".~r2`type.error"".~r10,type.[]*"".Certificate"".asn1Datatype.[]uint86S |,+,* Am%* 3277 ^ $O 3278 H+hhvnHt3 3280 3281 3284 Tgclocals62a758c955347f0a292a5700c14135d7Tgclocals3aaa83970fd14b8c4ef243df69082f58^prebuilts/go/darwin-x86/src/crypto/x509/x509.go*"".reverseBitsInAByteeH%H;av\HH\$H$\$HH3HHHH HHUHHHH \$H 3287 : 3288 *runtime.racefuncenter 3289 (runtime.racefuncexit 3290 0runtime.morestack_noctxt "".~r1type.uint8 3292 "".intype.uint8W 3294 dTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cb^prebuilts/go/darwin-x86/src/crypto/x509/x509.go "".asn1BitLengtheH%H;aH0H\$0H$LL$8H\$@HHH\$1H|$Hl$H9HD$(HH|$ HD$H)HH9I,H,$LL$8HT$H|$@H\$ Hl$H)HH9s}I,]H1Hs=HHHHsWHHuHT$PH0HHT$HHrHD$(HHl$H9HHD$PH01 3298 B 3299 *runtime.racefuncenter 3300 runtime.raceread 3301 (runtime.racefuncexit 3302 (runtime.racefuncexit 3303 $runtime.panicindex 3304 $runtime.panicindex 3305 0runtime.morestack_noctxt@`"".autotmp_1171/type.int"".autotmp_1170type.int"".autotmp_1168type.int"".autotmp_1167type.int"".autotmp_1166type.int"".iOtype.int"".bitLen?type.int"".~r10type.int"".bitStringtype.[]uint8`_`9_`%HX Tgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cb^prebuilts/go/darwin-x86/src/crypto/x509/x509.go$"".oidInExtensionseH%HD$H;AHH$H$H$H$H$H\$`1HD$XHD$8HT$PHHL$@Hl$8H98HD$HH$HD$8H\$HH'LLCH{kHS HK(HHk0L$LL$hL$LD$pH$H|$x@$@$H$H$H$H$H$H$H\$hHH$HKHL$HKHL$H$H\$H$H\$ H$H\$(\$0t$HHD$HHL$@H8HHL$@Hl$8H9$H. 3316 X 3317 *runtime.racefuncenter 3318 *runtime.racereadrange 3319 Hencoding/asn1.ObjectIdentifier.Equal 3320 (runtime.racefuncexit 3321 (runtime.racefuncexit 3322 0runtime.morestack_noctxtp"".autotmp_1177o>type.crypto/x509/pkix.Extension"".autotmp_1176@type.*crypto/x509/pkix.Extension"".autotmp_1175type.int"".autotmp_1174type.int"".autotmp_1172Btype.[]crypto/x509/pkix.Extension"".e>type.crypto/x509/pkix.Extension"".~r2`type.bool"".extensions0Btype.[]crypto/x509/pkix.Extension"".oidFtype.encoding/asn1.ObjectIdentifier&82 T$ 3326 +[eTgclocals1a2cc6eb7f6c2e8ae0ec9d76b9eca0b3Tgclocals5ba12c3ef7a52494f3303a6bf7fd24c7^prebuilts/go/darwin-x86/src/crypto/x509/x509.go"".marshalSANs""eH%H$(H;AcHXH$XH$111H$H$1H$H$H$1H$HH$IH$H$`H$hH$pH$x1H$pHD$HH$hHHL$PHl$HH9HD$`H$H\$`HHHkH$H$H$1HH$H$H$HT$hHT$Hl$pHl$H\$H$(HHMHKHMHKHMH$H$H$HH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9pH$HH$HHD$@HkHHH$HD$HH$Hl$@HkHHH$H\$Hl$H-H,$L$L$H$H$H$H$HD$`HL$PHHHL$PHl$HH9H$xH$H$H$x1H$pHD$HH$hHHL$PHl$HH9HD$`H$H\$`HAHHkH$H$H$1HH$H$H$HT$xHT$H$Hl$H\$H$HHMHKHMHKHMH$H$H$HH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9$H$HH$HHD$@HkHHH$HD$HH$Hl$@HkHHH$H\$Hl$H-H,$L$L$H$H$H$H$HD$`HL$PHHHL$PHl$HH9H$H$H$H$`1H$XHD$HH$PHHL$PHl$HH9=HD$XH$H\$XHHHKHkH$H$H$H$H$H$HL$H$Hl$HL$Hl$ HT$(HuH$H$H$H$1HH$H$H$H$H$H$H$H$H$H$H$HH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$HH$HHD$@HkHHH$HD$HH$Hl$@HkHHH$H\$Hl$H-H,$L$L$H$H$H$H$HD$XHL$PHHHL$PHl$HH9L$ H$(H$0HH$H$ H\$HD$H\$HH$HKHL$Ht$Hl$HT$ HL$(HD$0H$8H$H$@H$H$HH$H$H$H$H$HXoxD 3335 ^ 3336 *runtime.racefuncenter 3337 runtime.raceread 3338 runtime.duffzero 3339 2runtime.stringtoslicebyte:type.[]encoding/asn1.RawValue 3340 "runtime.growslice 3341 ,runtime.racewriterange 6type.encoding/asn1.RawValue 3342 (runtime.typedmemmove 3344 runtime.raceread 3346 runtime.duffzero 3347 2runtime.stringtoslicebyte:type.[]encoding/asn1.RawValue 3348 "runtime.growslice 3349 ,runtime.racewriterange6type.encoding/asn1.RawValue 3350 (runtime.typedmemmove 3351 runtime.raceread 3352 net.IP.To4 3353 runtime.duffzero:type.[]encoding/asn1.RawValue 3354 "runtime.growslice 3355 ,runtime.racewriterange6type.encoding/asn1.RawValue 3356 (runtime.typedmemmove:type.[]encoding/asn1.RawValue 3357 runtime.convT2E 3358 *encoding/asn1.Marshal! 3359 (runtime.racefuncexit! 3360 $runtime.panicslice! 3361 $runtime.panicslice! 3362 $runtime.panicslice! 3363 0runtime.morestack_noctxt L"".autotmp_1207type.int"".autotmp_1206:type.[]encoding/asn1.RawValue"".autotmp_12056type.encoding/asn1.RawValue"".autotmp_1204type.net.IP"".autotmp_1203type.*net.IP"".autotmp_1202type.int"".autotmp_1201type.int"".autotmp_1200type.int"".autotmp_1199:type.[]encoding/asn1.RawValue"".autotmp_11986type.encoding/asn1.RawValue"".autotmp_1197type.string"".autotmp_1196type.*string"".autotmp_1195type.int"".autotmp_1194type.int"".autotmp_1193type.int"".autotmp_1192:type.[]encoding/asn1.RawValue"".autotmp_11916type.encoding/asn1.RawValue"".autotmp_1190type.string"".autotmp_1189type.*string"".autotmp_1188type.int"".autotmp_1187type.int"".autotmp_1184:type.[]encoding/asn1.RawValue"".autotmp_1183type.error"".autotmp_1182type.[]uint8"".autotmp_1181type.net.IP"".autotmp_1180type.[]net.IP"".autotmp_1179type.[]string"".autotmp_1178type.[]string 3364 "".iptype.net.IP"".rawIPtype.net.IP"".emailtype.string"".nametype.string"".rawValues:type.[]encoding/asn1.RawValue"".errtype.error"".derBytestype.[]uint8"".ipAddresses`type.[]net.IP""".emailAddresses0type.[]string"".dnsNamestype.[]string" <r" 0 $$:$b.rZ6u 3368 Z6]Z6 <Tgclocals4747823a9c8b405ea569ec56fcc3e52eTgclocalsf9b748146ead65db0adb8f2e8072b588^prebuilts/go/darwin-x86/src/crypto/x509/x509.go$"".buildExtensionseH%H$`H;A:H H$ H$111H$HH$P1H$0H$8H$@HH$HD$ 3371 HD$ 3372 HT$HL$ HD$(H$0H$8H$@HD$xH$(H$H$H$(HH :HH$H$(H$H$HH$HH\$HH\$H$(H9HH|$HHHKHOHKHO\$09H$0Hl$xL$8L9h9Hk8HH$HH$H$0Hl$xL$8L9#9Hk8HH-HkH-HkH-=8H+H$0Hl$xL$8L98Hk8HH$H$H$0Hl$xL$8L9}8Hk8HH@kHH$HD$H$H$HD$H$(H$H$H$(HHH3HHH HHUHHHH \$wH$H$H$l$w@+H$(H$H$H$(HHHH3HHH HHUHHHH \$vH$HH$H$l$v@kH$HH$H$H$YtHH6HH6HH$H,$H$HD$H$HL$HD$1H$H$H$H$H$H$H$H$H$H$H$HH$H$H\$HD$H\$HH$HKHL$H\$H$H\$H$H\$ H$H\$(H$hH\$0H$pH$0Hl$xL$8L95Hk8HH$H$ H$0Hl$xL$8L9d5Hk8HH$Hk(H$Hk0H$=5Hk H$hH$pH$PH$HHt H H\$xHH\$xH$(H$H$0H$(H8HE-H$H$HH$(HPH-H$(H$H$`H$(`,HH$H$(H$H$HH$HH\$HH\$H$(H,HH|$HHHKHOHKHO\$0K,H$(H$H$hH$(HhH$Hu1H$H$pH$(puH$H$0Hl$xL$8L9+Hk8HH$HH$H$0Hl$xL$8L9z+Hk8HH-HkH-HkH-=6+H+1$H$H$(H$H$aH$(a$H$H$HH$H$H\$HD$H\$HH$HKHL$H\$H$H\$H$H\$ H$H\$(H$hH\$0H$pH$0Hl$xL$8L9=*Hk8HH$H$ H$0Hl$xL$8L9*Hk8HH$Hk(H$Hk0H$=)Hk H$hH$HH$pH$PH$0Hl$xL$8L9o)Hk8HH$H$Hl$xH$0L$8HL92)Hk8HH@kH$HHt H HHH\$xH$(H$H$xH$(HH(HH$H$(H$H$HH$HH\$HH\$H$(Hc(HH|$HHHKHOHKHO\$0)(H$0Hl$xL$8L9(Hk8HH$HH$H$0Hl$xL$8L9'Hk8HH-HkH-HkH-={'H+HH$H$(H\$H|$H'HD$xHD$H\$HH$HKHL$H\$H$H\$H$H\$ H$H\$(H$hH\$0H$pH$0Hl$xL$8L9&Hk8HH$H$ H$0Hl$xL$8L9w&Hk8HH$Hk(H$Hk0H$=,&Hk H$hH$pH$PH$HHt H H\$xHH\$xH$(H$H$H$(HH%HH$H$(H$H$HH$HH\$HH\$H$(HQ%HH|$HHHKHOHKHO\$0%H$0Hl$xL$8L9$Hk8HH$HH$H$0Hl$xL$8L9$Hk8HH-HkH-HkH-=i$H+1H$(H$0H$8H$(H$H$H$(H$HH$(HHMHKHMHKHMHH$H$(H\$HD$H\$HH$HKHL$H\$H$H\$H$H\$ H$H\$(H$hH\$0H$pH$0Hl$xL$8L9N#Hk8HH$H$ H$0Hl$xL$8L9#Hk8HH$Hk(H$Hk0H$="Hk H$hH$pH$PH$HHt H H\$xHH\$xH$(H$H$H$(HHH$H$H$(HHWH$(H$H$H$(HHH$H$H$(HHH$H$H$(HHH$(H$H$XH$(H`HNHH$H$(H$H$HH$HH\$HH\$H$(HHH|$HHHKHOHKHO\$0H$0Hl$xL$8L9Hk8HH$HH$H$0Hl$xL$8L9QHk8HH-HkH-HkH-= H+H$(H$H$XH$(H`HH$Hl$Hl$HT$HL$ HD$(H$H$H$H$(H$H$XH$(HoHXH`HhH$1H$H$H$HH$H$H9"H$H$H$HH3HSHkH$H$XH$H$`H$H$hH$H$HH$L$L9HkHH$H$H$L$L9LHkHH$HkH$HkH$=H+H$H$HHH$H$H9H$H$H$H$H$H$HH$H$H\$HD$H\$HH$HKHL$H\$H$H\$H$H\$ H$H\$(H$hH\$0H$pH$0Hl$xL$8L9Hk8HH$H$ H$0Hl$xL$8L9Hk8HH$Hk(H$Hk0H$=wHk H$hH$pH$PH$HHt H H\$xHH\$xH$(H$H$(H$(H0HHH$H$(H$H$HH$HH\$HH\$H$(HHH|$HHHKHOHKHO\$0bH$0Hl$xL$8L9=Hk8HH$HH$H$0Hl$xL$8L9Hk8HH-HkH-HkH-=H+H$0Hl$xL$8L9Hk8HH$H$H$(H$H$ H$(H$0Hl$xL$8L91Hk8H @k1H$H$H$H$H$H$H$H$(H$(H0HH$Hl$Hl$HT$HL$ HD$(H$H$H$H$H$H$H$(H$H$(H$(HB H(H0H8H$ 1H$H$H$HH$H$H9cH$H$H$HHHkH$H$HH$P1H$H$8H$H$@H$H$H$H$HH$HH$H$H96HHH$HD$H$H$H$H$HH$H$H$H9HHH$@HkH$8=H+H$H$HHH$H$H9H$H$ H$H$(H$H$0H$H$8H$H$@H$H$HHH$H$ H\$HD$H\$HH$HKHL$H\$H$H\$H$H\$ H$H\$(H$hH\$0H$pH$0Hl$xL$8L9^ 3410 Hk8HH$H$ H$0Hl$xL$8L9$ 3411 Hk8HH$Hk(H$Hk0H$= Hk H$hH$pH$PH$HHt H H\$xHH\$xH$(H$H$@HL$xH$(HHHR HH$H$(H$H$HH$HH\$HH\$H$(HHH|$HHHKHOHKHOHL$x\$0H$0L$8HL9Hk8HH$HH$H$0Hl$xL$8L9RHk8HH-HkH-HkH-=H+1H$H$H$H$(H$H$@H$(HH@HHHPH$ 1H$H$H$HH$H$H9)H$H$H$HBHHkH$HH$PH$P1HH$XH$PH$H$HT$H$ Hl$H\$H$hHHMHKHMHKHMHH$H$PH\$HD$H\$HH$HKHL$HT$HL$HD$ H$xH$H$H$X1HH$`H$XH$hH$xH$pH$H$xH$H$H$H$PH$H$XH$H$`H$`H$XH)H}nHH$H$PH\$H$XH\$H$`H\$H$XHH\$ H\$(H$PH\$0H$XH\$8H$`H$XHHH$`H9H$XH$PHH$HiHH$HD$H$PH$HiHH$XH\$Hl$H-H,$H$PH$H$XH$H$`H$H$H$HHH$H$H9H$H$H$H$H$H$HH$H$H\$HD$H\$HH$HKHL$H\$H$H\$H$H\$ H$H\$(H$hH\$0H$pH$0Hl$xL$8L9_Hk8HH$H$ H$0Hl$xL$8L9%Hk8HH$Hk(H$Hk0H$=Hk H$hH$pH$PH$HHt H HL$xHH$@H9L$0H$H$L$H$(H$H$H$H$(H)HH$8HH$@HH$HH$H$ H$(H$H$0H$(H$@HH$0H)H~kHH$H$ H\$H$(H\$H$0H\$HD$ H$H\$(H$ H\$0H$(H\$8H$0HH$L$@HHLL$0L9H9L$ H)I)ItHk8IHl$LD$LL$H$8H\$ H$@H\$(H$HH\$0H$H$@HH$0H9H$(H$ H$8H$(H$@H$0H$HH$8H$0H$@H$8H$HH$@1H$HH$PH LC L$Hl$:H$Hl$LC L$Hl$H$Hl$Y4H$Hl$<]LC L$Hl$vH$Hl$H$Hl$SHH$H$(H$H$HH$HH\$HH\$H$(HHH|$HHHKHOHKHO\$0H$0Hl$xL$8L9Hk8HH$HH$H$0Hl$xL$8L9AHk8HH-HkH-HkH-=H+H$(H$H$H$(H$H$H$(H$H$H$(HHHH$HKHL$HKHL$HH|$HHHKHOHKHOHH|$0HHHKHOHKHOH\$HH$H\$PH$H\$XH$H\$`H$hH\$hH$pH$0Hl$xL$8L9Hk8HH$H$ H$0Hl$xL$8L9Hk8HH$Hk(H$Hk0H$=uIHk H$hH$pH$PH$HHt H H\$xHH\$xLC L$Hl$cH$Hl$HH$H$(H$H$HH$HH\$HH\$H$(HmHH|$HHHKHOHKHO\$0H$0Hl$xL$8L9Hk8HH$HH$H$0Hl$xL$8L9Hk8HH-HkH-HkH-=H+1H$H$H$H$(H$H$H$(H;HHHH$ 1H$H$H$HH$H$H9UH$H$H$HHHkH$HH$H$PH$H$1HH$HH$HH$HH$H$H$H$H$H\$H$H\$H\$H$(HHMHKHMHKHMH$H$H$HH)H}QHH$H$hHT$HD$H$xHL$HH$pHH\$ HT$(HD$0HL$8HHH$xH9UH$pHH$hHH$Hk`HH$HD$`H$hH$Hk`HH$H\$Hl$H-H,$H$hH$H$pH$H$xH$H$H$HHH$H$H9H$(H$H$H$(HSHHHH$ 1H$H$H$HH$H$H9UH$H$H$HHHkH$HH$(H$PH$0H$1HH$HH$HH$HH$H$H$H$H$(H\$H$0H\$H\$H$HHMHKHMHKHMH$H$H$HH)H}QHH$H$hHT$HD$H$xHL$HH$pHH\$ HT$(HD$0HL$8HHH$xH9mH$pHH$hHH$Hk`HH$HD$`H$hH$Hk`HH$H\$Hl$H-H,$H$hH$H$pH$H$xH$H$H$HHH$H$H9H$H$H$H$H$H$HH$H$H\$HD$H\$HH$HKHL$H\$H$H\$H$H\$ H$H\$(H$hH\$0H$pH$0Hl$xL$8L9Hk8HH$H$ H$0Hl$xL$8L9Hk8HH$Hk(H$Hk0H$=uIHk H$hH$pH$PH$HHt H H\$xHH\$xKLC L$Hl$#;H$Hl$fLC L$Hl$$H$Hl$)LC L$Hl$%H$Hl$uLC L$Hl$5H$Hl$tHH$H$(H$H$HH$HH\$HH\$H$(HHH|$HHHKHOHKHO\$0RH$0Hl$xL$8L9Hk8HH$HH$H$0Hl$xL$8L9ZHk8HH-HkH-HkH-=H+1H$H$H$H$(H$H$0H$(HH0H8H@H$1H$xH$H$pHH$H$H9H$H$H$H+H,$Hl$HT$HL$\$ H$H$H$H$H$H$HH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9*H$HH$HH$HkHH$H$H$HkHH$HkH$HkH$=H+H$H$H$H$H$H$H$H$HHH$H$H9EH$(H$H$HL$H$(HHHH$HPHXH$H$H$LL$H$HH)H~[HH$H$Ht$LD$H$HD$HL$ L$H$Ht$(H\$0H$HD$8HH$LLHIH$H9*H9!H)I)IH$ItHkIHl$LD$LL$H$H\$ H|$(H$H\$0H$H$H$HH9H$H$H$@H$H$HH$H$PHH$H$@H\$HD$H\$HH$HKHL$H\$H$H\$H$H\$ H$H\$(H$hH\$0H$pH$0Hl$xL$8L9Hk8HH$H$ H$0Hl$xL$8L9Hk8HH$Hk(H$Hk0H$=uIHk H$hH$pH$PH$HHt H H\$xHH\$xdLC L$Hl$H$Hl$KHH$XH$`HH$H$XH\$HD$H\$HH$HKHL$2H$Hl$LC L$Hl$$H$Hl$2 3501 ^ 3502 *runtime.racefuncenterBtype.[]crypto/x509/pkix.Extension 3503 "runtime.makeslice 3504 runtime.raceread."".oidExtensionKeyUsage 3505 runtime.raceread 3506 runtime.raceread."".oidExtensionKeyUsage."".oidExtensionKeyUsage ."".oidExtensionKeyUsage 3507 $"".oidInExtensions 3508 "runtime.racewrite."".oidExtensionKeyUsage 3509 runtime.raceread."".oidExtensionKeyUsage ."".oidExtensionKeyUsage."".oidExtensionKeyUsage6runtime.writeBarrierEnabled 3510 "runtime.racewrite type.[2]uint8 3511 "runtime.newobject 3512 3513 ,runtime.racewriterange 3514 3515 runtime.raceread 3517 "runtime.racewrite 3519 runtime.raceread 3520 "runtime.racewrite 3521 runtime.raceread 3522 "".asn1BitLength8type.encoding/asn1.BitString 3523 runtime.convT2E 3524 *encoding/asn1.Marshal 3525 "runtime.racewrite6runtime.writeBarrierEnabled 3526 (runtime.racefuncexit 3527 runtime.raceread 3528 runtime.raceread 3529 runtime.raceread>"".oidExtensionBasicConstraints 3530 runtime.raceread 3531 runtime.raceread>"".oidExtensionBasicConstraints>"".oidExtensionBasicConstraints >"".oidExtensionBasicConstraints 3532 $"".oidInExtensions 3533 runtime.raceread 3534 runtime.raceread 3535 "runtime.racewrite>"".oidExtensionBasicConstraints 3536 runtime.raceread>"".oidExtensionBasicConstraints >"".oidExtensionBasicConstraints>"".oidExtensionBasicConstraints6runtime.writeBarrierEnabled 3537 runtime.raceread 0type."".basicConstraints! 3538 runtime.convT2E! 3539 *encoding/asn1.Marshal# 3540 "runtime.racewrite$6runtime.writeBarrierEnabled& 3541 "runtime.racewrite' 3542 (runtime.racefuncexit( 3543 runtime.raceread(6"".oidExtensionSubjectKeyId( 3544 runtime.raceread) 3545 runtime.raceread)6"".oidExtensionSubjectKeyId)6"".oidExtensionSubjectKeyId) 6"".oidExtensionSubjectKeyId* 3546 $"".oidInExtensions+ 3547 "runtime.racewrite+6"".oidExtensionSubjectKeyId+ 3548 runtime.raceread,6"".oidExtensionSubjectKeyId, 6"".oidExtensionSubjectKeyId,6"".oidExtensionSubjectKeyId,6runtime.writeBarrierEnabled-type.[]uint8- 3549 runtime.convT2E. 3550 *encoding/asn1.Marshal0 3551 "runtime.racewrite16runtime.writeBarrierEnabled2 3552 (runtime.racefuncexit2 3553 runtime.raceread3:"".oidExtensionAuthorityKeyId3 3554 runtime.raceread3 3555 runtime.raceread3:"".oidExtensionAuthorityKeyId4:"".oidExtensionAuthorityKeyId4 :"".oidExtensionAuthorityKeyId5 3556 $"".oidInExtensions6 3557 "runtime.racewrite6:"".oidExtensionAuthorityKeyId6 3558 runtime.raceread7:"".oidExtensionAuthorityKeyId7 :"".oidExtensionAuthorityKeyId7:"".oidExtensionAuthorityKeyId76runtime.writeBarrierEnabled8 3559 runtime.raceread9"type."".authKeyId: 3560 runtime.convT2E: 3561 *encoding/asn1.Marshal< 3562 "runtime.racewrite=6runtime.writeBarrierEnabled> 3563 (runtime.racefuncexit? 3564 runtime.raceread? 3565 runtime.raceread@ 3566 runtime.racereadA 3567 runtime.racereadA 3568 runtime.racereadB 3569 runtime.racereadCD"".oidExtensionCertificatePoliciesC 3570 runtime.racereadC 3571 runtime.racereadCD"".oidExtensionCertificatePoliciesCD"".oidExtensionCertificatePoliciesD D"".oidExtensionCertificatePoliciesE 3572 $"".oidInExtensionsE 3573 "runtime.racewriteFD"".oidExtensionCertificatePoliciesF 3574 runtime.racereadFD"".oidExtensionCertificatePoliciesG D"".oidExtensionCertificatePoliciesGD"".oidExtensionCertificatePoliciesG6runtime.writeBarrierEnabledG 3575 runtime.racereadH6type.[]"".policyInformationH 3576 "runtime.makesliceI 3577 runtime.racereadK 3578 runtime.racereadM 3579 "runtime.racewriteN6runtime.writeBarrierEnabledP6type.[]"".policyInformationP 3580 runtime.convT2EQ 3581 *encoding/asn1.MarshalS 3582 "runtime.racewriteT6runtime.writeBarrierEnabledU 3583 (runtime.racefuncexitU 3584 runtime.racereadV<"".oidExtensionNameConstraintsV 3585 runtime.racereadV 3586 runtime.racereadW<"".oidExtensionNameConstraintsW<"".oidExtensionNameConstraintsW <"".oidExtensionNameConstraintsX 3587 $"".oidInExtensionsY 3588 "runtime.racewriteY<"".oidExtensionNameConstraintsY 3589 runtime.racereadZ<"".oidExtensionNameConstraintsZ <"".oidExtensionNameConstraintsZ<"".oidExtensionNameConstraintsZ6runtime.writeBarrierEnabled[ 3590 "runtime.racewrite\ 3591 runtime.raceread] 3592 runtime.raceread^0type.[]"".generalSubtree^ 3593 "runtime.makeslice_ 3594 runtime.racereada 3595 runtime.racereadd 3596 ,runtime.racewriterangef6runtime.writeBarrierEnabledh.type."".nameConstraintsi 3597 runtime.convT2Ei 3598 *encoding/asn1.Marshalk 3599 "runtime.racewritel6runtime.writeBarrierEnabledm 3600 (runtime.racefuncexitn 3601 runtime.racereadnH"".oidExtensionCRLDistributionPointsn 3602 runtime.racereado 3603 runtime.racereadoH"".oidExtensionCRLDistributionPointsoH"".oidExtensionCRLDistributionPointso H"".oidExtensionCRLDistributionPointsp 3604 $"".oidInExtensionsq 3605 "runtime.racewriteqH"".oidExtensionCRLDistributionPointsq 3606 runtime.racereadrH"".oidExtensionCRLDistributionPointsr H"".oidExtensionCRLDistributionPointsrH"".oidExtensionCRLDistributionPointss6runtime.writeBarrierEnabledt 3607 runtime.racereadu 3608 runtime.racereadv 3609 runtime.duffzerow 3610 2runtime.stringtoslicebytex6type.encoding/asn1.RawValuex 3611 runtime.convT2Ey 3612 *encoding/asn1.Marshalz 3613 runtime.duffzero|6type.[]"".distributionPoint} 3614 "runtime.growslice 3615 ,runtime.racewriterange2type."".distributionPoint 3616 (runtime.typedmemmove6type.[]"".distributionPoint 3617 runtime.convT2E 3618 *encoding/asn1.Marshal 3619 "runtime.racewrite6runtime.writeBarrierEnabled 3620 (runtime.racefuncexit 3621 runtime.racereadBtype.[]crypto/x509/pkix.Extension 3622 &runtime.growslice_n>type.crypto/x509/pkix.Extension 3623 ,runtime.typedslicecopy 3624 (runtime.racefuncexit 3625 $runtime.panicslice 3626 $runtime.panicslice 3627 $runtime.panicslice 3628 .runtime.writebarrierptr 3629 $runtime.panicindex 3630 $runtime.panicindex 3631 $runtime.panicslice 3632 .runtime.writebarrierptr 3633 $runtime.panicindex 3634 $runtime.panicindex 3635 .runtime.writebarrierptr 3636 $runtime.panicindex 3637 $runtime.panicindex 3638 .runtime.writebarrierptr 3639 $runtime.panicindex 3640 $runtime.panicindex 3641 $runtime.panicindex 3642 $runtime.panicindex 3643 .runtime.writebarrierptr 3644 $runtime.panicindex 3645 $runtime.panicindex 3646 .runtime.writebarrierptr 3647 $runtime.panicindex 3648 $runtime.panicindex 3649 .runtime.writebarrierptr 3650 $runtime.panicindex 3651 $runtime.panicindex 3652 .runtime.writebarrierptr 3653 $runtime.panicindex 3654 $runtime.panicindex:"".oidExtensionSubjectAltName 3655 runtime.raceread 3656 runtime.raceread:"".oidExtensionSubjectAltName:"".oidExtensionSubjectAltName :"".oidExtensionSubjectAltName 3657 $"".oidInExtensions 3658 "runtime.racewrite:"".oidExtensionSubjectAltName 3659 runtime.raceread:"".oidExtensionSubjectAltName :"".oidExtensionSubjectAltName:"".oidExtensionSubjectAltName6runtime.writeBarrierEnabled 3660 runtime.raceread 3661 runtime.raceread 3662 runtime.raceread 3663 "".marshalSANs 3664 "runtime.racewrite6runtime.writeBarrierEnabled 3665 (runtime.racefuncexit 3666 .runtime.writebarrierptr 3667 $runtime.panicindex 3668 $runtime.panicindex 3669 .runtime.writebarrierptr 3670 $runtime.panicindex 3671 $runtime.panicindexD"".oidExtensionAuthorityInfoAccess 3672 runtime.raceread 3673 runtime.racereadD"".oidExtensionAuthorityInfoAccessD"".oidExtensionAuthorityInfoAccess D"".oidExtensionAuthorityInfoAccess 3674 $"".oidInExtensions 3675 "runtime.racewriteD"".oidExtensionAuthorityInfoAccess 3676 runtime.racereadD"".oidExtensionAuthorityInfoAccess D"".oidExtensionAuthorityInfoAccessD"".oidExtensionAuthorityInfoAccess6runtime.writeBarrierEnabled 3677 runtime.raceread 3678 runtime.raceread 3679 runtime.duffzero:"".oidAuthorityInfoAccessOcsp 3680 runtime.raceread:"".oidAuthorityInfoAccessOcsp:"".oidAuthorityInfoAccessOcsp :"".oidAuthorityInfoAccessOcsp 3681 2runtime.stringtoslicebyte:type.[]"".authorityInfoAccess 3682 "runtime.growslice 3683 ,runtime.racewriterange6type."".authorityInfoAccess 3684 (runtime.typedmemmove 3685 runtime.raceread 3686 runtime.raceread 3687 runtime.duffzero@"".oidAuthorityInfoAccessIssuers 3688 runtime.raceread@"".oidAuthorityInfoAccessIssuers@"".oidAuthorityInfoAccessIssuers @"".oidAuthorityInfoAccessIssuers 3689 2runtime.stringtoslicebyte:type.[]"".authorityInfoAccess 3690 "runtime.growslice 3691 ,runtime.racewriterange6type."".authorityInfoAccess 3692 (runtime.typedmemmove:type.[]"".authorityInfoAccess 3693 runtime.convT2E 3694 *encoding/asn1.Marshal 3695 "runtime.racewrite6runtime.writeBarrierEnabled 3696 (runtime.racefuncexit 3697 .runtime.writebarrierptr 3698 $runtime.panicindex 3699 $runtime.panicindex 3700 $runtime.panicslice 3701 $runtime.panicslice 3702 .runtime.writebarrierptr 3703 $runtime.panicindex 3704 $runtime.panicindex 3705 .runtime.writebarrierptr 3706 $runtime.panicindex 3707 $runtime.panicindex 3708 .runtime.writebarrierptr 3709 $runtime.panicindex 3710 $runtime.panicindex 3711 .runtime.writebarrierptr 3712 $runtime.panicindex 3713 $runtime.panicindex 3714 .runtime.writebarrierptr 3715 $runtime.panicindex 3716 $runtime.panicindex 3717 $runtime.panicindex 3718 $runtime.panicindex 3719 .runtime.writebarrierptr 3720 $runtime.panicindex 3721 $runtime.panicindex 3722 .runtime.writebarrierptr 3723 $runtime.panicindex 3724 $runtime.panicindex>"".oidExtensionExtendedKeyUsage 3725 runtime.raceread 3726 runtime.raceread>"".oidExtensionExtendedKeyUsage>"".oidExtensionExtendedKeyUsage >"".oidExtensionExtendedKeyUsage 3727 $"".oidInExtensions 3728 "runtime.racewrite>"".oidExtensionExtendedKeyUsage 3729 runtime.raceread>"".oidExtensionExtendedKeyUsage >"".oidExtensionExtendedKeyUsage>"".oidExtensionExtendedKeyUsage6runtime.writeBarrierEnabled 3730 runtime.raceread 3731 runtime.raceread 3732 *"".oidFromExtKeyUsageJtype.[]encoding/asn1.ObjectIdentifier 3733 "runtime.growslice 3734 "runtime.racewrite6runtime.writeBarrierEnabled 3735 runtime.racereadJtype.[]encoding/asn1.ObjectIdentifier 3736 &runtime.growslice_nFtype.encoding/asn1.ObjectIdentifier 3737 ,runtime.typedslicecopyJtype.[]encoding/asn1.ObjectIdentifier 3738 runtime.convT2E 3739 *encoding/asn1.Marshal 3740 "runtime.racewrite6runtime.writeBarrierEnabled 3741 (runtime.racefuncexit 3742 .runtime.writebarrierptr 3743 $runtime.panicindex 3744 $runtime.panicindex 3745 $runtime.panicslice 3746 $runtime.panicslice 3747 .runtime.writebarrierptr 3748 $runtime.panicslice4go.string."internal error"type.string 3749 runtime.convT2E 3750 runtime.gopanic 3751 .runtime.writebarrierptr 3752 $runtime.panicindex 3753 $runtime.panicindex 3754 .runtime.writebarrierptr 3755 $runtime.panicindex 3756 $runtime.panicindex 3757 $runtime.panicslice 3758 $runtime.panicindex 3759 $runtime.panicindex 3760 .runtime.writebarrierptr 3761 $runtime.panicindex 3762 $runtime.panicindex 3763 0runtime.morestack_noctxt`"".autotmp_1329type.int"".autotmp_1328Btype.[]crypto/x509/pkix.Extension"".autotmp_1327Btype.[]crypto/x509/pkix.Extension"".autotmp_1326type.int"".autotmp_13256type.[]"".distributionPoint"".autotmp_1324type.string"".autotmp_1323type.*string"".autotmp_1322type.int"".autotmp_1321type.int"".autotmp_1320,type."".generalSubtree"".autotmp_1319type.string"".autotmp_1318type.*string"".autotmp_1317type.int"".autotmp_1316type.int"".autotmp_1315Ftype.encoding/asn1.ObjectIdentifier"".autotmp_1314Htype.*encoding/asn1.ObjectIdentifier"".autotmp_1313type.int"".autotmp_1312type.int"".autotmp_1311type.int"".autotmp_1310:type.[]"".authorityInfoAccess"".autotmp_13096type."".authorityInfoAccess"".autotmp_1308type.string"".autotmp_1307type.*string"".autotmp_1306type.int"".autotmp_1305type.int"".autotmp_1304type.int"".autotmp_1303:type.[]"".authorityInfoAccess"".autotmp_13026type."".authorityInfoAccess"".autotmp_1301type.string"".autotmp_1300type.*string"".autotmp_1299type.int"".autotmp_1298type.int"".autotmp_1297type.int"".autotmp_1296Jtype.[]encoding/asn1.ObjectIdentifier"".autotmp_1295Jtype.[]encoding/asn1.ObjectIdentifier"".autotmp_1294type.int"".autotmp_1293Jtype.[]encoding/asn1.ObjectIdentifier"".autotmp_1291(type.*"".ExtKeyUsage"".autotmp_1290type.int"".autotmp_1289type.int"".autotmp_1288type.uint8"".autotmp_1286Btype.[]crypto/x509/pkix.Extension"".autotmp_1285Btype.[]crypto/x509/pkix.Extension"".autotmp_1284type.int"".autotmp_1283type.error"".autotmp_1282type.[]uint8"".autotmp_1281 6type.[]"".distributionPoint"".autotmp_1280type.[]uint8"".autotmp_12796type.encoding/asn1.RawValue"".autotmp_1278type.[]string"".autotmp_1277type.bool"".autotmp_1276type.int"".autotmp_1275type.int"".autotmp_1274type.error"".autotmp_1273type.[]uint8"".autotmp_1272.type."".nameConstraints"".autotmp_1271type.[]string"".autotmp_1270 0type.[]"".generalSubtree"".autotmp_1269type.int"".autotmp_1268type.bool"".autotmp_1267type.int"".autotmp_1266type.int"".autotmp_1265type.error"".autotmp_1264type.[]uint8"".autotmp_12636type.[]"".policyInformation"".autotmp_1262Jtype.[]encoding/asn1.ObjectIdentifier"".autotmp_1260type.int"".autotmp_1259type.bool"".autotmp_1258type.int"".autotmp_1257type.int"".autotmp_1256type.error"".autotmp_1255type.[]uint8"".autotmp_1254type.bool"".autotmp_1253type.int"".autotmp_1252type.int"".autotmp_1251type.int"".autotmp_1250type.int"".autotmp_1249type.error"".autotmp_1248type.[]uint8"".autotmp_1247:type.[]"".authorityInfoAccess"".autotmp_1246type.[]string"".autotmp_1245type.[]string"".autotmp_1244type.bool"".autotmp_1243type.int"".autotmp_1242type.int"".autotmp_1241type.int"".autotmp_1240type.error"".autotmp_1239type.[]uint8"".autotmp_1238"type."".authKeyId"".autotmp_1237type.bool"".autotmp_1236type.int"".autotmp_1235type.int"".autotmp_1234type.error"".autotmp_1233type.[]uint8"".autotmp_1232type.bool"".autotmp_1231type.int"".autotmp_1230type.int"".autotmp_1229type.error"".autotmp_1228type.[]uint8"".autotmp_12270type."".basicConstraints"".autotmp_1226type.bool"".autotmp_1225type.int"".autotmp_1224type.error"".autotmp_1223type.[]uint8"".autotmp_1222Jtype.[]encoding/asn1.ObjectIdentifier"".autotmp_1221type.string"".autotmp_1219Ftype.encoding/asn1.ObjectIdentifier"".autotmp_1218 3772 *type.[]"".ExtKeyUsage"".autotmp_1217type.bool"".autotmp_1216type.int"".autotmp_1215type.int"".autotmp_1214type.int"".autotmp_1213type.error"".autotmp_1212 3773 type.[]uint8"".autotmp_1211 8type.encoding/asn1.BitString"".autotmp_1210type.int"".autotmp_1208 Btype.[]crypto/x509/pkix.Extension 3774 "".&atype.*[2]uint8"".~r1type.uint8"".~r1type.uint8 3777 "".dp2type."".distributionPoint"".rawFullNametype.[]uint8"".nametype.string"".crlDp6type.[]"".distributionPoint"".permittedtype.string"".itype.int"".out.type."".nameConstraints"".policyFtype.encoding/asn1.ObjectIdentifier"".itype.int"".policies6type.[]"".policyInformation"".nametype.string"".nametype.string"".aiaValues :type.[]"".authorityInfoAccess"".maxPathLentype.int"".oidFtype.encoding/asn1.ObjectIdentifier"".oidsJtype.[]encoding/asn1.ObjectIdentifier"".bitStringtype.[]uint8"".ltype.int"".ntype.int"".err@type.error"".retBtype.[]crypto/x509/pkix.Extension"".template(type.*"".Certificate" vcI c/%'* ( 3788 3789 *(3fux ( 3794 3795 ,( 3796 3797 3798 (i0 (2y0 -V0$%01%% )-Lc0Lc0 ", 1 %!)>0SV "]%() .. (r (. ,!. RvM. `[. nv{}<oZtw ) 3821 } 3822 'n 3823 3824 c3 3825 '` 3826 3827 U% 3828 %(},+ 3829 4vXl]9yvXl]9 3832 }?,BM3 3833 "4 3834 - 3835 ', 3836 +# 3837 5, 3838 + 3839 %vT},# 3841 C1 3842 " 3843 3844 'Tgclocals73b5d20d775a3ff9d77dc918997f5f34Tgclocals1e5d8439a28ff6eaf33e816bd555f23e^prebuilts/go/darwin-x86/src/crypto/x509/x509.go"".subjectByteseH%H$0H;AHPH$PH$1H$`H$hH$p1H$xH$H$XH$H$HH$XHiPH~cH$H$HH$XHtCHkHH$`HkPH$hHkXH$p1H$xH$HPH$H$HD$H$XHHHHH$H$ H$H$(H$H$0HH$H$ H\$HD$H\$HH$HKHL$Ht$Hl$HT$ HL$(HD$0H$8H$`H$@H$hH$HH$pH$H$xH$H$HP 3850 ^ 3851 *runtime.racefuncenter 3852 runtime.raceread 3853 runtime.raceread 3854 (runtime.racefuncexit 3855 *runtime.racereadrange 3856 runtime.duffcopy 3857 Fcrypto/x509/pkix.Name.ToRDNSequenceBtype.crypto/x509/pkix.RDNSequence 3858 runtime.convT2E 3859 *encoding/asn1.Marshal 3860 (runtime.racefuncexit 3861 0runtime.morestack_noctxt`"".autotmp_1335_Btype.crypto/x509/pkix.RDNSequence"".autotmp_1334type.error"".autotmp_1333/type.[]uint8"".~r2@type.error"".~r1type.[]uint8"".cert(type.*"".Certificate("*" 3865 ,(R .&*Tgclocalsef65cbed57b606c7074f25c0f57581b5Tgclocals9f43c5bdba8d1a497f9843a0aaac1ce2^prebuilts/go/darwin-x86/src/crypto/x509/x509.go8"".signingParamsForPublicKey00eH%H$(H;AHX1HD$HHD$PH$XH$H$111H$H$H$1H$xHD$0H$`H$hH$xH$H$HD$L$L$,/ HD$PHH$H$xH\$H$H\$H\$PH\$L$,\$ HD$0H\$PH$H\$PHH+H$hHkH$pH$hH$HL$H$H$H$`H$XH9xH$H$pHl$HD$HL$\$ JH$xHH$HH$HH$HH$H$Ht HXH$pHu HXD$+HH$HHHH$1H$HD$8H$HHL$@Hl$8H90HD$XH$HD$0LL$XI>MIyIqIQII Ii(L$L$H$H$H$H$H$H$H$H$H$H$H$H$pH9H$Hl$0H9 HH$H$B1H\$hH\$pHH$HD$HD$`H$H\$`H$HkH$=H+H\$`H\$`H1H9t<HT$`H$H$ HD$hH$HT$pH$HXHH$HH\$HH\$HD$H$Hl$jH$H$H$HHMHKHMHKHMH$xHHH$H$.1H$H$HH$HD$HD$`H$H\$`H$HkH$=H+H\$`H\$`H1H9tBHT$`H$H$ H$H$H$H$HXHH$HH\$HH\$HD$H$Hl$dD$+|$+HH$H$ 1H$H$HH$HD$HD$`H$H\$`H$HkH$=H+H\$`H\$`H1H9tBHT$`H$H$ H$H$H$H$HXHH$HH\$HH\$HD$H$Hl$dHL$@LH0HAH$hH$HL$H$XH$`H$PH$HH9u.H$H$pHl$HD$HL$\$ MH$hH$HL$H$HH$PH$@H$8H9uxH$H$pHl$HD$HL$\$ tNH$xHH$HH$HH$HH$H$hH$HL$H$8H$@H$0H$(H9uxH$H$pHl$HD$HL$\$ tNH$xHH$HH$HH$HH$0HH$H$1H\$xH$HH$HD$HD$`H$H\$`H$HkH$=H+H\$`H\$`H1H9t7HL$`H$H$ HD$xH$H$H$kHH$HH\$HH\$HD$H$Hl$oUFgEHD$HHH$H$xH\$H$H\$H\$HH\$\$ HD$0H$xHH$HH$HH$HH$H$1HH$H$H$H=H$xH$H$H$HH$H$'1H$H$HH$HD$HD$`H$H\$`H$HkH$=H+H\$`H\$`H1H9t:HT$`H$H$ H$H$H$H$RHH$HH\$HH\$HD$H$Hl$l 3873 v 3874 *runtime.racefuncenter 3875 runtime.duffzero 3876 runtime.duffzero 3877 $runtime.efacethash8type.*crypto/ecdsa.PublicKey 3878 $runtime.assertE2T2 3879 runtime.raceread 3880 (crypto/elliptic.P224 3881 runtime.ifaceeq<"".oidSignatureECDSAWithSHA256 3882 runtime.raceread<"".oidSignatureECDSAWithSHA256<"".oidSignatureECDSAWithSHA256 <"".oidSignatureECDSAWithSHA256 3883 (runtime.racefuncexit 3884 (runtime.racefuncexit 8"".signatureAlgorithmDetails 3885 runtime.raceread 8"".signatureAlgorithmDetails 8"".signatureAlgorithmDetails 8"".signatureAlgorithmDetails 3886 3887 *runtime.racereadrange go.string."x509: requested SignatureAlgorithm does not match private key type".type.errors.errorString 3889 "runtime.newobject 3890 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 3891 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 3892 runtime.typ2Itab 3893 .runtime.writebarrierptrtgo.string."x509: cannot sign with hash function requested".type.errors.errorString 3894 "runtime.newobject 3895 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 3896 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 3897 runtime.typ2Itab 3898 .runtime.writebarrierptrXgo.string."x509: unknown SignatureAlgorithm".type.errors.errorString 3899 "runtime.newobject 3900 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 3901 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 3902 runtime.typ2Itab 3903 .runtime.writebarrierptr 3904 (crypto/elliptic.P256 3905 runtime.ifaceeq 3906 (crypto/elliptic.P384 3907 runtime.ifaceeq<"".oidSignatureECDSAWithSHA384 3908 runtime.raceread<"".oidSignatureECDSAWithSHA384 <"".oidSignatureECDSAWithSHA384 <"".oidSignatureECDSAWithSHA384 3909 (crypto/elliptic.P521! 3910 runtime.ifaceeq"<"".oidSignatureECDSAWithSHA512" 3911 runtime.raceread"<"".oidSignatureECDSAWithSHA512"<"".oidSignatureECDSAWithSHA512# <"".oidSignatureECDSAWithSHA512#Pgo.string."x509: unknown elliptic curve"$.type.errors.errorString$ 3912 "runtime.newobject$ 3913 "runtime.racewrite%6runtime.writeBarrierEnabled%Bgo.itab.*errors.errorString.error&0type.*errors.errorString&type.error&Bgo.itab.*errors.errorString.error' 3914 runtime.typ2Itab' 3915 .runtime.writebarrierptr(4type.*crypto/rsa.PublicKey( 3916 $runtime.assertE2T2)8"".oidSignatureSHA256WithRSA) 3917 runtime.raceread)8"".oidSignatureSHA256WithRSA)8"".oidSignatureSHA256WithRSA* 8"".oidSignatureSHA256WithRSA* 3918 runtime.duffzero+ 3919 runtime.duffcopy+fgo.string."x509: only RSA and ECDSA keys supported",.type.errors.errorString, 3920 "runtime.newobject, 3921 "runtime.racewrite-6runtime.writeBarrierEnabled-Bgo.itab.*errors.errorString.error.0type.*errors.errorString/type.error/Bgo.itab.*errors.errorString.error/ 3922 runtime.typ2Itab/ 3923 .runtime.writebarrierptr/ 3924 0runtime.morestack_noctxt r"".autotmp_1376type.*uint8"".autotmp_1375type.error"".autotmp_13740type.*errors.errorString"".autotmp_1373type.*uint8"".autotmp_1372type.error"".autotmp_13710type.*errors.errorString"".autotmp_1369type.*uint8"".autotmp_1368type.error"".autotmp_13670type.*errors.errorString"".autotmp_1366type.struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }"".autotmp_1365type.*struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }"".autotmp_1364type.int"".autotmp_1363type.int"".autotmp_1362type.*uint8"".autotmp_1361type.error"".autotmp_13600type.*errors.errorString"".autotmp_1358type.error"".autotmp_13570type.*errors.errorString"".autotmp_13564type.crypto/elliptic.Curve"".autotmp_13554type.crypto/elliptic.Curve"".autotmp_13544type.crypto/elliptic.Curve"".autotmp_13534type.crypto/elliptic.Curve"".autotmp_13524type.crypto/elliptic.Curve"".autotmp_13516type.encoding/asn1.RawValue"".autotmp_1350type.uint32"".autotmp_1348"type.interface {}"".autotmp_13470type.*errors.errorString"".autotmp_13460type.*errors.errorString"".autotmp_13450type.*errors.errorString"".autotmp_1344type.[]struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }"".autotmp_13430type.*errors.errorString"".autotmp_13420type.*errors.errorString"".autotmp_13414type.crypto/elliptic.Curve"".autotmp_13404type.crypto/elliptic.Curve"".autotmp_13394type.crypto/elliptic.Curve"".autotmp_13384type.crypto/elliptic.Curve"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".detailstype.struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }"".foundtype.bool"".pub"type.interface {}"".pub8type.*crypto/ecdsa.PublicKey"".pub4type.*crypto/rsa.PublicKey"".pubType4type."".PublicKeyAlgorithm"".errtype.error"".sigAlgo@Rtype.crypto/x509/pkix.AlgorithmIdentifier"".hashFunc0 type.crypto.Hash&"".requestedSigAlgo 4type."".SignatureAlgorithm"".pub"type.interface {}R" 3935 .|{> 4m=:72/"B/B 3937 B!3ie=e= BW =. B;:uz+u0{0g{0;7Vj 3 3947 5Tgclocals1e4022fdc94a695ee2763428ac045fddTgclocals92a4fc2b90cd5294f23896eae3210b70^prebuilts/go/darwin-x86/src/crypto/x509/x509.go("".CreateCertificate44eH%H$H;AH 3950 H$ 3951 H$111H$0H$81H$H$ H$(1H$ H$(HH$H$H\$H$H\$H$ H\$\$ HH$ H$H$(H$<AHH$H$>1H$H$HH$HD$H$H$H$H$HkH$=H+H$H$H1H9t_H$H$H$1H$H$ H$(H$H$0H$H$8H 3964 HH$HH\$HH\$HD$oH$Hl$>H$HZ H\$H$H\$H$H$ 3965 H$H$H$H$H$H\$H$ 3966 HHl$HD$H$0Ht$ H$H$H$H$0H$pH$8H$0Ht'1H$H$ H$(H 3972 H$ 3973 H$H$H\$Hl$HT$HD$ H$0Ht$(L$L$H$H$H$H$0H$L$8L$0It'1H$H$ H$(H 3980 H$ 3981 H$H$xH$ 3982 HH H$ 3983 H$H$H$ 3984 H$H$xH$ 3985 HHxH$ 3986 HLLD$Hl$H-H,$H$ 3987 H$HT$HL$HD$Hl$ Ht$(H$H$H$H$8H$0Ht H 3991 H$ 3992 H$HT$HL$HD$Hl$ Ht$(H$8H$@H$HH$8H$0Ht H 3996 H$ 3997 H$H$HT$HL$HD$Hl$ Ht$(H$ H$(H$0H$8H$0Ht H 4001 1HHH$hH$H$PH$XH$H$`H$ 4002 H$H$HD$H$ 4003 HHH$`$hHH$p1H$0$8H$@HH$HH$`H$0$h$8H$@H$ 4004 H$H$HD$H$ 4005 HHH$x$HH$1H$H$PH$XHH$HH$xH$H$$PH$XH5H$H$ 4006 H$H$H$ 4007 HH$H$H$pH$8H$HH$@H$PH$HH$XH$0H$`$8$hH$@H$pH$HH$x$P$H$XH$H$ H$H$(H$H$0H$1H$H$H$H$H$H$PH$PH$XH$XH$`H$`H$hH$hH$H$H$H$H$H$H$H$HH$H$H\$HD$H\$HH$HKHL$HT$HL$HD$ Hl$(Ht$0H$H$H$H$8H$0Ht H 4013 H$H$H$H$H$HL$HD$H$H\$H$H\$H$H\$H$H$H$HY@1H\$H\$H\$H$H$H$H[8HT$ HL$(HD$0H$H$H$1H$H$H$H$H$HH$HH\$HH\$H$H\$HD$ H\$(H|$0HHHHHH$ 4014 H\$H$ 4015 H\$H$H\$H$H\$ H$H\$(H$H$H$H[(LL$@HL$HLD$PHl$XHt$`L$HH$L$H$8H$0Ht H 4019 H$1H1H$H$H$H$H$H$P 4020 H$pHL$ 4021 H$ 4022 L$ 4023 HHH$ 4024 HH$H$H\$HD$H\$HH$HKHL$LD$H|$HT$ Hl$(Ht$0L$L$H$H$ H$H$(H$H$0H$H$8H 4032 '[;p 4033 ^ 4034 *runtime.racefuncenter$type.crypto.Signer 4035 $runtime.assertE2I2go.string."x509: certificate private key does not implement crypto.Signer".type.errors.errorString 4036 "runtime.newobject 4037 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 4038 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 4039 runtime.typ2Itab 4040 .runtime.writebarrierptr 4041 runtime.raceread 4042 4043 8"".signingParamsForPublicKey 4044 4045 runtime.duffcopy 4047 runtime.duffcopy 4049 (runtime.racefuncexit 4051 &"".marshalPublicKey 4053 runtime.duffcopy 4054 runtime.duffcopy 4055 (runtime.racefuncexit 4056 runtime.raceread 4057 "runtime.racewrite 4058 runtime.racereadtype.[]uint8 4059 (runtime.typedmemmove 4060 $"".buildExtensions 4061 (runtime.racefuncexit 4062 "".subjectBytes 4063 (runtime.racefuncexit 4064 "".subjectBytes 4065 (runtime.racefuncexit 4066 *runtime.racereadrangetime.UTC 4067 runtime.racereadtime.UTC 4068 *runtime.racereadrangetime.UTC 4069 runtime.racereadtime.UTC""".statictmp_1417 4070 runtime.duffcopy 4072 runtime.raceread 4073 runtime.duffcopy" 4074 runtime.duffcopy$ 4075 runtime.duffcopy$,type."".tbsCertificate$ 4077 runtime.convT2E% 4078 *encoding/asn1.Marshal& 4079 (runtime.racefuncexit' 4080 crypto.Hash.New()* type.crypto.Hash*,type.crypto.SignerOpts*Jgo.itab.crypto.Hash.crypto.SignerOpts+ 4081 runtime.convT2I-. 4082 (runtime.racefuncexit. 4083 runtime.duffzero/ 4084 runtime.duffcopy0 4086 runtime.duffcopy0&type."".certificate1 4087 runtime.convT2E1 4088 *encoding/asn1.Marshal3 4089 (runtime.racefuncexit4 4090 0runtime.morestack_noctxt+p"".autotmp_1416type.error"".autotmp_1414'type.error"".autotmp_1413(0type.*errors.errorString"".autotmp_1412type.error"".autotmp_1411type.[]uint8"".autotmp_1410&type."".certificate"".autotmp_1409type.int"".autotmp_1408'type.error"".autotmp_1407#type.[]uint8"".autotmp_1406type.error"".autotmp_1405type.[]uint8"".autotmp_1404( type.crypto.Hash"".autotmp_1403type.[]uint8"".autotmp_1401type.error"".autotmp_1400type.[]uint8"".autotmp_1399,type."".tbsCertificate"".autotmp_1398type.int"".autotmp_1397type.error"".autotmp_1396type.[]uint8"".autotmp_1395type.error"".autotmp_1394type.[]uint8"".autotmp_1393type.error"".autotmp_1390type.error"".autotmp_1389Rtype.crypto/x509/pkix.AlgorithmIdentifier"".autotmp_1387type.error"".autotmp_1386Rtype.crypto/x509/pkix.AlgorithmIdentifier"".autotmp_1384&*type.crypto.PublicKey"".autotmp_13830type.*errors.errorString"".autotmp_1382&$type.crypto.Signer"".~r0&type.time.Timetime.t2%type.time.Time"".~r0&type.time.Timetime.t2%type.time.Time"".~r0(type.errorerrors.text2(type.string"".signature$type.[]uint8"".digest#type.[]uint8"".h'type.hash.Hash$"".tbsCertContents$type.[]uint8"".c,type."".tbsCertificate&"".encodedPublicKey!8type.encoding/asn1.BitString"".asn1Subject"type.[]uint8"".asn1Issuer"type.[]uint8"".extensions#Btype.[]crypto/x509/pkix.Extension*"".publicKeyAlgorithmRtype.crypto/x509/pkix.AlgorithmIdentifier""".publicKeyBytes$type.[]uint8*"".signatureAlgorithm!Rtype.crypto/x509/pkix.AlgorithmIdentifier"".hashFunc( type.crypto.Hash"".key'$type.crypto.Signer"".errtype.error"".certtype.[]uint8"".priv`"type.interface {}"".pub@"type.interface {}"".parent0(type.*"".Certificate"".template (type.*"".Certificate"".randtype.io.Reader"+++++++++d++l+++++++++"0qMzypo2~J`]JVSRLI9u*'ARr! 4100 7/' 4101 .ym0*02y&! 4102 L TcfOfZf1N+L!$#8Tgclocals006f40357e6a4d4362cd417a3df04f20Tgclocals8e502ef3756d035df898f7490b929995^prebuilts/go/darwin-x86/src/crypto/x509/x509.go"".ParseCRLeH%H;aH`H\$`H$11H$H$HH$H\$hH$H\$pH\$H\$xH\$HH\$HH\$ HH\$(\$0pH\$hH$H\$pH\$H\$xH\$HD$1H9HD$8H$H\$8HH+Hl$@HkHl$HHH$H\$HH-H9HH$Hl$@H,$Hl$HHl$H-Hl$H-Hl$\$ t9H\$8H$H$H\$8HtxHkHl$hHk Hl$pHk(Hl$xH\$hH$H\$pH\$H\$xH\$HD$HT$ HL$(H$HT$PH$HL$XH$H`, 4106 B 4107 *runtime.racefuncenterx"".pemCRLPrefix 4108 runtime.raceread"".pemCRLPrefix"".pemCRLPrefix "".pemCRLPrefix 4109 bytes.HasPrefix 4110 &encoding/pem.Decode 4111 runtime.raceread"".pemType 4112 runtime.raceread"".pemType"".pemType 4113 runtime.raceread"".pemType"".pemType 4114 runtime.eqstring 4115 runtime.raceread 4116 "".ParseDERCRL 4117 (runtime.racefuncexit 4118 0runtime.morestack_noctxt`"".autotmp_1425?type.string"".autotmp_1422type.error"".blockO0type.*encoding/pem.Block"".err@type.error"".certList0Ltype.*crypto/x509/pkix.CertificateList"".crlBytestype.[]uint86 d'9] 0Ue6(Tgclocalscc145119884fdf9c78936ef01f77dd7dTgclocalsb7f77d91f435e42267b500766eeb4b9b^prebuilts/go/darwin-x86/src/crypto/x509/x509.go"".ParseDERCRL eH%HD$H;A4HH$H$11H$H$HH$HL$H$H$H$H$H\$H$HD$HH$HD$H$HL$ Ht$(Hl$0HT$8HD$@HL$HH$H$H$H$HD$xHt)H$H$H$HH HH\$hHD$p1H\$XH\$`HH$HD$HD$PH$H\$PHl$pHkHl$h=H+H\$PH\$PH1H9tHHL$PHD$XHL$`H$H$H$H$H$HHH$HH\$HH\$HD$H$Hl$^1H$H$H* 4124 X 4125 *runtime.racefuncenterJtype.crypto/x509/pkix.CertificateList 4126 "runtime.newobjectLtype.*crypto/x509/pkix.CertificateList 4127 .encoding/asn1.Unmarshal 4128 (runtime.racefuncexitRgo.string."x509: trailing data after CRL".type.errors.errorString 4129 "runtime.newobject 4130 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 4131 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 4132 runtime.typ2Itab 4133 .runtime.writebarrierptr 4134 (runtime.racefuncexit 4135 0runtime.morestack_noctxt`"".autotmp_1435type.error"".autotmp_1433type.error"".autotmp_14320type.*errors.errorString"".autotmp_14310type.*errors.errorString"".autotmp_1429Otype.error"".autotmp_1427Ltype.*crypto/x509/pkix.CertificateList"".~r0type.errorerrors.text2type.string"".errtype.error"".rest/type.[]uint8"".err@type.error"".certList0Ltype.*crypto/x509/pkix.CertificateList"".derBytestype.[]uint84`@ 4140 J &+}eC{01!Tgclocals493e4da174028d054eb08962566ef6b7Tgclocals5ab3da7f675abd9751369a662ee255a1^prebuilts/go/darwin-x86/src/crypto/x509/x509.go6"".(*Certificate).CreateCRL//eH%H$hH;AHH$H$111H$H$1H$H$H$1H$H$HH$H$8H\$H$@H\$H$H\$\$ HH$H$PH$H$X<AHH$@H$H>1H$0H$8HH$HD$H$(H$H$(H$HHkH$@=H+H$(H$(H1H9t_H$(H$0H$81H$H$H$H$pH$H$xH$HHH$HH\$HH\$HD$oH$Hl$>H$HZ HL$HD$H$H$H$HD$HD$HD$H$PHt$ H$H$H$H$PH$H$H$Ht'1H$H$H$HH$ H$H$HD$H$ HHHHH$H$H$H$H$H$H$`H$$h$H$pH$1H$$H$HH$HH$H$$$H$H$xH$$$H$H$1H$$H$HH$HH$$H5H$H$H$HH$H$0H$H$8H$H$@H$H$H$$PH$H$XH$H$`$$hH$H$pH$HH$xH$PH$H$XH$H$ H$H$xH$ HHa1H$H$H$$H$H$H$HH$HH$HH$HH$1H$H$H$H$ H$H$xH$ HHxH$HHMHKHMHKHMHH$H$H\$HD$H\$HH$HKHL$HT$HL$HD$ Hl$(Ht$0H$H$H$H$H$Ht HH$H$H$HH)H}QHH$H$XHT$HD$H$hHL$HH$`HH\$ HT$(HD$0HL$8HHH$hH9RH$`HH$XHH$Hk8HH$HD$8H$XH$Hk8HH$H\$Hl$H-H,$H$XH$H$`H$H$hH$H$H$HH$H$H\$HD$H\$HH$HKHL$HT$HL$HD$ Hl$(Ht$0H$H$H$ H$H$Ht HH$H$HL$HD$H$H\$H$H\$H$ H\$H$hH$H$`HY@1H\$H\$H\$H$hH$H$`H[8HT$ HL$(HD$0H$@H$HH$P1H$(H$0H$8H$H$ HH$HH\$HH\$H$ H\$HD$ H\$(H|$0HHHHHH$(H\$H$0H\$H$@H\$H$HH\$ H$PH\$(H$XH$H$PH[(LL$@HL$HLD$PHl$XHt$`L$(HH$0L$8H$H$Ht HH$1HH$H$HH$H$HL$H$L$HHH$HH$H$H\$HD$H\$HH$HKHL$LD$H|$HT$ Hl$(Ht$0L$pL$H$xH$H$H$H$H$H$H$HZ;A* 4156 ^ 4157 *runtime.racefuncenter$type.crypto.Signer 4158 $runtime.assertE2I2go.string."x509: certificate private key does not implement crypto.Signer".type.errors.errorString 4159 "runtime.newobject 4160 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 4161 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 4162 runtime.typ2Itab 4163 .runtime.writebarrierptr 4164 8"".signingParamsForPublicKey 4165 runtime.duffcopy 4166 4167 runtime.duffcopy 4169 (runtime.racefuncexit 4171 *runtime.racereadrange 4173 runtime.duffcopy 4175 Fcrypto/x509/pkix.Name.ToRDNSequencetime.UTC 4176 runtime.racereadtime.UTCtime.UTC 4177 runtime.racereadtime.UTC""".statictmp_1468 4178 runtime.duffcopy 4179 runtime.duffcopy 4180 runtime.raceread:"".oidExtensionAuthorityKeyId 4181 runtime.raceread:"".oidExtensionAuthorityKeyId:"".oidExtensionAuthorityKeyId :"".oidExtensionAuthorityKeyId 4182 runtime.raceread"type."".authKeyId 4183 runtime.convT2E 4184 *encoding/asn1.Marshal 4185 (runtime.racefuncexitBtype.[]crypto/x509/pkix.Extension 4186 "runtime.growslice 4187 ,runtime.racewriterange>type.crypto/x509/pkix.Extension 4188 (runtime.typedmemmove 4189 runtime.duffcopy Ptype.crypto/x509/pkix.TBSCertificateList 4190 runtime.convT2E! 4191 *encoding/asn1.Marshal" 4192 (runtime.racefuncexit" 4193 crypto.Hash.New$$& type.crypto.Hash&,type.crypto.SignerOpts&Jgo.itab.crypto.Hash.crypto.SignerOpts& 4194 runtime.convT2I(* 4195 (runtime.racefuncexit* 4196 runtime.duffzero* 4197 runtime.duffcopy+ 4198 runtime.duffcopy+Jtype.crypto/x509/pkix.CertificateList, 4199 runtime.convT2E, 4200 *encoding/asn1.Marshal. 4201 (runtime.racefuncexit. 4202 $runtime.panicslice/ 4203 0runtime.morestack_noctxtb"".autotmp_1470type.int"".autotmp_1469Btype.[]crypto/x509/pkix.Extension"".autotmp_1467type.error"".autotmp_1465type.error"".autotmp_14640type.*errors.errorString"".autotmp_1463type.error"".autotmp_1462type.[]uint8"".autotmp_1461Jtype.crypto/x509/pkix.CertificateList"".autotmp_1460type.int"".autotmp_1459type.error"".autotmp_1458type.[]uint8"".autotmp_1457type.error"".autotmp_1456type.[]uint8"".autotmp_1455 type.crypto.Hash"".autotmp_1454type.[]uint8"".autotmp_1452type.error"".autotmp_1451type.[]uint8"".autotmp_1450 Ptype.crypto/x509/pkix.TBSCertificateList"".autotmp_1449type.error"".autotmp_1447"type."".authKeyId"".autotmp_1445Btype.crypto/x509/pkix.RDNSequence"".autotmp_1444type.error"".autotmp_1443Rtype.crypto/x509/pkix.AlgorithmIdentifier"".autotmp_1441*type.crypto.PublicKey"".autotmp_14400type.*errors.errorString"".autotmp_1439$type.crypto.Signer"".~r0type.time.Timetime.t2type.time.Time"".~r0type.time.Timetime.t2type.time.Time"".~r0type.errorerrors.text2type.string"".signaturetype.[]uint8"".digesttype.[]uint8"".htype.hash.Hash,"".tbsCertListContentstype.[]uint8"".aki>type.crypto/x509/pkix.Extension"".tbsCertList Ptype.crypto/x509/pkix.TBSCertificateList*"".signatureAlgorithmRtype.crypto/x509/pkix.AlgorithmIdentifier"".hashFunc type.crypto.Hash"".key$type.crypto.Signer"".errtype.error"".crlBytestype.[]uint8"".expirytype.time.Time"".nowtype.time.Time"".revokedCertsPTtype.[]crypto/x509/pkix.RevokedCertificate"".priv0"type.interface {}"".randtype.io.Reader"".c(type.*"".Certificate`"."dc0q^]MTS{m\.^ 4213 29=2/$!AR [!+!.ym0**b` n]9kfN+ L .Tgclocals2957a10b4930cb05f55a7d80ec1316f8Tgclocalsb1faa5039529eccf1edc9b7bf802139c^prebuilts/go/darwin-x86/src/crypto/x509/x509.go&"".newRawAttributes eH%HD$H;AHHH$H$1H$H$ H$(1H$0H$8HH$HD$HD$XH$H$H$H$H$H$H$HH$H$H\$HD$H\$HH$HKHL$Ht$Hl$HT$ HL$(HD$0H$H$HL$XH$H4$H$Hl$H$HT$HH$H\$H$HL$ Ht$(Hl$0HT$8HD$@HL$HH$H$H$H$H$Ht71H$H$ H$(H$0H$8HHHH\$pHD$x-1H\$`H\$hHH$HD$HD$PH$H\$PHl$xHkHl$p=H+H\$PH\$PH1H9tVHT$PH$H$1H$H$ H$(HD$`H$0HT$hH$8HHH$HH\$HH\$HD$xH$Hl$MH\$XH$H\$XH+H$HkH$ HkH$(1H$0H$8H4 4224 X 4225 *runtime.racefuncenter:type.[]encoding/asn1.RawValue 4226 "runtime.newobject 4227 "runtime.racewrite`type.[]crypto/x509/pkix.AttributeTypeAndValueSET 4228 runtime.convT2E 4229 *encoding/asn1.Marshal<type.*[]encoding/asn1.RawValue 4230 .encoding/asn1.Unmarshal 4231 (runtime.racefuncexitrgo.string."x509: failed to unmarshall raw CSR Attributes".type.errors.errorString 4232 "runtime.newobject 4233 "runtime.racewrite 6runtime.writeBarrierEnabled Bgo.itab.*errors.errorString.error 4234 4235 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 4240 runtime.typ2Itab 4242 .runtime.writebarrierptr 4244 runtime.raceread 4246 (runtime.racefuncexit 4248 0runtime.morestack_noctxt "".autotmp_1481type.error"".autotmp_14800type.*errors.errorString"".autotmp_14790type.*errors.errorString"".autotmp_1477type.error"".autotmp_1476type.[]uint8"".autotmp_1474type.error"".autotmp_1472/`type.[]crypto/x509/pkix.AttributeTypeAndValueSET""".&rawAttributes<type.*[]encoding/asn1.RawValue"".~r0type.errorerrors.text2type.string"".resttype.[]uint8"".errtype.error"".b_type.[]uint8"".~r2`type.error"".~r10:type.[]encoding/asn1.RawValue"".attributes`type.[]crypto/x509/pkix.AttributeTypeAndValueSET6J,#* 4253 4254 MU6+OVvC0+ ?Tgclocals888709766422dfce851383d32cbb2ac4Tgclocalsc6a36455bf1333664eb56909e603a258^prebuilts/go/darwin-x86/src/crypto/x509/x509.go*"".parseRawAttributes eH%H$H;AMHH$H$1H$H$H$1H$IH$IH$H$H$H$H$1H$HD$XH$HHL$`Hl$XH9yHD$hH$HD$HHt$hHH$@H$@H$HH$HD$HD$pH$HD$0HD$pH$(HH$HKHL$HKHL$HH$H\$H$HD$ L$L$H$Ht$(Hl$0HT$8HL$@HD$HH$H$H$H$HL$xHH{LLHHL)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$HH$HHD$PHk0HH$HD$0H\$pH$HD$0H\$pH$LD$PMk0LHl$H\$HH$L$L$L$L$H$H$HD$hHL$`HHHHL$`Hl$XH9L$L$H$Hx& 4260 ^ 4261 *runtime.racefuncenter 4262 *runtime.racereadrange 4263 runtime.duffcopy 4264 runtime.duffcopy\type.crypto/x509/pkix.AttributeTypeAndValueSET 4265 "runtime.newobject 4266 ,runtime.racewriterange^type.*crypto/x509/pkix.AttributeTypeAndValueSET 4267 .encoding/asn1.Unmarshal`type.[]crypto/x509/pkix.AttributeTypeAndValueSET 4268 "runtime.growslice 4269 4270 ,runtime.racewriterange 4271 4272 *runtime.racereadrange\type.crypto/x509/pkix.AttributeTypeAndValueSET 4275 (runtime.typedmemmove 4277 (runtime.racefuncexit 4279 $runtime.panicslice 4281 0runtime.morestack_noctxt`"".autotmp_1496type.int"".autotmp_1495`type.[]crypto/x509/pkix.AttributeTypeAndValueSET"".autotmp_14946type.encoding/asn1.RawValue"".autotmp_14938type.*encoding/asn1.RawValue"".autotmp_1492type.int"".autotmp_1491type.int"".autotmp_1486:type.[]encoding/asn1.RawValue"".&attr^type.*crypto/x509/pkix.AttributeTypeAndValueSET"".errtype.error"".resttype.[]uint8"".rawAttr6type.encoding/asn1.RawValue"".attributes`type.[]crypto/x509/pkix.AttributeTypeAndValueSET"".~r10`type.[]crypto/x509/pkix.AttributeTypeAndValueSET "".rawAttributes:type.[]encoding/asn1.RawValue"(B" ,$% 2.ALZJq (Tgclocals7dcab7d1417afd2627855b1408868442Tgclocals2b53d5108a39dc551f970d66731536ae^prebuilts/go/darwin-x86/src/crypto/x509/x509.go6"".CreateCertificateRequesteH%H$H;A$H1H$ H$XH$H$H$111H$H$1H$H$H$1H$HH$PHH$H$H\$H$H\$H$HH\$\$ HH$HH$H$PH$<AHH$H$>1H$H$HH$HD$H$H$H$H$HkH$=H+H$H$H1H9t_H$H$H$1H$H$H$H$H$H$H$HHH$HH\$HH\$HD$oH$Hl$>H$1H$HZ H\$H$8H\$H$@H$H$H$H$8H$H$@H\$H$HHl$HD$H$Ht$ H$H$H$H$H$H$H$Ht'1H$H$H$H1H$H$H$H$h1H$H$H$H[ HL$HD$H$8H$H$@HD$Hl$HT$HD$ H$Ht$(L$L$H$H$H$H$H$hL$L$It'1H$H$H$H1H$H$H$H$H$H$H$HHH$H$H$HHH$H$H$HHqH$H$H$H$H$H7HH$xHHH$H$H$IH$hH$HH)H~[HH$H$`Ht$LD$H$pHD$HL$ L$H$Ht$(H\$0H$hHD$8HH$LLHIH$pH9YH9PH)I)IH$`ItHk8IHl$LD$LL$H$xH\$ H|$(H$H\$0H$pH$H$HH9HH$`H$H$H$1H$ H$(H$0H$H$H$H$(H$H]HH$HHHH$XH$ H$0IH$8H$PHH)H~[HH$H$0Ht$LD$H$@HD$HL$ L$(H$PHt$(H\$0H$8HD$8HH$LLHIH$@H9H9vH)I)IH$0ItHk0IHl$LD$LL$H$HH\$ H|$(H$XH\$0H$@H$(H$PHH9HH$0H$ H$(H$0H$H1H$$$$H$H$H$H$H$(1HHH$HD$H$H\$H$(H\$H\$ H$XH$H$H$H$HHHHH$X1H$PH$PH$HHH$HH$PH9kH$H$HD$0H$HvH+H$HkH$HkH$HkH$Hk H$Hk(H$H$H$0H$H$8H$H$@H$H$HH$H$PH$H$XHH$H$0HH$HKHL$HKHL$HH\$HH\$ HH\$(\$0H$H$HH0HH$HH$PH9H$HH$HD$HD$HT$HL$ HD$(H$H$H$H$H$H$H$1H$H$8H$xHH$PH$8H9H$pH$HD$8H$pHLLCH{kHS HK(HHk0L$L$`L$L$hH$H$p@$@$xH$H$H$H$H$H$H$`HH$HKHL$HKHL$HL$HD$ HH$H$XH\$H$HL$H$ HD$HD$ HH$`H$H$`+@H$pH$PH8HH$PH$8H9z$H$ H$(H$0H$X1H$PH$8H$HHH$PH$8H9,H$H$HD$0H$H4H+H$HkH$HkH$HkH$Hk H$Hk(H$H$H$H$H$H$H$H$H$H$H$ H$H$(HH$H$HH$HKHL$HKHL$HH\$HH\$ HH\$(\$0 H$ HH$H$ H$(H$H$HH$H$H$H$H$ H$(H$HH$HH$aH1HIHkH$H$H$ H$H$(H$H$H$HH)H~sHH$H$H\$H$H\$H$H\$HD$ H$H$ H\$(H$H\$0H$H\$8H$HH$L$HHHL9kH9bL$H)I)ItHk(IHl$LD$LL$H$H\$ HT$(H$H\$0H$ H$HH$H9 4344 H$H$H$H$H$ H$H$(H$H$ H$(H$H$HH$p 4345 H$H$H$ H$(H$H$HH$& 4347 H$ HiH$(HiH$= H)$$[1H$H$H$H$H$H$HH$HH$HH$HH$HH$H\$H$hH$hH( H$H$H$H$H$H$HkH$HkH$=H+H$H$H$H$H$H$H$ H$(H$0HH)H}QHH$H$HHT$HD$H$XHL$HH$PHH\$ HT$(HD$0HL$8HHH$XH9H$PHH$HHH$0Hk0HH$HD$0H$HH$0Hk0HH$H\$Hl$H-H,$H$HH$ H$PH$(H$XH$0H$H$H$HH$H"HiHH$8HiPH$@HiXH$HH$@HH$H$HD$H$HHHHH$H$H$H$H$H$HH$H$H\$HD$H\$HH$HKHL$HT$HL$HD$ Hl$(Ht$0H$8H$@H$HH$H$Ht HH$ H$H$(H\$H$0H\$H$H\$H$H\$ H$H\$(H$HD$0HL$8H$H$H$H$H$H$H$H$Ht HH$1HH$H$8H$H$@H$H$HH$ H$@H$hH$H$H$H$H$HHH$H$H$H$H$H$H$H$H$HH$H$H\$HD$H\$HH$HKHL$HT$HL$HD$ Hl$(Ht$0H$XH$`H$hH$H$Ht HH$XH$H$`H$H$hH$H$H$H\$H$H\$H$H$H$H$H$H$XH\$H$`H\$H$hH\$H$H$H$H[@1H\$H\$H\$H$H$H$H[8HT$ HL$(HD$0H$H$H$1H$pH$xH$H$H$@HH$HH\$HH\$H$@H\$HD$ H\$(H|$0HHHHHH$H\$H$H\$H$H\$H$H\$ H$H\$(H$H$H$H[(HT$@HL$HHD$PHl$XHt$`H$pH$xH$H$H$Ht HH$xH$ 1HH$ 4374 H$HH$ H$HH$pH$H$xH$H$H$HHH$HH$H$ H\$HD$H\$HH$HKHL$HT$HL$HD$ Hl$(Ht$0H$H$H$H$H$H$H$H$H$H$H$H$H$H$H$HEH$Hl$9H$Hl$ 4390 H$H$PH0H1H$PH$XH$`H$hH$pH$`H$PHHMHKHMHKHMHH$H$`H\$HD$ HD$H\$H$hHHMHKHMH$H$H$HH)H}QHH$H$HT$HD$H$(HL$HH$ HH\$ HT$(HD$0HL$8HHH$(H9H$ HH$HH$0Hk(HH$HD$(H$H$0Hk(HH$PH\$Hl$H-H,$H$H$H$ H$H$(H$A H$HH$PH$XH$1H$H$0H$HH$8H$0H9H$H$H$HH+HSHCH$H$H$H$(1H$ H$ H$HH$(H$ H9fH$xH$HD$(H$xHVH+H$PHkH$XHkH$`HkH$hHk H$pH$PH$xH$XH$H$`H$H$hH$H$pH$H$xHH$HKHL$HKHL$H\$H$(H\$ H$0$HH$H$XH\$H$(H\$H$H\$H$xH$(H(HH$(H$ H9H$H$8HHHH$H$H$H$HH$HH\$HH\$H$H^HH|$HHHKHOHKHO\$0H$H$H$H$H$H$H$H$H$H$HHHH$HKHL$HKHL$HH|$HHHKHOHKHOHH|$0HHHKHOHKHOHT$HHL$PHD$XHl$`Ht$hH$H$H$H$H$Ht71H$H$H$H$H$H1H$H$H$$H$H$H$HH$HH$HH$HH$H$H$H$H$H$H$H$H$H$HH)H}QHH$H$xHT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$HH$xHH$8Hk8HH$HD$8H$xH$8Hk8HH$H\$Hl$H-H,$H$xH$H$H$H$H$4 4425 Z 4426 runtime.duffzerot 4427 runtime.duffzero 4428 runtime.duffzero 4429 *runtime.racefuncenter$type.crypto.Signer 4430 $runtime.assertE2I2go.string."x509: certificate private key does not implement crypto.Signer".type.errors.errorString 4431 "runtime.newobject 4432 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 4433 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 4434 runtime.typ2Itab 4435 .runtime.writebarrierptr 4436 runtime.duffzero 4437 4438 runtime.raceread 4440 8"".signingParamsForPublicKey 4442 runtime.duffcopy 4444 runtime.duffcopy 4446 (runtime.racefuncexit 4448 runtime.duffzero 4449 &"".marshalPublicKey 4450 runtime.duffcopy 4451 runtime.duffcopy 4452 (runtime.racefuncexit 4453 runtime.raceread 4454 runtime.raceread 4455 runtime.raceread 4456 runtime.racereadBtype.[]crypto/x509/pkix.Extension 4457 &runtime.growslice_n>type.crypto/x509/pkix.Extension 4458 ,runtime.typedslicecopy 4459 runtime.raceread`type.[]crypto/x509/pkix.AttributeTypeAndValueSET 4460 &runtime.growslice_n\type.crypto/x509/pkix.AttributeTypeAndValueSET 4461 ,runtime.typedslicecopy" 4462 runtime.duffzero#(type.map[string]bool# 4463 runtime.makemap$ 4464 runtime.raceread& 4465 *runtime.racereadrange),"".oidExtensionRequest) 4466 runtime.raceread*,"".oidExtensionRequest*,"".oidExtensionRequest* ,"".oidExtensionRequest* 4467 Hencoding/asn1.ObjectIdentifier.Equal+Ztype.[]crypto/x509/pkix.AttributeTypeAndValue, 4468 "runtime.makeslice. 4469 *runtime.racereadrange1 4470 Jencoding/asn1.ObjectIdentifier.String1(type.map[string]bool2 4471 4runtime.mapaccess1_faststr3 4472 runtime.raceread6 4473 *runtime.racereadrange9,"".oidExtensionRequest9 4474 runtime.raceread9,"".oidExtensionRequest:,"".oidExtensionRequest: ,"".oidExtensionRequest: 4475 Hencoding/asn1.ObjectIdentifier.Equal; 4476 runtime.raceread>Ztype.[]crypto/x509/pkix.AttributeTypeAndValue? 4477 &runtime.growslice_n@Vtype.crypto/x509/pkix.AttributeTypeAndValueB 4478 ,runtime.typedslicecopyD 4479 "runtime.racewriteF6runtime.writeBarrierEnabledG,"".oidExtensionRequestG 4480 runtime.racereadG,"".oidExtensionRequestG,"".oidExtensionRequestH ,"".oidExtensionRequestH`type.[1][]crypto/x509/pkix.AttributeTypeAndValueH 4481 "runtime.newobjectI 4482 "runtime.racewriteJ6runtime.writeBarrierEnabledK`type.[]crypto/x509/pkix.AttributeTypeAndValueSETL 4483 "runtime.growsliceN 4484 ,runtime.racewriterangeO\type.crypto/x509/pkix.AttributeTypeAndValueSETO 4485 (runtime.typedmemmoveP 4486 runtime.racereadQ 4487 *runtime.racereadrangeR 4488 runtime.duffcopyR 4489 Fcrypto/x509/pkix.Name.ToRDNSequenceSBtype.crypto/x509/pkix.RDNSequenceS 4490 runtime.convT2ET 4491 *encoding/asn1.MarshalU 4492 (runtime.racefuncexitV 4493 &"".newRawAttributesX 4494 (runtime.racefuncexitX 4495 runtime.duffzeroZ 4496 runtime.duffcopy[ 4497 runtime.duffcopy\:type."".tbsCertificateRequest\ 4498 runtime.convT2E\ 4499 *encoding/asn1.Marshal^ 4500 (runtime.racefuncexit_ 4501 crypto.Hash.Newaac type.crypto.Hashc,type.crypto.SignerOptscJgo.itab.crypto.Hash.crypto.SignerOptsd 4502 runtime.convT2Ifg 4503 (runtime.racefuncexitg 4504 runtime.duffzeroh 4505 runtime.duffcopyh 4506 runtime.duffcopyi4type."".certificateRequestj 4507 runtime.convT2Ej 4508 *encoding/asn1.Marshall 4509 (runtime.racefuncexitm 4510 $runtime.panicslicem 4511 .runtime.writebarrierptrn 4512 .runtime.writebarrierptrn 4513 $runtime.panicindexn 4514 $runtime.panicindexn 4515 $runtime.panicslicen 4516 $runtime.panicslicen 4517 $runtime.panicindexn 4518 $runtime.panicindexptype.[]uint8q 4519 runtime.convT2ErZtype.[]crypto/x509/pkix.AttributeTypeAndValues 4520 "runtime.growslicet 4521 ,runtime.racewriterangeuVtype.crypto/x509/pkix.AttributeTypeAndValueu 4522 (runtime.typedmemmovev 4523 $runtime.panicslicex 4524 runtime.racereadz 4525 *runtime.racereadrange} 4526 Jencoding/asn1.ObjectIdentifier.String~(type.map[string]bool 4527 $runtime.mapassign1 4528 $runtime.panicslice 4529 $runtime.panicslice 4530 $runtime.panicslice 4531 $runtime.panicslice:"".oidExtensionSubjectAltName 4532 runtime.raceread 4533 runtime.raceread:"".oidExtensionSubjectAltName:"".oidExtensionSubjectAltName :"".oidExtensionSubjectAltName 4534 $"".oidInExtensions 4535 runtime.raceread 4536 runtime.raceread 4537 runtime.raceread 4538 "".marshalSANs 4539 (runtime.racefuncexit:"".oidExtensionSubjectAltName 4540 runtime.raceread:"".oidExtensionSubjectAltName:"".oidExtensionSubjectAltName :"".oidExtensionSubjectAltNameBtype.[]crypto/x509/pkix.Extension 4541 "runtime.growslice 4542 ,runtime.racewriterange>type.crypto/x509/pkix.Extension 4543 (runtime.typedmemmove 4544 $runtime.panicslice 4545 0runtime.morestack_noctxt."".autotmp_1599(type.*bool"".autotmp_1598type.int"".autotmp_1597`type.[]crypto/x509/pkix.AttributeTypeAndValueSET"".autotmp_1596(btype.*[1][]crypto/x509/pkix.AttributeTypeAndValue"".autotmp_1595^type.[][]crypto/x509/pkix.AttributeTypeAndValue"".autotmp_1594\type.crypto/x509/pkix.AttributeTypeAndValueSET"".autotmp_1593type.int"".autotmp_1592"Ztype.[]crypto/x509/pkix.AttributeTypeAndValue"".autotmp_1591Ztype.[]crypto/x509/pkix.AttributeTypeAndValue"".autotmp_1590\type.crypto/x509/pkix.AttributeTypeAndValueSET"".autotmp_1589^type.*crypto/x509/pkix.AttributeTypeAndValueSET"".autotmp_1588type.int"".autotmp_1587type.int"".autotmp_1586type.int"".autotmp_1585Ztype.[]crypto/x509/pkix.AttributeTypeAndValue"".autotmp_1584Vtype.crypto/x509/pkix.AttributeTypeAndValue"".autotmp_1583>type.crypto/x509/pkix.Extension"".autotmp_1582(@type.*crypto/x509/pkix.Extension"".autotmp_1581type.int"".autotmp_1580type.int"".autotmp_1579Vtype.crypto/x509/pkix.AttributeTypeAndValue"".autotmp_1578(Xtype.*crypto/x509/pkix.AttributeTypeAndValue"".autotmp_1577)type.int"".autotmp_1576)type.int"".autotmp_1575"Ztype.[]crypto/x509/pkix.AttributeTypeAndValue"".autotmp_1574(\type.*[]crypto/x509/pkix.AttributeTypeAndValue"".autotmp_1573)type.int"".autotmp_1572type.int"".autotmp_1571\type.crypto/x509/pkix.AttributeTypeAndValueSET"".autotmp_1570(^type.*crypto/x509/pkix.AttributeTypeAndValueSET"".autotmp_1569type.int"".autotmp_1568type.int"".autotmp_15676type.map.bucket[string]bool"".autotmp_15660type.map.hdr[string]bool"".autotmp_1565type.int"".autotmp_1564!`type.[]crypto/x509/pkix.AttributeTypeAndValueSET"".autotmp_1563!`type.[]crypto/x509/pkix.AttributeTypeAndValueSET"".autotmp_1562type.int"".autotmp_1561 Btype.[]crypto/x509/pkix.Extension"".autotmp_1560Btype.[]crypto/x509/pkix.Extension"".autotmp_1559)type.int"".autotmp_1558 Btype.[]crypto/x509/pkix.Extension"".autotmp_1557>type.crypto/x509/pkix.Extension"".autotmp_1556type.error"".autotmp_1554&type.error"".autotmp_1553(0type.*errors.errorString"".autotmp_1552type.error"".autotmp_1551type.[]uint8"".autotmp_15504type."".certificateRequest"".autotmp_1549type.int"".autotmp_1548&type.error"".autotmp_1547 type.[]uint8"".autotmp_1546type.error"".autotmp_1545type.[]uint8"".autotmp_1544) type.crypto.Hash"".autotmp_1543type.[]uint8"".autotmp_1542&type.hash.Hash"".autotmp_1541type.error"".autotmp_1540type.[]uint8"".autotmp_1539:type."".tbsCertificateRequest"".autotmp_1538type.int"".autotmp_1537type.error"".autotmp_1536:type.[]encoding/asn1.RawValue"".autotmp_1535type.error"".autotmp_1534type.[]uint8"".autotmp_1533Btype.crypto/x509/pkix.RDNSequence"".autotmp_1532type.int"".autotmp_1531Ztype.[]crypto/x509/pkix.AttributeTypeAndValue"".autotmp_1530type.int"".autotmp_1529type.bool"".autotmp_1528`type.[]crypto/x509/pkix.AttributeTypeAndValueSET"".autotmp_1527type.bool"".autotmp_1526&type.string"".autotmp_1525Btype.[]crypto/x509/pkix.Extension"".autotmp_1524Ztype.[]crypto/x509/pkix.AttributeTypeAndValue"".autotmp_1523type.int"".autotmp_1522*type.bool"".autotmp_1521%type.string"".autotmp_1520Ztype.[]crypto/x509/pkix.AttributeTypeAndValue"".autotmp_1519^type.[][]crypto/x509/pkix.AttributeTypeAndValue"".autotmp_1518type.bool"".autotmp_1517`type.[]crypto/x509/pkix.AttributeTypeAndValueSET"".autotmp_1515type.int"".autotmp_1514type.error"".autotmp_1513type.[]uint8"".autotmp_1511)type.int"".autotmp_1509)type.int"".autotmp_1508type.error"".autotmp_1507Rtype.crypto/x509/pkix.AlgorithmIdentifier"".autotmp_1505*type.crypto.PublicKey"".autotmp_1504type.error"".autotmp_1503Rtype.crypto/x509/pkix.AlgorithmIdentifier"".autotmp_1501%*type.crypto.PublicKey"".autotmp_15000type.*errors.errorString"".autotmp_1499%$type.crypto.Signer"".~r0(type.errorerrors.text2'type.string"".signature$type.[]uint8"".digest"type.[]uint8"".h'type.hash.Hash""".tbsCSRContents%type.[]uint8"".tbsCSR:type."".tbsCertificateRequest "".rawAttributes#:type.[]encoding/asn1.RawValue"".asn1Subjecttype.[]uint8"".atvSet\type.crypto/x509/pkix.AttributeTypeAndValueSET"".appended*type.bool"".e>type.crypto/x509/pkix.Extension"".atvsZtype.[]crypto/x509/pkix.AttributeTypeAndValue"".atvVtype.crypto/x509/pkix.AttributeTypeAndValue"".atvsZtype.[]crypto/x509/pkix.AttributeTypeAndValue"".atvSet\type.crypto/x509/pkix.AttributeTypeAndValueSET,"".specifiedExtensions)(type.map[string]bool"".attributes`type.[]crypto/x509/pkix.AttributeTypeAndValueSET"".err'type.error"".sanBytes$type.[]uint8"".extensions#Btype.[]crypto/x509/pkix.Extension*"".publicKeyAlgorithmRtype.crypto/x509/pkix.AlgorithmIdentifier""".publicKeyBytes#type.[]uint8"".sigAlgoRtype.crypto/x509/pkix.AlgorithmIdentifier"".hashFunc* type.crypto.Hash"".key'$type.crypto.Signer"".errtype.error"".csrPtype.[]uint8"".priv0"type.interface {}"".template 6type.*"".CertificateRequest"".randtype.io.Reader".......".......... ..HK0qM( 4554 4555 4556 h0M0z 4557 oGhL\YPMy?,)0KAR s 4561 !]* # *'H0 dq*9m-Wym0902yN; 4564 z& 4566 ]9FfM3PORfQIT~+I[^] N 4567 G6]9:;w,r/5Q 4568 ]9:&Tgclocals634f2dc9ab05ac241e97f63d09890e14Tgclocalsc1590a0a9b80aa834ed6954257980470^prebuilts/go/darwin-x86/src/crypto/x509/x509.go4"".ParseCertificateRequesteH%HD$H;AHH$H$1H$H$HH$HD$HD$PH$HD$HL$PH$H$H$H\$H$HD$HHD$hHD$HL$pHL$ Ht$(Hl$0HT$8HD$@HL$HH$H$H$HL$`HD$XHt)H$H$H$HH1H$H$HH$H$ H$HH$HH\$HH\$H$H\$HD$ H\$(H$H\$0H$HH\$PH$HD$HT$HL$H$HT$xH$H$H$H" 4571 X 4572 *runtime.racefuncenter4type."".certificateRequest 4573 "runtime.newobject 4574 ,runtime.racewriterange6type.*"".certificateRequest 4575 .encoding/asn1.Unmarshal 4576 (runtime.racefuncexit2go.string."trailing data"<type.encoding/asn1.SyntaxErrortype.errorNgo.itab.encoding/asn1.SyntaxError.error 4577 runtime.convT2I 4578 (runtime.racefuncexit 4579 4"".parseCertificateRequest 4580 (runtime.racefuncexit 4581 0runtime.morestack_noctxt`"".autotmp_1613type.error"".autotmp_1611otype.error"".autotmp_1609O<type.encoding/asn1.SyntaxError"".&csr6type.*"".certificateRequest"".errtype.error"".rest/type.[]uint8"".~r2@type.error"".~r106type.*"".CertificateRequest"".asn1Datatype.[]uint84ND, 4586 4587 O&+>9#Tgclocals5e30b7e986d9bc19b3629e172cb1402bTgclocals0159ab673167657bbd061c5f3af4fd0d^prebuilts/go/darwin-x86/src/crypto/x509/x509.go4"".parseCertificateRequestcceH%H$H;AHH$H$1H$H$H$H$H$HD$ H$H7HHHH\$ H$H\$(H$H\$0H$H$H$H$0H$HH0HH$HKHL$HKHL$H\$H$H$H$H$H$hH$H$H\HHH$HKHL$HKHL$H\$H$H$H$H$H$H$HHHH$HKHL$HKHL$H\$H$hH\$ H$pH\$(H$xHH$HD$H$H$HD$(H$HH\1HH$H$H$H$HH$HH\$Hl$H-H,$H$H$H$H$H$H$H$HHkH$HLCLD$Hl$H-H,$H$H$H$0H$H$H$H$hH$H HH$HLC0LD$Hl$H-H,$H$H$H$HH$H$H$H$ H$0H$HHkhH$HvLCHLD$Hl$H-H,$H$H$H$hH$H$HkpH$HkxH$=HkhH$H$H$H$H$HH$H$H$H$HH$H$`H$H$H$H$H$HXL$Ih0Hh`H$H$H$H$pHH$xHH$h=HH$1H$0H$8H$H$H$H$HH,$H$H\$H|$pHD$HD$hH\$H$PH\$H$XH\$ H$@H\$(H$HH$H$H$H$H$PHH$X=HH$@H$HH$8H$0Ht)H$H$H$HHH$HD$H$H$H$H$H$H$H$H$ H$0H$HH^hHH$HKHL$HKHL$H$HH$PH\$H$XHD$ Ht$(Hl$0HT$8HD$@HL$HH$xH$H$H$(H$ Ht)H$H$H$HH0HH$H$'1H$H$HH$HD$H$H$H$H$HkH$=H+H$H$H1H9tQH$H$@H$HH$H$H$H$H$HHH$HH\$HH\$HD$H$Hl$OH$H$H<$H$H$H\$1H$H$H$H$H$H$H$HHHHH$x1H$pH$H$hHH$H$H9;H$H$HD$0H$HLH{HsHSHK Hk(L$L$0H$H$8H$H$@H$H$HH$ H$PH$(H$XHH$H$0HH$HKHL$HKHL$HH\$HH\$ HH\$(\$0H$H$H0HH$H$H9H$HH$HD$HD$H\$H$8H\$ H$@H\$(H$HH$H$H$H$H$@HH$HHH$8=& 4601 HH$H$H$H$1H$HD$xH$HH$Hl$xH9H$H$HD$(H$H H;HsHSHKHk H$H$H$H$H$H$H$H$H$H$1H$ H$(H$0HH$H$H|$HHHKHOH$ H\$\$ L$ L$`L$(L$hH$0H$p0HH$H$91H$H$HH$HD$H$H$H$H$HkH$=H+H$H$H1H9tQH$H$@H$HH$H$H$H$H$HHH$HH\$HH\$HD$H$Hl$O1H$`H$hH$p$xH$H$H$H$H$`HHMHKHMHKHML$L$H$H$H$H$H$HHHHHH)H}QHH$H$8HT$HD$H$HHL$HH$@HH\$ HT$(HD$0HL$8HHH$HH9?H$@HH$8HHD$pHk8HH$HD$8H$8Hl$pHk8HH$`H\$Hl$H-H,$H$H$H$H$H$@HH$HHH$8=gHH$HlH$H$H$H$H$HH$ H$H$H$H$H$H$HH$HHH$H$H$H$HH$HH$rHH$H$H$H$H$HH$HH$!HHHJH$H$H$H$HH$HH$HH$H$H$H$H$HH$HH${HHHH$H$H$H$HH$HH$&HH$H$H$H$H$HH$HH$HH+HH$`H$H$hH\$H$pH\$H\$H$H\$ H$H\$(H$H\$0H$H\$8H$H\$@H$H\$HH$H\$PH$H\$XH$H\$`H$@H\$hH$HH$H$H$H$H$HH$HH$=HH$H$H$H$H$HH$HH$='HH$H$H$H$H$HH$H H$=HH$@H$HH$8H$0Ht)H$H$H$HH$H$H(HH$Hl$xH9H$H$1H$H$HLL$Hl$;LL$Hl$LL$Hl$QLL$Hl$*]LL$Hl$H$HH$PH$XH$`1H$XHD$pH$PHHL$xHl$pH9H$H$L$H$HHHKHkH$HH$H$H$LL$H$HH)H~[HH$H$H|$LD$H$HL$HD$ L$H$H|$(H\$0H$HL$8HH$LLHIH$H9H9H)I)IH$ItHk(IHl$LD$LL$H$H\$ HT$(H$H\$0H$H$H$HH9w<HH$H$H$H$H$HL$xHH<ep%LL$Hl$!%LL$Hl$LChL$Hl$fqTE2? 4618 ^ 4619 *runtime.racefuncenter 4620 *runtime.racereadrange 4621 runtime.duffcopy 4622 Dencoding/asn1.BitString.RightAlign 4623 runtime.raceread 4624 >"".getSignatureAlgorithmFromOID 4625 runtime.raceread 4626 >"".getPublicKeyAlgorithmFromOID 4627 runtime.raceread 4628 *"".parseRawAttributes4type."".CertificateRequest 4629 "runtime.newobject 4630 ,runtime.racewriterange 4631 runtime.duffzero 4632 "runtime.racewrite 4633 runtime.raceread 4634 :type.encoding/asn1.RawContent 4635 4636 (runtime.typedmemmove 4637 4638 "runtime.racewrite 4640 runtime.raceread:type.encoding/asn1.RawContent 4643 (runtime.typedmemmove 4645 "runtime.racewrite 4647 runtime.raceread :type.encoding/asn1.RawContent 4649 (runtime.typedmemmove 4650 "runtime.racewrite 4651 runtime.racereadtype.[]uint8 4652 (runtime.typedmemmove 4653 "runtime.racewrite6runtime.writeBarrierEnabled 4654 "runtime.racewrite 4655 "runtime.racewrite 4656 "runtime.racewrite 4657 runtime.raceread 4658 "runtime.racewrite6runtime.writeBarrierEnabled 4659 runtime.raceread 4660 """.parsePublicKey 4661 "runtime.racewrite6runtime.writeBarrierEnabled 4662 (runtime.racefuncexitBtype.crypto/x509/pkix.RDNSequence 4663 "runtime.newobject 4664 "runtime.racewrite 4665 runtime.racereadDtype.*crypto/x509/pkix.RDNSequence 4666 .encoding/asn1.Unmarshal 4667 (runtime.racefuncexitfgo.string."x509: trailing data after X.509 Subject".type.errors.errorString 4668 "runtime.newobject 4669 "runtime.racewrite 6runtime.writeBarrierEnabled!Bgo.itab.*errors.errorString.error" 4670 (runtime.racefuncexit"0type.*errors.errorString"type.error"Bgo.itab.*errors.errorString.error# 4671 runtime.typ2Itab# 4672 .runtime.writebarrierptr$ 4673 Xcrypto/x509/pkix.(*Name).FillFromRDNSequence% 4674 runtime.raceread' 4675 *runtime.racereadrange),"".oidExtensionRequest) 4676 runtime.raceread*,"".oidExtensionRequest*,"".oidExtensionRequest* ,"".oidExtensionRequest* 4677 Hencoding/asn1.ObjectIdentifier.Equal+Btype.[]crypto/x509/pkix.Extension, 4678 "runtime.makeslice- 4679 "runtime.racewrite-6runtime.writeBarrierEnabled/ 4680 *runtime.racereadrange2type.[]uint82 4681 $runtime.assertE2T24go.string."x509: extension attribute contained non-OCTET STRING data"4.type.errors.errorString4 4682 "runtime.newobject5 4683 "runtime.racewrite56runtime.writeBarrierEnabled6Bgo.itab.*errors.errorString.error7 4684 (runtime.racefuncexit70type.*errors.errorString7type.error8Bgo.itab.*errors.errorString.error8 4685 runtime.typ2Itab8 4686 .runtime.writebarrierptr: 4687 runtime.raceread;Btype.[]crypto/x509/pkix.Extension< 4688 "runtime.growslice> 4689 ,runtime.racewriterange>>type.crypto/x509/pkix.Extension? 4690 (runtime.typedmemmove? 4691 "runtime.racewrite@6runtime.writeBarrierEnabledA 4692 runtime.racereadD 4693 runtime.racereadF 4694 runtime.racereadH 4695 runtime.racereadJ 4696 ("".parseSANExtensionM 4697 "runtime.racewriteN6runtime.writeBarrierEnabledN 4698 "runtime.racewriteO6runtime.writeBarrierEnabledP 4699 "runtime.racewriteP6runtime.writeBarrierEnabledR 4700 (runtime.racefuncexitS 4701 (runtime.racefuncexitT 4702 .runtime.writebarrierptrT 4703 .runtime.writebarrierptrT 4704 .runtime.writebarrierptrU 4705 $runtime.panicindexU 4706 $runtime.panicindexU 4707 $runtime.panicindexU 4708 $runtime.panicindexU 4709 $runtime.panicindexU 4710 $runtime.panicindexU 4711 $runtime.panicindexU 4712 $runtime.panicindexV 4713 .runtime.writebarrierptrV 4714 $runtime.panicsliceW 4715 .runtime.writebarrierptrX 4716 runtime.racereadZZtype.[]crypto/x509/pkix.AttributeTypeAndValueZ 4717 &runtime.growslice_n[Vtype.crypto/x509/pkix.AttributeTypeAndValue] 4718 ,runtime.typedslicecopy_ 4719 $runtime.panicslice_ 4720 $runtime.panicslice` 4721 .runtime.writebarrierptr` 4722 .runtime.writebarrierptra 4723 .runtime.writebarrierptrb 4724 0runtime.morestack_noctxt@~"".autotmp_1664type.int"".autotmp_1663type.int"".autotmp_1662Btype.[]crypto/x509/pkix.Extension"".autotmp_1661o>type.crypto/x509/pkix.Extension"".autotmp_1660type.*uint8"".autotmp_1659type.error"".autotmp_16580type.*errors.errorString"".autotmp_1657Vtype.crypto/x509/pkix.AttributeTypeAndValue"".autotmp_1656Xtype.*crypto/x509/pkix.AttributeTypeAndValue"".autotmp_1655type.int"".autotmp_1654type.int"".autotmp_1652Ztype.[]crypto/x509/pkix.AttributeTypeAndValue"".autotmp_1651Ztype.[]crypto/x509/pkix.AttributeTypeAndValue"".autotmp_1650\type.*[]crypto/x509/pkix.AttributeTypeAndValue"".autotmp_1649type.int"".autotmp_1648type.int"".autotmp_1647\type.crypto/x509/pkix.AttributeTypeAndValueSET"".autotmp_1646^type.*crypto/x509/pkix.AttributeTypeAndValueSET"".autotmp_1645type.int"".autotmp_1644type.int"".autotmp_1642type.error"".autotmp_16410type.*errors.errorString"".autotmp_16406type.*"".CertificateRequest"".autotmp_1639type.error"".autotmp_1638type.[]net.IP"".autotmp_1637type.[]string"".autotmp_1636type.[]string"".autotmp_1635type.int"".autotmp_16340type.*errors.errorString"".autotmp_1633type.[]uint8"".autotmp_1632Ztype.[]crypto/x509/pkix.AttributeTypeAndValue"".autotmp_1631Btype.[]crypto/x509/pkix.Extension"".autotmp_1630type.int"".autotmp_1629^type.[][]crypto/x509/pkix.AttributeTypeAndValue"".autotmp_1627`type.[]crypto/x509/pkix.AttributeTypeAndValueSET"".autotmp_16260type.*errors.errorString"".autotmp_1625type.int"".autotmp_1624type.error"".autotmp_1623type.[]uint8"".autotmp_1622Dtype.*crypto/x509/pkix.RDNSequence"".autotmp_1621 type.error"".autotmp_1620 "type.interface {}"".autotmp_1619`type.[]crypto/x509/pkix.AttributeTypeAndValueSET"".autotmp_16184type."".PublicKeyAlgorithm"".autotmp_16174type."".SignatureAlgorithm"".autotmp_1616type.[]uint8"".&subject 4737 Dtype.*crypto/x509/pkix.RDNSequence"".~r0 4739 type.errorerrors.text2 4740 type.string"".~r0 4742 type.errorerrors.text2 4743 type.string"".valuetype.[]uint8"".eVtype.crypto/x509/pkix.AttributeTypeAndValue"".atvsZtype.[]crypto/x509/pkix.AttributeTypeAndValue"".atvSet\type.crypto/x509/pkix.AttributeTypeAndValueSET"".extensionsZtype.[]crypto/x509/pkix.AttributeTypeAndValue"".err type.error"".resttype.[]uint8"".err type.error"".out6type.*"".CertificateRequest"".~r2 type.error"".~r16type.*"".CertificateRequest 4750 "".in6type.*"".certificateRequest`" 4752 [1"r]dO\df9!=B`_&VU 4754 RQJ1h0 &%J9?B 4756 -,/N* & .z0]hO0 4765 K3@{0 4767 6 [[-y0 4769 =H: 4770 9%ca'F&Tgclocals2f73a00da52a5052649956b95cac05eaTgclocals206396c1c1a219dd6b99e5fa69931a5b^prebuilts/go/darwin-x86/src/crypto/x509/x509.goN"".(*CertificateRequest).CheckSignatureeH%H;a HhH\$hH$11H\$xH$H\$pH$H$H\$pH$H$H\$pH$H$hH\$pH$H$HD$pHH,$HXH|$HHHKHOHKHOHXhH|$ HHHKHOHKHOHH|$8HHHKHOHL$HHD$PHL$XHL$xHD$`H$Hh 4776 B 4777 *runtime.racefuncenter 4778 runtime.raceread 4779 runtime.raceread 4780 runtime.raceread 4781 runtime.raceread 4782 """.checkSignature 4783 (runtime.racefuncexit 4784 0runtime.morestack_noctxt0"".autotmp_1677type.error"".errtype.error"".c6type.*"".CertificateRequest6 Tgclocalscad14e25fd48dddd762418d02c031d67Tgclocalsc55cf99de9cdd8c8202a466952fa1a45^prebuilts/go/darwin-x86/src/crypto/x509/x509.go""._Cgo_ptrxeH%H;av&HH\$H$H\$H\$H 4787 : 4788 *runtime.racefuncenterX 4789 (runtime.racefuncexitl 4790 0runtime.morestack_noctxt "".~r1&type.unsafe.Pointer"".ptr&type.unsafe.Pointer!@&@Tgclocals62da1ac877fc28d8253c48dd1917e7aeTgclocals69c1753bd5f81501d95132d08af04464@crypto/x509/_obj/_cgo_gotypes.go4""._Cfunc_CFDataGetBytePtreH%H;aH(H\$(H$HD$8HH$HH$H\$0H\$HH$=t$HL$0HH\$H$HL$ HL$H(W 4795 B 4796 *runtime.racefuncenterbV""._cgo_bae5fb7653b8_Cfunc_CFDataGetBytePtrt 4797 runtime.racereadV""._cgo_bae5fb7653b8_Cfunc_CFDataGetBytePtr 4798 runtime.cgocall,runtime.cgoAlwaysFalse 4799 runtime.raceread,runtime.cgoAlwaysFalse>type.*""._Ctype_struct___CFData 4800 runtime.cgoUse 4801 (runtime.racefuncexit 4802 0runtime.morestack_noctxt P 4803 "".r1*type.*""._Ctype_UInt8 4804 "".p0>type.*""._Ctype_struct___CFDataPOP"r 4805 *$ 4806 wTgclocals62da1ac877fc28d8253c48dd1917e7aeTgclocalsc55cf99de9cdd8c8202a466952fa1a45@crypto/x509/_obj/_cgo_gotypes.go2""._Cfunc_CFDataGetLengtheH%H;aH(H\$(H$HD$8HH$HH$H\$0H\$HH$=t$HL$0HH\$H$HL$ HL$H(W 4808 B 4809 *runtime.racefuncenterbT""._cgo_bae5fb7653b8_Cfunc_CFDataGetLengtht 4810 runtime.racereadT""._cgo_bae5fb7653b8_Cfunc_CFDataGetLength 4811 runtime.cgocall,runtime.cgoAlwaysFalse 4812 runtime.raceread,runtime.cgoAlwaysFalse>type.*""._Ctype_struct___CFData 4813 runtime.cgoUse 4814 (runtime.racefuncexit 4815 0runtime.morestack_noctxt P 4816 "".r1,type.""._Ctype_CFIndex 4817 "".p0>type.*""._Ctype_struct___CFDataPOP$ 4818 *$ 4819 Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals23e8278e2b69a3a75fa59b23c49ed6ad@crypto/x509/_obj/_cgo_gotypes.go&""._Cfunc_CFReleaseeH%H;aH(H\$(H$11HH$HH$H\$0H\$HH$=t$HL$0HH\$H$HL$ HL$H(\ 4822 B 4823 *runtime.racefuncenterXH""._cgo_bae5fb7653b8_Cfunc_CFReleasej 4824 runtime.racereadxH""._cgo_bae5fb7653b8_Cfunc_CFRelease 4825 runtime.cgocall,runtime.cgoAlwaysFalse 4826 runtime.raceread,runtime.cgoAlwaysFalse0type.""._Ctype_CFTypeRef 4827 runtime.cgoUse 4828 (runtime.racefuncexit 4829 0runtime.morestack_noctxtP 4830 "".r1&type.""._Ctype_void 4831 "".p00type.""._Ctype_CFTypeRefPOP$ 4832 *$ 4833 Tgclocals87d20ce1b58390b294df80b886db78bfTgclocals23e8278e2b69a3a75fa59b23c49ed6ad@crypto/x509/_obj/_cgo_gotypes.go.""._Cfunc_FetchPEMRootseH%H;aH(H\$(H$D$8HH$HH$H\$0H\$HH$=t$HL$0HH\$H$HL$ HL$H(X 4836 B 4837 *runtime.racefuncenter`P""._cgo_bae5fb7653b8_Cfunc_FetchPEMRootsr 4838 runtime.racereadP""._cgo_bae5fb7653b8_Cfunc_FetchPEMRoots 4839 runtime.cgocall,runtime.cgoAlwaysFalse 4840 runtime.raceread,runtime.cgoAlwaysFalse2type.*""._Ctype_CFDataRef 4841 runtime.cgoUse 4842 (runtime.racefuncexit 4843 0runtime.morestack_noctxt P 4844 "".r1$type.""._Ctype_int 4845 "".p02type.*""._Ctype_CFDataRefPOP$ 4846 *$ 4847 Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals23e8278e2b69a3a75fa59b23c49ed6ad@crypto/x509/_obj/_cgo_gotypes.go"""._Cfunc_GoByteseH%H;avrH@H\$@H$1H\$XH\$`H\$hH\$HH$Hc\$PH\$HT$HL$HD$ HT$(HT$XHL$0HL$`HD$8HD$hH@u 4850 4851 : 4852 *runtime.racefuncenter 4853 runtime.gobytes 4854 (runtime.racefuncexit 4855 0runtime.morestack_noctxtP"".autotmp_1690/type.[]uint8"".~r2 type.[]uint8"".l$type.""._Ctype_int"".p&type.unsafe.Pointerm2E[Tgclocals21012e18a2c9288476efc55b2fa11dc8Tgclocalsf56b2291fa344104975cb6587be42b9b@crypto/x509/_obj/_cgo_gotypes.go$"".initSystemRootseH%H;aHpH\$pH$HH$HD$HD$HD$H\$ H\$HHH$HD$HD$HD$H\$ H\$@HH$HD$HD$0H$H\$0H.Hl$H= H+H\$0H$H$H\$0HHl$@=HkH\$0H$H$HD$01HhHhHh HD$(HH$HD$HD$PH$HD$PHH$\$uHpH\$PH$H\$PH+Hl$$HHD$H\$PH$H\$PH+H,$H\$H\$8H\$PH$H\$PH+H,$HD$H\$8H$\$HT$HL$HD$ H\$(H$HT$XHT$HL$`HL$HD$hHD$HH$H\$(=uHHpH-H,$H\$HpLCL$Hl$9H$Hl$R 4860 B 4861 *runtime.racefuncenterP*type.map[string][]int 4862 runtime.makemap*type.map[string][]int 4863 runtime.makemap type."".CertPool 4864 "runtime.newobject 4865 "runtime.racewrite6runtime.writeBarrierEnabled 4866 "runtime.racewrite6runtime.writeBarrierEnabled 4867 "runtime.racewrite0type.""._Ctype_CFDataRef 4868 "runtime.newobject 4869 "runtime.racewrite 4870 .""._Cfunc_FetchPEMRoots 4871 &runtime.deferreturn 4872 (runtime.racefuncexit 4873 runtime.raceread,""._Cfunc_CFReleasef 4874 "runtime.deferproc 4875 runtime.raceread 4876 4""._Cfunc_CFDataGetBytePtr 4877 runtime.raceread 4878 2""._Cfunc_CFDataGetLength 4879 """._Cfunc_GoBytes 4880 B"".(*CertPool).AppendCertsFromPEM "".systemRoots 4881 "runtime.racewrite 6runtime.writeBarrierEnabled 4882 "".systemRoots 4883 4884 &runtime.deferreturn 4885 4886 (runtime.racefuncexit 4887 "".systemRoots 4888 4889 .runtime.writebarrierptr 4890 4891 &runtime.deferreturn 4892 4893 (runtime.racefuncexit 4895 .runtime.writebarrierptr 4897 .runtime.writebarrierptr 4899 0runtime.morestack_noctxt"".autotmp_1698"type.*"".CertPool"".autotmp_1697"type.*"".CertPool"".autotmp_1694o*type.*""._Ctype_UInt8"".autotmp_1692_*type.map[string][]int"".autotmp_1691O*type.map[string][]int"".&data?2type.*""._Ctype_CFDataRef"".buf/type.[]uint8"".roots"type.*"".CertPool4&Bb/ <p,%8 4904 F `78(# eeD 4907 Tgclocals7be4bbacbfdb05fb3044e36c22b41e8bTgclocals4ee4c7f5647ff9b657105a1b180f6a95tprebuilts/go/darwin-x86/src/crypto/x509/root_cgo_darwin.go"".initeH%H;aH0H\$0H$HH$t-HH$u 4909 H0HH$HH$HD$#H\$H\$ H\$H\$(HH$H\$ HH\$(=HHH$HD$6H\$H\$ H\$H\$(HH$H\$ HH\$(=u(HHH$H0H-H,$H\$H-H,$H\$P 4911 B 4912 *runtime.racefuncenterP"".initdoneb 4913 runtime.racereadp"".initdone"".initdone 4914 runtime.raceread"".initdone 4915 (runtime.racefuncexit 4916 "runtime.throwinit"".initdone 4917 "runtime.racewrite"".initdone 4918 "encoding/pem.init 4919 crypto/aes.init 4920 $crypto/cipher.init 4921 crypto/des.init 4922 crypto/md5.init 4923 "encoding/hex.init 4924 io.init 4925 strings.init 4926 crypto/rsa.init 4927 $encoding/asn1.init 4928 math/big.init 4929 *crypto/x509/pkix.init 4930 fmt.init 4931 sync.init 4932 os/exec.init 4933 "crypto/ecdsa.init 4934 (crypto/elliptic.init 4935 net.init 4936 runtime.init 4937 time.init 4938 bytes.init 4939 crypto.init 4940 crypto/dsa.init 4941 crypto/sha1.init 4942 $crypto/sha256.init 4943 $crypto/sha512.init 4944 strconv.init 4945 syscall.init^go.string."x509: decryption password incorrect" 4946 errors.New2"".IncorrectPasswordError 4947 "runtime.racewrite2"".IncorrectPasswordError6runtime.writeBarrierEnabled2"".IncorrectPasswordErrorgo.string."x509: cannot verify signature: algorithm unimplemented" 4948 errors.New4"".ErrUnsupportedAlgorithm 4949 "runtime.racewrite4"".ErrUnsupportedAlgorithm6runtime.writeBarrierEnabled4"".ErrUnsupportedAlgorithm"".initdone 4950 "runtime.racewrite"".initdone 4951 (runtime.racefuncexit4"".ErrUnsupportedAlgorithm 4952 .runtime.writebarrierptr2"".IncorrectPasswordError 4953 .runtime.writebarrierptr 4954 0runtime.morestack_noctxt`"".autotmp_1748type.error"".autotmp_1747type.error`O_`_`>(b^! 8b^! >$1TTgclocals69c1753bd5f81501d95132d08af04464Tgclocals21a8f585a14d020f181242c5256583dc>crypto/x509/_obj/_cgo_import.golprebuilts/go/darwin-x86/src/crypto/x509/pem_decrypt.go^prebuilts/go/darwin-x86/src/crypto/x509/x509.go(type..hash.[8]stringeH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C 4958 4959 B 4960 *runtime.racefuncenter 4961 runtime.strhash 4962 (runtime.racefuncexit 4963 0runtime.morestack_noctxt0P 4964 "".autotmp_1751type.int"".autotmp_1750type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[8]stringPOP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.go$type..eq.[8]stringeH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$hHHD$(HHH$HD$(H\$hHHHHH+Hl$PHkHl$XH\$pHHHH$HT$XH\$pHt}Hl$(HHHHL$@HCHD$HH9uLHl$PH,$HT$HL$HD$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2 4969 B 4970 *runtime.racefuncenter 4971 runtime.raceread 4972 runtime.raceread 4973 runtime.eqstring 4974 (runtime.racefuncexit 4975 (runtime.racefuncexit 4976 0runtime.morestack_noctxt0"".autotmp_1755?type.string"".autotmp_1754type.string"".autotmp_1753_type.int"".autotmp_1752Otype.int"".iotype.int"".~r2 type.bool"".qtype.*[8]string"".ptype.*[8]string& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals44750c784da4dd430afdd97fea5c405ahprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.go6"".(*rfc1423Algo).deriveKeyeH%HD$H;AvHHY HtH$H9;uH#H$H$1H$H$H$H$1H9uEHH$HD$HH\$HD$HH\$ HD$( H$H$HD$0H$HHH$H\$0H$H\$8H$H\$@H$H\$HH$H\$PH$H\$XHT$`HL$hHD$pHT$xH$H$H$H$H$HUh 4981 4982 *runtime.racefuncenter go.string."x509".go.string."rfc1423Algo"*go.string."deriveKey" 4983 "runtime.panicwrap 4984 *runtime.racereadrange 4985 runtime.duffcopy 4986 0"".rfc1423Algo.deriveKey 4987 (runtime.racefuncexit 4988 0runtime.morestack_noctxt 4989 "".autotmp_1756/type.[]uint8"".~r2ptype.[]uint8"".salt@type.[]uint8"".passwordtype.[]uint8""..this(type.*"".rfc1423AlgoD&Tgclocals554340bb85133961b99ca49ac02fda50Tgclocalsf56b2291fa344104975cb6587be42b9b<autogenerated>4type..hash.[1]interface {}eH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C 4992 4993 B 4994 *runtime.racefuncenter 4995 (runtime.nilinterhash 4996 (runtime.racefuncexit 4997 0runtime.morestack_noctxt0P 4998 "".autotmp_1759type.int"".autotmp_1758type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[1]interface {}POP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.go0type..eq.[1]interface {}eH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$pHHD$(HHH$HD$(H\$pHHHHH+Hl$PHkHl$XH\$hHHHH$HT$PH\$hHt}Hl$(HHHHKHL$HHD$@H9uLH$HL$HT$Hl$XHl$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2 5002 B 5003 *runtime.racefuncenter 5004 runtime.raceread 5005 runtime.raceread 5006 runtime.efaceeq 5007 (runtime.racefuncexit 5008 (runtime.racefuncexit 5009 0runtime.morestack_noctxt0"".autotmp_1763?"type.interface {}"".autotmp_1762"type.interface {}"".autotmp_1761_type.int"".autotmp_1760Otype.int"".iotype.int"".~r2 type.bool"".q*type.*[1]interface {}"".p*type.*[1]interface {}& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals2c78d3ad9d760b5f66e2e47be684c787hprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.go(type..hash.[4]stringeH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C 5012 5013 B 5014 *runtime.racefuncenter 5015 runtime.strhash 5016 (runtime.racefuncexit 5017 0runtime.morestack_noctxt0P 5018 "".autotmp_1766type.int"".autotmp_1765type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[4]stringPOP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.go$type..eq.[4]stringeH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$hHHD$(HHH$HD$(H\$hHHHHH+Hl$PHkHl$XH\$pHHHH$HT$XH\$pHt}Hl$(HHHHL$@HCHD$HH9uLHl$PH,$HT$HL$HD$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2 5023 B 5024 *runtime.racefuncenter 5025 runtime.raceread 5026 runtime.raceread 5027 runtime.eqstring 5028 (runtime.racefuncexit 5029 (runtime.racefuncexit 5030 0runtime.morestack_noctxt0"".autotmp_1770?type.string"".autotmp_1769type.string"".autotmp_1768_type.int"".autotmp_1767Otype.int"".iotype.int"".~r2 type.bool"".qtype.*[4]string"".ptype.*[4]string& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals44750c784da4dd430afdd97fea5c405ahprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.goF"".(*CertificateInvalidError).ErroreH%H;aH@HY Ht H|$HH9;uH#H\$@H$1H\$PH\$XH\$H1H9uEHH$HD$HH\$HD$HH\$ HD$(H\$HH$HD$Ht$HHH$HNHL$HL$HD$HL$0HL$PHD$8HD$XH@ 5036 n 5037 *runtime.racefuncenter go.string."x509"Fgo.string."CertificateInvalidError""go.string."Error" 5038 "runtime.panicwrap 5039 *runtime.racereadrange 5040 @"".CertificateInvalidError.Error 5041 (runtime.racefuncexit 5042 0runtime.morestack_noctxt0"".autotmp_1771type.string"".~r0type.string""..this@type.*"".CertificateInvalidError6Tgclocals69076ee43f1cead0792b9f36906b1b56Tgclocalsc55cf99de9cdd8c8202a466952fa1a45<autogenerated>6type..hash."".HostnameErroreH%H;aH H\$ H$H\$(H$H<$tcH\$0H\$HD$HD$H\$(H$H<$t-H$HD$0HD$HD$HD$0HD$8H %%U 5046 B 5047 *runtime.racefuncenter 5048 runtime.memhash 5049 runtime.strhash 5050 (runtime.racefuncexit 5051 0runtime.morestack_noctxt0@"".autotmp_1773type.uintptr"".~r2 type.uintptr"".htype.uintptr"".p,type.*"".HostnameError@w?@! Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.go2type..eq."".HostnameErroreH%H;aHHH\$HH$H\$PH$H\$XH$HD$PHLD$XI(H9tD$`HHH$H$H\$PHHkHl$8HkHl$@H\$XH$H$HT$@H\$XHt\HKHL$(HCHD$0H9u6Hl$8H,$HT$HL$HD$\$ tD$`HHD$`HHd 5056 B 5057 *runtime.racefuncenter^ 5058 runtime.racereadz 5059 runtime.raceread 5060 (runtime.racefuncexit 5061 runtime.raceread 5062 runtime.raceread 5063 runtime.eqstring 5064 (runtime.racefuncexit 5065 (runtime.racefuncexit 5066 0runtime.morestack_noctxt0 5067 "".autotmp_1775?type.string"".autotmp_1774type.string"".~r2 type.bool"".q,type.*"".HostnameError"".p,type.*"".HostnameError2M DJTgclocals51af24152615272c3d9efc8538f95767Tgclocals44750c784da4dd430afdd97fea5c405ahprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.go2"".(*HostnameError).ErroreH%H;aH@HY Ht H|$HH9;uH#H\$@H$1H\$PH\$XH\$H1H9uEHH$HD$HH\$HD$ HH\$ HD$(H\$HH$HD$Ht$HHH$HNHL$HNHL$HL$HD$ HL$0HL$PHD$8HD$XH@ 5074 n 5075 *runtime.racefuncenter go.string."x509"2go.string."HostnameError""go.string."Error" 5076 "runtime.panicwrap 5077 *runtime.racereadrange 5078 ,"".HostnameError.Error 5079 (runtime.racefuncexit 5080 0runtime.morestack_noctxt0"".autotmp_1776type.string"".~r0type.string""..this,type.*"".HostnameError6 Tgclocals69076ee43f1cead0792b9f36906b1b56Tgclocalsc55cf99de9cdd8c8202a466952fa1a45<autogenerated>Ftype..hash."".UnknownAuthorityErroreH%H;aH H\$ H$H\$(H$H<$H\$0H\$HD$HD$H\$(H$H<$thH$HD$0HD$HD$H\$(H$H<$t6H$HD$0HD$HD$HD$HD$0HD$8H %%%V 5083 B 5084 *runtime.racefuncenter 5085 runtime.memhash 5086 "runtime.interhash 5087 runtime.memhash 5088 (runtime.racefuncexit 5089 0runtime.morestack_noctxt0@ 5090 "".autotmp_1779type.uintptr"".autotmp_1778type.uintptr"".~r2 type.uintptr"".htype.uintptr"".p<type.*"".UnknownAuthorityError@?@+ Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.goBtype..eq."".UnknownAuthorityErroreH%H;acHHH\$HH$H\$PH$H\$XH$HD$XHl$PH]H(H9tD$`HHH$H$H\$XHHkHl$8HkHl$@H\$PH$H$HT$8H\$PHHCHKHL$0HD$(H9H$HL$HT$Hl$@Hl$\$ t[H\$PH$H$H\$XH$H$Hl$PH]LD$XIhH9tD$`HHD$`HHD$`HHM 5095 B 5096 *runtime.racefuncenter^ 5097 runtime.racereadz 5098 runtime.raceread 5099 (runtime.racefuncexit 5100 runtime.raceread 5101 runtime.raceread 5102 runtime.ifaceeq 5103 runtime.raceread 5104 runtime.raceread 5105 (runtime.racefuncexit 5106 (runtime.racefuncexit 5107 (runtime.racefuncexit 5108 0runtime.morestack_noctxt0 5109 "".autotmp_1781?type.error"".autotmp_1780type.error"".~r2 type.bool"".q<type.*"".UnknownAuthorityError"".p<type.*"".UnknownAuthorityError>N LTgclocals51af24152615272c3d9efc8538f95767Tgclocals2c78d3ad9d760b5f66e2e47be684c787hprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.goB"".(*UnknownAuthorityError).ErroreH%H;aH@HY Ht H|$HH9;uH#H\$@H$1H\$PH\$XH\$H1H9uEHH$HD$HH\$HD$HH\$ HD$(H\$HH$HD$ Ht$HHt5HHL$ HD$(HL$0HL$PHD$8HD$XH@ 5114 n 5115 *runtime.racefuncenter go.string."x509"Bgo.string."UnknownAuthorityError""go.string."Error" 5116 "runtime.panicwrap 5117 *runtime.racereadrange 5118 runtime.duffcopy 5119 <"".UnknownAuthorityError.Error 5120 (runtime.racefuncexit 5121 0runtime.morestack_noctxt0"".autotmp_1782type.string"".~r0type.string""..this<type.*"".UnknownAuthorityError 5123 6Tgclocals69076ee43f1cead0792b9f36906b1b56Tgclocalsc55cf99de9cdd8c8202a466952fa1a45<autogenerated>4type..hash.[2]interface {}eH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C 5125 5126 B 5127 *runtime.racefuncenter 5128 (runtime.nilinterhash 5129 (runtime.racefuncexit 5130 0runtime.morestack_noctxt0P 5131 "".autotmp_1785type.int"".autotmp_1784type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[2]interface {}POP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.go0type..eq.[2]interface {}eH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$pHHD$(HHH$HD$(H\$pHHHHH+Hl$PHkHl$XH\$hHHHH$HT$PH\$hHt}Hl$(HHHHKHL$HHD$@H9uLH$HL$HT$Hl$XHl$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2 5135 B 5136 *runtime.racefuncenter 5137 runtime.raceread 5138 runtime.raceread 5139 runtime.efaceeq 5140 (runtime.racefuncexit 5141 (runtime.racefuncexit 5142 0runtime.morestack_noctxt0"".autotmp_1789?"type.interface {}"".autotmp_1788"type.interface {}"".autotmp_1787_type.int"".autotmp_1786Otype.int"".iotype.int"".~r2 type.bool"".q*type.*[2]interface {}"".p*type.*[2]interface {}& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals2c78d3ad9d760b5f66e2e47be684c787hprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.goL"".(*UnhandledCriticalExtension).ErroreH%H;aH@HY Ht H|$HH9;uH#H\$@H$1H\$PH\$XH\$H1H9uEHH$HD$HH\$HD$HH\$ HD$(H\$HH$HD$H\$HHt.1H H"HL$0HL$PHD$8HD$XH@ 5148 5149 n 5150 *runtime.racefuncenter go.string."x509"Lgo.string."UnhandledCriticalExtension""go.string."Error" 5151 "runtime.panicwrap 5152 *runtime.racereadrange\go.string."x509: unhandled critical extension" 5153 (runtime.racefuncexit 5154 0runtime.morestack_noctxt0"".~r0type.string"".~r0type.string""..thisFtype.*"".UnhandledCriticalExtension6"Tgclocals69076ee43f1cead0792b9f36906b1b56Tgclocalsc55cf99de9cdd8c8202a466952fa1a45<autogenerated>8"".(*SystemRootsError).ErroreH%H;aH@HY Ht H|$HH9;uH#H\$@H$1H\$PH\$XH\$H1H9uEHH$HD$HH\$HD$HH\$ HD$(H\$HH$HD$H|$Ht.1H H7HL$0HL$PHD$8HD$XH@% 5162 n 5163 *runtime.racefuncenter go.string."x509"8go.string."SystemRootsError""go.string."Error" 5164 "runtime.panicwrap 5165 *runtime.racereadrangego.string."x509: failed to load system roots and no roots provided" 5166 (runtime.racefuncexit 5167 0runtime.morestack_noctxt0"".~r0type.string"".~r0type.string""..this2type.*"".SystemRootsError6%Tgclocals69076ee43f1cead0792b9f36906b1b56Tgclocalsc55cf99de9cdd8c8202a466952fa1a45<autogenerated>H"".(*ConstraintViolationError).ErroreH%H;aH@HY Ht H|$HH9;uH#H\$@H$1H\$PH\$XH\$H1H9uEHH$HD$HH\$HD$HH\$ HD$(H\$HH$HD$H|$Ht.1H HPHL$0HL$PHD$8HD$XH@% 5174 n 5175 *runtime.racefuncenter go.string."x509"Hgo.string."ConstraintViolationError""go.string."Error" 5176 "runtime.panicwrap 5177 *runtime.racereadrangego.string."x509: invalid signature: parent certificate cannot sign this kind of certificate" 5178 (runtime.racefuncexit 5179 0runtime.morestack_noctxt0"".~r0type.string"".~r0type.string""..thisBtype.*"".ConstraintViolationError6%Tgclocals69076ee43f1cead0792b9f36906b1b56Tgclocalsc55cf99de9cdd8c8202a466952fa1a45<autogenerated><type..hash."".basicConstraintseH%H;aH H\$ H$H\$(H$H<$tlH\$0H\$HD$HD$H\$(H$H<$t6H$HD$0HD$HD$HD$HD$0HD$8H %%L 5184 B 5185 *runtime.racefuncenter 5186 runtime.memhash 5187 runtime.memhash 5188 (runtime.racefuncexit 5189 0runtime.morestack_noctxt0@"".autotmp_1791type.uintptr"".~r2 type.uintptr"".htype.uintptr"".p2type.*"".basicConstraints@?@( Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.go8type..eq."".basicConstraintseH%H;aHH\$H$H\$H$H\$H$HD$LD$A(@8tD$ HH$H$H\$H$H$Hl$H]LD$IhH9tD$ HD$ H: 5193 B 5194 *runtime.racefuncenter^ 5195 runtime.racereadz 5196 runtime.raceread 5197 (runtime.racefuncexit 5198 runtime.raceread 5199 runtime.raceread 5200 (runtime.racefuncexit 5201 (runtime.racefuncexit 5202 0runtime.morestack_noctxt0"".~r2 type.bool"".q2type.*"".basicConstraints"".p2type.*"".basicConstraints"NF Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.go,type..hash."".validityeH%H;aHH\$H$H\$ H$H<$tZH\$(H\$HD$H\$ H$H<$t-H$HD$(HD$HD$HD$(HD$0H%%^ 5207 B 5208 *runtime.racefuncenter 5209 (type..hash.time.Time 5210 (type..hash.time.Time 5211 (runtime.racefuncexit 5212 0runtime.morestack_noctxt00"".autotmp_1793type.uintptr"".~r2 type.uintptr"".htype.uintptr"".p"type.*"".validity0n/0* Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.go(type..eq."".validityeH%H;aHH\$H$HD$ HH\$(HH\$HD$H$H\$H$HD$HLD$I(H9lH$H$H\$H$H$HD$XLD$Ah92H$H$H\$H$H$Hl$H]LD$IhH9HD$ HHL$(HHHHL$HD$H$H\$H$HD$HLD$I(H9u}H$H$H\$H$H$HD$XLD$Ah9uGH$H$H\$H$H$Hl$H]LD$IhH9uD$0HD$0H3D$0HD.$ 5216 B 5217 *runtime.racefuncenter 5218 runtime.raceread 5219 runtime.raceread 5220 runtime.raceread 5221 runtime.raceread 5222 runtime.raceread 5223 runtime.raceread 5224 runtime.raceread 5225 runtime.raceread 5226 runtime.raceread 5227 runtime.raceread 5228 runtime.raceread 5229 runtime.raceread 5230 (runtime.racefuncexit 5231 (runtime.racefuncexit 5232 (runtime.racefuncexit 5233 0runtime.morestack_noctxt00"".autotmp_1797type.*time.Time"".autotmp_1796type.*time.Time"".autotmp_1795type.*time.Time"".autotmp_1794type.*time.Time"".~r2 type.bool"".q"type.*"".validity"".p"type.*"".validity$0/0/0/0 1NTgclocals51af24152615272c3d9efc8538f95767Tgclocals21a8f585a14d020f181242c5256583dchprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.goPtype..hash.struct { a string; b string }eH%H;aHH\$H$H\$ H$H<$tZH\$(H\$HD$H\$ H$H<$t-H$HD$(HD$HD$HD$(HD$0H%%^ 5237 B 5238 *runtime.racefuncenter 5239 runtime.strhash 5240 runtime.strhash 5241 (runtime.racefuncexit 5242 0runtime.morestack_noctxt00"".autotmp_1799type.uintptr"".~r2 type.uintptr"".htype.uintptr"".pFtype.*struct { a string; b string }0n/0* Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.goLtype..eq.struct { a string; b string }eH%H;aHHH\$HH$H\$PH$H\$PHLH+Hl$8HkHl$@H\$XH$HT$@H\$XHHHL$(HCHD$0H9Hl$8H,$HT$HL$HD$\$ H\$PH$H$H\$PHHkHl$(HkHl$0H\$XH$H$HL$0H\$XHt\HSHT$8HCHD$@H9u6Hl$(H,$HL$HT$HD$\$ tD$`HHD$`HHdD$`HHa 5247 B 5248 *runtime.racefuncenter^ 5249 runtime.raceread 5250 runtime.raceread 5251 runtime.eqstring 5252 runtime.raceread 5253 runtime.raceread 5254 runtime.eqstring 5255 (runtime.racefuncexit 5256 (runtime.racefuncexit 5257 (runtime.racefuncexit 5258 0runtime.morestack_noctxt0"".autotmp_1803type.string"".autotmp_1802type.string"".autotmp_1801?type.string"".autotmp_1800type.string"".~r2 type.bool"".qFtype.*struct { a string; b string }"".pFtype.*struct { a string; b string }2 <KUD`Tgclocals9c91d8a91ac42440a3d1507bc8d2e808Tgclocals020fbb1d4892839a04e70deae280e24bhprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.goVtype..hash.[1]struct { a string; b string }eH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C 5261 5262 B 5263 *runtime.racefuncenter 5264 Ptype..hash.struct { a string; b string } 5265 (runtime.racefuncexit 5266 0runtime.morestack_noctxt0P 5267 "".autotmp_1806type.int"".autotmp_1805type.int"".~r2 type.uintptr"".htype.uintptr"".pLtype.*[1]struct { a string; b string }POP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.goRtype..eq.[1]struct { a string; b string }eH%H;aHhH\$hH$1HD$(Hl$(H9|HD$0HL$pHH\$xHHHHHHHH\$8HL$@H$H\$@HYH+Hl$XHkHl$`H\$8H$HT$`H\$8HHHL$HHCHD$PH9Hl$XH,$HT$HL$HD$\$ H\$@H$H$H\$@HHkHl$HHkHl$PH\$8H$H$HL$PH\$8HtxHSHT$XHCHD$`H9uOHl$HH,$HL$HT$HD$\$ t(HD$0HHl$(H9$Hh$HhHmM 5273 B 5274 *runtime.racefuncenter 5275 runtime.raceread 5276 runtime.raceread 5277 runtime.eqstring 5278 runtime.raceread 5279 runtime.raceread 5280 runtime.eqstring 5281 (runtime.racefuncexit 5282 (runtime.racefuncexit 5283 0runtime.morestack_noctxt0"".autotmp_1814type.string"".autotmp_1813type.string"".autotmp_1812?type.string"".autotmp_1811type.string"".autotmp_1810_Ftype.*struct { a string; b string }"".autotmp_1809OFtype.*struct { a string; b string }"".autotmp_1808type.int"".autotmp_1807otype.int"".~r2 type.bool"".qLtype.*[1]struct { a string; b string }"".pLtype.*[1]struct { a string; b string }&2 c.KUD{Tgclocals42e7756549fd1f1e78e70fcb9f08dd2bTgclocals2c489610df219cf82b9c4717d28d68cchprebuilts/go/darwin-x86/src/crypto/x509/cert_pool.goTgclocals65336faf5590b0c16f0a66cda201e130HHTgclocalsdb4eec0f453eb822d4fc07e456cd1689HHTgclocalsbdd8a834953bd5cedccfbea655d50fe4XX Tgclocals35bcffd143fe878fc0081396a6b59e1bXX 'dgo.string.hdr."adding nil Certificate to CertPool" "\go.string."adding nil Certificate to CertPool"\go.string."adding nil Certificate to CertPool"PFadding nil Certificate to CertPoolTgclocals1234e21b2b4a205b9642b1964711b13bPP@!Tgclocalscebf12d22eea72c192e5960fe2f61bf0PP6go.string.hdr."CERTIFICATE" .go.string."CERTIFICATE".go.string."CERTIFICATE" CERTIFICATETgclocalsfad3647538fe088c3f63d28bb4a0e2d7 Tgclocals77341598187832c197a09d97d4911154 Tgclocals5f0fd614d632fb1c4f189948fcb7cf9b00Tgclocals302119938fb67b573753c885863b630e000Hgo.itab.*crypto/md5.digest.hash.HashTgclocals836096e39f6be2f883de8ac760288044HH```Tgclocals895e83804ff9ebecc321573c0aaa174dHHJJJJJJJ0go.string.hdr."DEK-Info" (go.string."DEK-Info"(go.string."DEK-Info" DEK-InfoTgclocalsd8fdd2a55187867c76648dc792366181 Tgclocals32bd5c6dc84e3e86dd35593b3922d3aa 0Bgo.itab.*errors.errorString.errorbgo.string.hdr."x509: no DEK-Info header in block" !Zgo.string."x509: no DEK-Info header in block"Zgo.string."x509: no DEK-Info header in block"PDx509: no DEK-Info header in block"go.string.hdr."," go.string.","go.string.",",^go.string.hdr."x509: malformed DEK-Info header" Vgo.string."x509: malformed DEK-Info header"Vgo.string."x509: malformed DEK-Info header"@@x509: malformed DEK-Info headerZgo.string.hdr."x509: unknown encryption mode" Rgo.string."x509: unknown encryption mode"Rgo.string."x509: unknown encryption mode"@<x509: unknown encryption modeNgo.string.hdr."x509: incorrect IV size" Fgo.string."x509: incorrect IV size"Fgo.string."x509: incorrect IV size"00x509: incorrect IV sizego.string.hdr."x509: encrypted PEM data is not a multiple of the block size" <go.string."x509: encrypted PEM data is not a multiple of the block size"go.string."x509: encrypted PEM data is not a multiple of the block size"zx509: encrypted PEM data is not a multiple of the block sizeJgo.string.hdr."x509: invalid padding" Bgo.string."x509: invalid padding"Bgo.string."x509: invalid padding"0,x509: invalid paddingTgclocalsa5854c135366d7874b38d73efe514ec2;@@@0Tgclocals38d2cad2f9daffd598179c2e775533f0 Tgo.string.hdr."x509: cannot generate IV: " Lgo.string."x509: cannot generate IV: "Lgo.string."x509: cannot generate IV: "@6x509: cannot generate IV: 2go.string.hdr."Proc-Type" *go.string."Proc-Type"*go.string."Proc-Type" Proc-Type6go.string.hdr."4,ENCRYPTED" .go.string."4,ENCRYPTED".go.string."4,ENCRYPTED" 4,ENCRYPTEDTgclocals6bdba20ccff88bcc9efcb24bd2119f7a-@@@PTgclocalsa75236a8a7dec001c49380585b3e90878Tgclocalsad3d78e88c381598810f2e82f373ef66((Tgclocals60b83df2ec1c8547de61a8019999dfbe((Tgclocalsf891aedf0f80c97cb1c7cc75a7fd6349((Tgclocalsfc0f470eb014d90d2abcee073dc4262c((0Ngo.itab.encoding/asn1.SyntaxError.error:go.string.hdr."trailing data" 2go.string."trailing data"2go.string."trailing data" trailing datajgo.string.hdr."x509: unsupported private key version" %bgo.string."x509: unsupported private key version"bgo.string."x509: unsupported private key version"PLx509: unsupported private key versiongo.string.hdr."x509: private key contains zero or negative value" 1zgo.string."x509: private key contains zero or negative value"zgo.string."x509: private key contains zero or negative value"pdx509: private key contains zero or negative valuego.string.hdr."x509: private key contains zero or negative prime" 1zgo.string."x509: private key contains zero or negative prime"zgo.string."x509: private key contains zero or negative prime"pdx509: private key contains zero or negative primeTgclocalsd0eb597ada89491b11720e533d32bcae+@@@@@ $@ @Tgclocalsfb5d8bce1135528f91344b08fd11b800 9 Tgclocalsfa378acaab6f2c0c1436690347c5c533pp+Tgclocalsc800f315d64e81923fddd3d5cf4535a2@@go.string.hdr."x509: failed to parse RSA private key embedded in PKCS#8: " :go.string."x509: failed to parse RSA private key embedded in PKCS#8: "go.string."x509: failed to parse RSA private key embedded in PKCS#8: "vx509: failed to parse RSA private key embedded in PKCS#8: go.string.hdr."x509: failed to parse EC private key embedded in PKCS#8: " 9go.string."x509: failed to parse EC private key embedded in PKCS#8: "go.string."x509: failed to parse EC private key embedded in PKCS#8: "tx509: failed to parse EC private key embedded in PKCS#8: go.string.hdr."x509: PKCS#8 wrapping contained private key with unknown algorithm: %v" Fgo.string."x509: PKCS#8 wrapping contained private key with unknown algorithm: %v"go.string."x509: PKCS#8 wrapping contained private key with unknown algorithm: %v"x509: PKCS#8 wrapping contained private key with unknown algorithm: %vTgclocals456f718889651fabe0f8d5831b8d7d68Tgclocals7ff09060355f846d73897cbe5628ba4ayyTgclocals69c1753bd5f81501d95132d08af04464Tgclocals0c8aa8e80191a30eac23f1a218103f16 Tgclocals69c1753bd5f81501d95132d08af04464Tgclocalsa680688f765ce89698bbac39bfefaa56 g@go.string.hdr."find-certificate" 8go.string."find-certificate"8go.string."find-certificate"0"find-certificate$go.string.hdr."-a" go.string."-a"go.string."-a"-a$go.string.hdr."-p" go.string."-p"go.string."-p"-pgo.string.hdr."/System/Library/Keychains/SystemRootCertificates.keychain" 9go.string."/System/Library/Keychains/SystemRootCertificates.keychain"go.string."/System/Library/Keychains/SystemRootCertificates.keychain"t/System/Library/Keychains/SystemRootCertificates.keychainBgo.string.hdr."/usr/bin/security" :go.string."/usr/bin/security":go.string."/usr/bin/security"0$/usr/bin/securityTgclocalsee5967a1a7101f5211b85412e21cf0b8hh 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 Tgclocals4a711d150ada92c5c09e1d8a05a1d750hhTgclocalsc55cf99de9cdd8c8202a466952fa1a45 Tgclocalse59216dcac6bcbc919e9ab0b5e79d2a5 9Xgo.string.hdr."x509: unknown elliptic curve" Pgo.string."x509: unknown elliptic curve"Pgo.string."x509: unknown elliptic curve"@:x509: unknown elliptic curveTgclocalsc72cf9007d8ec577999fef1f358afa42PP @Tgclocals4ef9b9e492d017e3460b603fe84bd161PP3lgo.string.hdr."x509: failed to parse EC private key: " &dgo.string."x509: failed to parse EC private key: "dgo.string."x509: failed to parse EC private key: "PNx509: failed to parse EC private key: ngo.string.hdr."x509: unknown EC private key version %d" 'fgo.string."x509: unknown EC private key version %d"fgo.string."x509: unknown EC private key version %d"PPx509: unknown EC private key version %d|go.string.hdr."x509: invalid elliptic curve private key value" .tgo.string."x509: invalid elliptic curve private key value"tgo.string."x509: invalid elliptic curve private key value"`^x509: invalid elliptic curve private key valueTgclocals49cf7eadece88abd323f11fd4496ccb5$@ @```B`J`C`A`1!Tgclocalsc992790c6a0d4a581bb2adb3ee716584ssgo.string.hdr."x509: certificate is not authorized to sign other certificates" >go.string."x509: certificate is not authorized to sign other certificates"go.string."x509: certificate is not authorized to sign other certificates"~x509: certificate is not authorized to sign other certificatesgo.string.hdr."x509: certificate has expired or is not yet valid" 1zgo.string."x509: certificate has expired or is not yet valid"zgo.string."x509: certificate has expired or is not yet valid"pdx509: certificate has expired or is not yet validgo.string.hdr."x509: a root or intermediate certificate is not authorized to sign in this domain" Qgo.string."x509: a root or intermediate certificate is not authorized to sign in this domain"go.string."x509: a root or intermediate certificate is not authorized to sign in this domain"x509: a root or intermediate certificate is not authorized to sign in this domaingo.string.hdr."x509: too many intermediates for path length constraint" 7go.string."x509: too many intermediates for path length constraint"go.string."x509: too many intermediates for path length constraint"ppx509: too many intermediates for path length constraintgo.string.hdr."x509: certificate specifies an incompatible key usage" 5go.string."x509: certificate specifies an incompatible key usage"go.string."x509: certificate specifies an incompatible key usage"plx509: certificate specifies an incompatible key usageFgo.string.hdr."x509: unknown error" >go.string."x509: unknown error">go.string."x509: unknown error"0(x509: unknown errorTgclocals69c1753bd5f81501d95132d08af04464Tgclocals342b6176fad1bf8fb686f6c9600f7161 lgo.string.hdr."x509: cannot validate certificate for " &dgo.string."x509: cannot validate certificate for "dgo.string."x509: cannot validate certificate for "PNx509: cannot validate certificate for ngo.string.hdr." because it doesn't contain any IP SANs" 'fgo.string." because it doesn't contain any IP SANs"fgo.string." because it doesn't contain any IP SANs"PP because it doesn't contain any IP SANs$go.string.hdr.", " go.string.", "go.string.", ", ^go.string.hdr."x509: certificate is valid for " Vgo.string."x509: certificate is valid for "Vgo.string."x509: certificate is valid for "@@x509: certificate is valid for ,go.string.hdr.", not " $go.string.", not "$go.string.", not ", not Tgclocalsc061b4f97d46270d57745a306ad4f350PPBTgclocals4d8cd5f801a0c18d3b246fd3a8c0d8aePPzgo.string.hdr."x509: certificate signed by unknown authority" -rgo.string."x509: certificate signed by unknown authority"rgo.string."x509: certificate signed by unknown authority"`\x509: certificate signed by unknown authority.go.string.hdr."serial:" &go.string."serial:"&go.string."serial:"serial:go.string.hdr." (possibly because of %q while trying to verify candidate authority certificate %q)" Sgo.string." (possibly because of %q while trying to verify candidate authority certificate %q)"go.string." (possibly because of %q while trying to verify candidate authority certificate %q)" (possibly because of %q while trying to verify candidate authority certificate %q)Tgclocals87712cefded71472ecd650eb1a594f27PP<<<0<<<<Tgclocals729b17eb59d53d441a41c93016c347a0PPgo.string.hdr."x509: failed to load system roots and no roots provided" 7go.string."x509: failed to load system roots and no roots provided"go.string."x509: failed to load system roots and no roots provided"ppx509: failed to load system roots and no roots providedTgclocals69c1753bd5f81501d95132d08af04464Tgclocalsd8fdd2a55187867c76648dc792366181 0Pgo.itab."".CertificateInvalidError.errorTgclocalsbeb4e87ab756adad0abfbf2e116170fa" @!Tgclocalsf01f4ec41128dddf369c19604fa3500dPP%%%%%%0Vgo.itab."".UnhandledCriticalExtension.error0Bgo.itab."".SystemRootsError.errorTgclocals0a4b3c0ec5d50c00e0e5dda39f64b033F I$ I$ I$ I$ I$ 5307 I$ I$ I$ I$ I$ I$ I$ I$Tgclocalsb6c315435e18078bd6640f04a0546401 Tgclocalsad3d78e88c381598810f2e82f373ef66((Tgclocals898b3821f833ea42b911c9a79870e023(( 0Lgo.itab."".UnknownAuthorityError.errorTgclocals686182647e45acccca39b05a3d61cfdd:@@@$ N... Tgclocals0e3b50cb71acb3a0f23dce8b491d746d'ggggggg'''ggggggggggggggg"go.string.hdr."." go.string."."go.string."."."go.string.hdr."*" go.string."*"go.string."*"*Tgclocals51168da8c3423015f059c8195b181b86pp" Tgclocals88464001c9689e523e685290c4489e4e@@Tgclocals5cc8fe3e0a5edc4379026fe33850df9900 Tgclocals80fccca3fc6c4ee6a9424a861cddd2c0000<go.itab."".HostnameError.errorTgclocals476f94d98c58fa9ef99ee49a0ca1d55eXX @@BTgclocalsa1b96a75497dd1141b0a687ef974d2a5XX Tgclocalsa2c1cefa7b1cf02c672686412b92b6d488 Tgclocals3d8e9f39341f398b8c0ef96199c6123a88 zgo.string.hdr."x509: trailing data after ASN.1 of public-key" -rgo.string."x509: trailing data after ASN.1 of public-key"rgo.string."x509: trailing data after ASN.1 of public-key"`\x509: trailing data after ASN.1 of public-keydgo.string.hdr."x509: unknown public key algorithm" "\go.string."x509: unknown public key algorithm"\go.string."x509: unknown public key algorithm"PFx509: unknown public key algorithmTgclocals9a20cbf29d0fd86c00bb94b6ad276ba1PP@ATgclocals598174f22f018f1ba5c69b97a6d22e86PPy`go.string.hdr."x509: unsupported elliptic curve" Xgo.string."x509: unsupported elliptic curve"Xgo.string."x509: unsupported elliptic curve"PBx509: unsupported elliptic curve|go.string.hdr."x509: only RSA and ECDSA public keys supported" .tgo.string."x509: only RSA and ECDSA public keys supported"tgo.string."x509: only RSA and ECDSA public keys supported"`^x509: only RSA and ECDSA public keys supportedTgclocalsd90c6d7116f89190b405697dbd12b0281`@Tgclocalsb6dc6f32c5060a66befdae18a72316ca#H#H'H'H'H'H#HTgclocals3a1f5b95ff8232d971744dbd440dc926@@@ATgclocals46263a87535538a6727c7a878fbbbe9d((gTgclocals310a527ab031dfafb8446c165d74b17f((!Tgclocals55cc6ee7528f0b48e5a6d9bfba36524a((Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocalsc55cf99de9cdd8c8202a466952fa1a45 Tgclocals762ef64d066b6f51173413f25bf7cca5 Tgclocals629e488ed35159c693e39159558a8592((Tgclocalsa5a37ac514dbf8668a219643413d0aa1((Tgclocalsfcd306dd03e06847d24f88bb9f8de93b((!Tgclocals9d98bbb373475f3af6381201d6212574((Tgclocals7f02018c15f925433775f8a225537b5a((Tgclocals9c69a7b6c94503e0fd713e22479b11a2((go.string.hdr."x509: invalid signature: parent certificate cannot sign this kind of certificate" Pgo.string."x509: invalid signature: parent certificate cannot sign this kind of certificate"go.string."x509: invalid signature: parent certificate cannot sign this kind of certificate"x509: invalid signature: parent certificate cannot sign this kind of certificateTgclocals69c1753bd5f81501d95132d08af04464Tgclocalsd8fdd2a55187867c76648dc792366181 Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3bb21ca8fe1d99a3e492463bd711418a0Rgo.itab."".ConstraintViolationError.errorTgclocalsc55cf99de9cdd8c8202a466952fa1a45 Tgclocals19b49d53e9c11805652fa4c0885cbb29 Tgclocalsc55cf99de9cdd8c8202a466952fa1a45 Tgclocals4ef2d3d647a8860ec8dbe50cda681555 5327 %%ngo.string.hdr."x509: trailing data after DSA signature" 'fgo.string."x509: trailing data after DSA signature"fgo.string."x509: trailing data after DSA signature"PPx509: trailing data after DSA signaturego.string.hdr."x509: DSA signature contained zero or negative values" 5go.string."x509: DSA signature contained zero or negative values"go.string."x509: DSA signature contained zero or negative values"plx509: DSA signature contained zero or negative values\go.string.hdr."x509: DSA verification failure" Tgo.string."x509: DSA verification failure"Tgo.string."x509: DSA verification failure"@>x509: DSA verification failurergo.string.hdr."x509: trailing data after ECDSA signature" )jgo.string."x509: trailing data after ECDSA signature"jgo.string."x509: trailing data after ECDSA signature"`Tx509: trailing data after ECDSA signaturego.string.hdr."x509: ECDSA signature contained zero or negative values" 7go.string."x509: ECDSA signature contained zero or negative values"go.string."x509: ECDSA signature contained zero or negative values"ppx509: ECDSA signature contained zero or negative values`go.string.hdr."x509: ECDSA verification failure" Xgo.string."x509: ECDSA verification failure"Xgo.string."x509: ECDSA verification failure"PBx509: ECDSA verification failureTgclocals3cd7472b17c932c0dd20a918d24bbfb37pppppppppppppppqtp@p@p@p@pTgclocalsea917d8013aa7987da35c9e62d20ccc6Tgclocalsac51cc25c8a78f65d27d1b37404ab358((Tgclocals3c38d30aabb31bf4f75a7b2570d7b2fc((dgo.string.hdr."x509: unhandled critical extension" "\go.string."x509: unhandled critical extension"\go.string."x509: unhandled critical extension"PFx509: unhandled critical extensionTgclocals69c1753bd5f81501d95132d08af04464Tgclocalsd8fdd2a55187867c76648dc792366181 pgo.string.hdr."x509: trailing data after RSA public key" (hgo.string."x509: trailing data after RSA public key"hgo.string."x509: trailing data after RSA public key"`Rx509: trailing data after RSA public keytgo.string.hdr."x509: RSA modulus is not a positive number" *lgo.string."x509: RSA modulus is not a positive number"lgo.string."x509: RSA modulus is not a positive number"`Vx509: RSA modulus is not a positive numbergo.string.hdr."x509: RSA public exponent is not a positive number" 2|go.string."x509: RSA public exponent is not a positive number"|go.string."x509: RSA public exponent is not a positive number"pfx509: RSA public exponent is not a positive numberpgo.string.hdr."x509: trailing data after DSA public key" (hgo.string."x509: trailing data after DSA public key"hgo.string."x509: trailing data after DSA public key"`Rx509: trailing data after DSA public keypgo.string.hdr."x509: trailing data after DSA parameters" (hgo.string."x509: trailing data after DSA parameters"hgo.string."x509: trailing data after DSA parameters"`Rx509: trailing data after DSA parametershgo.string.hdr."x509: zero or negative DSA parameter" $`go.string."x509: zero or negative DSA parameter"`go.string."x509: zero or negative DSA parameter"PJx509: zero or negative DSA parametertgo.string.hdr."x509: trailing data after ECDSA parameters" *lgo.string."x509: trailing data after ECDSA parameters"lgo.string."x509: trailing data after ECDSA parameters"`Vx509: trailing data after ECDSA parameters|go.string.hdr."x509: failed to unmarshal elliptic curve point" .tgo.string."x509: failed to unmarshal elliptic curve point"tgo.string."x509: failed to unmarshal elliptic curve point"`^x509: failed to unmarshal elliptic curve pointTgclocals38763ef0af9110bad7cfd32bd43d140f-Q@ @@@ @@ @@@@HH H@ AAATgclocals4a86a903669a264c2d08c6d505f82efe->0Vgo.itab.encoding/asn1.StructuralError.errorrgo.string.hdr."x509: trailing data after X.509 extension" )jgo.string."x509: trailing data after X.509 extension"jgo.string."x509: trailing data after X.509 extension"`Tx509: trailing data after X.509 extension@go.string.hdr."bad SAN sequence" 8go.string."bad SAN sequence"8go.string."bad SAN sequence"0"bad SAN sequencego.string.hdr."x509: certificate contained IP address of length " 1zgo.string."x509: certificate contained IP address of length "zgo.string."x509: certificate contained IP address of length "pdx509: certificate contained IP address of length Tgclocals983bbf3fc29224e839570ff2f68fba0a! @ @ @ @ Tgclocalsa5b55d82cf2d654ca8c4e34b59b7d95eIII2IIII2IIII2I2 2 2 2A2A2A2I0I0I0IIIXgo.string.hdr."x509: negative serial number" Pgo.string."x509: negative serial number"Pgo.string."x509: negative serial number"@:x509: negative serial numberngo.string.hdr."x509: trailing data after X.509 subject" 'fgo.string."x509: trailing data after X.509 subject"fgo.string."x509: trailing data after X.509 subject"PPx509: trailing data after X.509 subjectpgo.string.hdr."x509: trailing data after X.509 KeyUsage" (hgo.string."x509: trailing data after X.509 KeyUsage"hgo.string."x509: trailing data after X.509 KeyUsage"`Rx509: trailing data after X.509 KeyUsagego.string.hdr."x509: trailing data after X.509 BasicConstraints" 0xgo.string."x509: trailing data after X.509 BasicConstraints"xgo.string."x509: trailing data after X.509 BasicConstraints"pbx509: trailing data after X.509 BasicConstraints~go.string.hdr."x509: trailing data after X.509 NameConstraints" /vgo.string."x509: trailing data after X.509 NameConstraints"vgo.string."x509: trailing data after X.509 NameConstraints"``x509: trailing data after X.509 NameConstraintsgo.string.hdr."x509: trailing data after X.509 CRL distribution point" 6go.string."x509: trailing data after X.509 CRL distribution point"go.string."x509: trailing data after X.509 CRL distribution point"pnx509: trailing data after X.509 CRL distribution pointgo.string.hdr."x509: trailing data after X.509 authority key-id" 0xgo.string."x509: trailing data after X.509 authority key-id"xgo.string."x509: trailing data after X.509 authority key-id"pbx509: trailing data after X.509 authority key-idgo.string.hdr."x509: trailing data after X.509 ExtendedKeyUsage" 0xgo.string."x509: trailing data after X.509 ExtendedKeyUsage"xgo.string."x509: trailing data after X.509 ExtendedKeyUsage"pbx509: trailing data after X.509 ExtendedKeyUsagego.string.hdr."x509: trailing data after X.509 certificate policies" 4go.string."x509: trailing data after X.509 certificate policies"go.string."x509: trailing data after X.509 certificate policies"pjx509: trailing data after X.509 certificate policiesgo.string.hdr."x509: trailing data after X.509 authority information" 5go.string."x509: trailing data after X.509 authority information"go.string."x509: trailing data after X.509 authority information"plx509: trailing data after X.509 authority informationTgclocals5acc8b1f8c2a5815a68eb8fc543cc2dc--Q 0@@@BB@@@@0 0 0 0 @ Tgclocals744b3d008ed32254fa7500dfd32688aeQTgclocals0159ab673167657bbd061c5f3af4fd0d88Tgclocals5e30b7e986d9bc19b3629e172cb1402b889 9Tgclocals3aaa83970fd14b8c4ef243df69082f58XX Tgclocals62a758c955347f0a292a5700c14135d7XX Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals5ba12c3ef7a52494f3303a6bf7fd24c7 Tgclocals1a2cc6eb7f6c2e8ae0ec9d76b9eca0b3 Tgclocalsf9b748146ead65db0adb8f2e8072b588@$$@$@@$ @ @Tgclocals4747823a9c8b405ea569ec56fcc3e52eIIIIIIIIIIIIIIII2<go.string.hdr."internal error" 4go.string."internal error"4go.string."internal error" internal errorTgclocals1e5d8439a28ff6eaf33e816bd555f23eE@@ @ @@B$$$$AAAA@@HHH@$HHHH@Tgclocals73b5d20d775a3ff9d77dc918997f5f34E3Tgclocals9f43c5bdba8d1a497f9843a0aaac1ce2((Tgclocalsef65cbed57b606c7074f25c0f57581b5((3ngo.string.hdr."x509: only RSA and ECDSA keys supported" 'fgo.string."x509: only RSA and ECDSA keys supported"fgo.string."x509: only RSA and ECDSA keys supported"PPx509: only RSA and ECDSA keys supportedgo.string.hdr."x509: requested SignatureAlgorithm does not match private key type" Bgo.string."x509: requested SignatureAlgorithm does not match private key type"go.string."x509: requested SignatureAlgorithm does not match private key type"x509: requested SignatureAlgorithm does not match private key type|go.string.hdr."x509: cannot sign with hash function requested" .tgo.string."x509: cannot sign with hash function requested"tgo.string."x509: cannot sign with hash function requested"`^x509: cannot sign with hash function requested`go.string.hdr."x509: unknown SignatureAlgorithm" Xgo.string."x509: unknown SignatureAlgorithm"Xgo.string."x509: unknown SignatureAlgorithm"PBx509: unknown SignatureAlgorithmTgclocals92a4fc2b90cd5294f23896eae3210b70B0@@@@Tgclocals1e4022fdc94a695ee2763428ac045fdd$$$$$$$$$$$$$$$0Jgo.itab.crypto.Hash.crypto.SignerOptsgo.string.hdr."x509: certificate private key does not implement crypto.Signer" >go.string."x509: certificate private key does not implement crypto.Signer"go.string."x509: certificate private key does not implement crypto.Signer"~x509: certificate private key does not implement crypto.SignerTgclocals8e502ef3756d035df898f7490b929995E `````$H`H$H`H$H`@$$H`@$$H`@$$H`@$$H`H@$$H I$"` I$" $A` I$" I$"` I$"` I$" I$"H$$ID$HTgclocals006f40357e6a4d4362cd417a3df04f20 Tgclocalsb7f77d91f435e42267b500766eeb4b9b00Tgclocalscc145119884fdf9c78936ef01f77dd7d009Zgo.string.hdr."x509: trailing data after CRL" Rgo.string."x509: trailing data after CRL"Rgo.string."x509: trailing data after CRL"@<x509: trailing data after CRLTgclocals5ab3da7f675abd9751369a662ee255a1@@ Tgclocals493e4da174028d054eb08962566ef6b7@@ 9Tgclocalsb1faa5039529eccf1edc9b7bf802139c `````"HB&`D"HB&`D"HB&`@D"HB&`@"HB&`"HB&$!` "HB&"HB&`"HB&"HB&ITgclocals2957a10b4930cb05f55a7d80ec1316f8?$?d?$?$?$?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?$zgo.string.hdr."x509: failed to unmarshall raw CSR Attributes" -rgo.string."x509: failed to unmarshall raw CSR Attributes"rgo.string."x509: failed to unmarshall raw CSR Attributes"`\x509: failed to unmarshall raw CSR AttributesTgclocalsc6a36455bf1333664eb56909e603a258HHTgclocals888709766422dfce851383d32cbb2ac4HHTgclocals2b53d5108a39dc551f970d66731536ae $ Tgclocals7dcab7d1417afd2627855b1408868442XX Tgclocalsc1590a0a9b80aa834ed6954257980470%%6I""""""0"00"0"@0"@ 0@"H 0"H 0"H 0"@ 0"@ 0"@ 0"@ 0@"@ 0H"@ 0"@ A0"@ A0H"@ a0"@ q0"@ q0"@ 0"@ 0"@ 0"@ 0"@ 0"@ 0"@ @0"@ @06"@ 06"@ 06"@ 0 6"@ 0"@ 0"@ 0 "@ 0"@ 0"@ 0@"@ 0@"@ 0"@ 0 "@ 0"@ 0"@2$H"$A0"@2$H""@2$H"0"@2$H"0"@2$H""@2$H""H ID$Tgclocals634f2dc9ab05ac241e97f63d09890e146 5360 ????????????????????????????????????????????????Tgclocals0159ab673167657bbd061c5f3af4fd0d88Tgclocals5e30b7e986d9bc19b3629e172cb1402b889 9ngo.string.hdr."x509: trailing data after X.509 Subject" 'fgo.string."x509: trailing data after X.509 Subject"fgo.string."x509: trailing data after X.509 Subject"PPx509: trailing data after X.509 Subjectgo.string.hdr."x509: extension attribute contained non-OCTET STRING data" 9go.string."x509: extension attribute contained non-OCTET STRING data"go.string."x509: extension attribute contained non-OCTET STRING data"tx509: extension attribute contained non-OCTET STRING dataTgclocals206396c1c1a219dd6b99e5fa69931a5b"_ 0@ @ @$ @ @ @@d@@dddd0$000Tgclocals2f73a00da52a5052649956b95cac05ea"Tgclocalsc55cf99de9cdd8c8202a466952fa1a45 Tgclocalscad14e25fd48dddd762418d02c031d67 Tgclocals69c1753bd5f81501d95132d08af04464Tgclocals62da1ac877fc28d8253c48dd1917e7ae 2""._Cgo_use.args_stackmapJ""._cgo_runtime_cgocall.args_stackmap J""._cgo_runtime_cmalloc.args_stackmap R""._cgo_runtime_cgocallback.args_stackmapTgclocalsc55cf99de9cdd8c8202a466952fa1a45 Tgclocals62da1ac877fc28d8253c48dd1917e7ae Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals87d20ce1b58390b294df80b886db78bfTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals3f5c1f818fa7055d0400cecd34057162J""._cgo_runtime_gobytes.args_stackmap 5365 Tgclocalsf56b2291fa344104975cb6587be42b9b Tgclocals21012e18a2c9288476efc55b2fa11dc8 Tgclocals4ee4c7f5647ff9b657105a1b180f6a95`` 5366 5367 !%Tgclocals7be4bbacbfdb05fb3044e36c22b41e8b 5368 .go.string.hdr."DES-CBC" &go.string."DES-CBC"&go.string."DES-CBC"DES-CBC8go.string.hdr."DES-EDE3-CBC" 0go.string."DES-EDE3-CBC"0go.string."DES-EDE3-CBC" DES-EDE3-CBC6go.string.hdr."AES-128-CBC" .go.string."AES-128-CBC".go.string."AES-128-CBC" AES-128-CBC6go.string.hdr."AES-192-CBC" .go.string."AES-192-CBC".go.string."AES-192-CBC" AES-192-CBC6go.string.hdr."AES-256-CBC" .go.string."AES-256-CBC".go.string."AES-256-CBC" AES-256-CBC0""..gobytes.1&&-----BEGIN X509 CRL0go.string.hdr."X509 CRL" (go.string."X509 CRL"(go.string."X509 CRL" X509 CRLfgo.string.hdr."x509: decryption password incorrect" #^go.string."x509: decryption password incorrect"^go.string."x509: decryption password incorrect"PHx509: decryption password incorrectgo.string.hdr."x509: cannot verify signature: algorithm unimplemented" 6go.string."x509: cannot verify signature: algorithm unimplemented"go.string."x509: cannot verify signature: algorithm unimplemented"pnx509: cannot verify signature: algorithm unimplementedTgclocals21a8f585a14d020f181242c5256583dc Tgclocals69c1753bd5f81501d95132d08af04464."".rfc1423Algos0*type.[]"".rfc1423Algo0""".statictmp_1699.2"".IncorrectPasswordError type.error0"".oncetype.sync.Once."".systemRoots"type.*"".CertPool.2"".oidSignatureMD2WithRSA0Ftype.encoding/asn1.ObjectIdentifier0""".statictmp_1700.2"".oidSignatureMD5WithRSA0Ftype.encoding/asn1.ObjectIdentifier0""".statictmp_1701.4"".oidSignatureSHA1WithRSA0Ftype.encoding/asn1.ObjectIdentifier0""".statictmp_1702.8"".oidSignatureSHA256WithRSA0Ftype.encoding/asn1.ObjectIdentifier0""".statictmp_1703.8"".oidSignatureSHA384WithRSA0Ftype.encoding/asn1.ObjectIdentifier0""".statictmp_1704.8"".oidSignatureSHA512WithRSA0Ftype.encoding/asn1.ObjectIdentifier0""".statictmp_1705.4"".oidSignatureDSAWithSHA10Ftype.encoding/asn1.ObjectIdentifier0""".statictmp_1706.8"".oidSignatureDSAWithSHA2560Ftype.encoding/asn1.ObjectIdentifier0""".statictmp_1707.8"".oidSignatureECDSAWithSHA10Ftype.encoding/asn1.ObjectIdentifier0""".statictmp_1708.<"".oidSignatureECDSAWithSHA2560Ftype.encoding/asn1.ObjectIdentifier0""".statictmp_1709.<"".oidSignatureECDSAWithSHA3840Ftype.encoding/asn1.ObjectIdentifier0""".statictmp_1710.<"".oidSignatureECDSAWithSHA5120Ftype.encoding/asn1.ObjectIdentifier0""".statictmp_1711.8"".signatureAlgorithmDetails0type.[]struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }0""".statictmp_1712.$"".oidPublicKeyRSA0Ftype.encoding/asn1.ObjectIdentifier0""".statictmp_1713.$"".oidPublicKeyDSA0Ftype.encoding/asn1.ObjectIdentifier0""".statictmp_1714.("".oidPublicKeyECDSA0Ftype.encoding/asn1.ObjectIdentifier0""".statictmp_1715.("".oidNamedCurveP2240Ftype.encoding/asn1.ObjectIdentifier0""".statictmp_1716.("".oidNamedCurveP2560Ftype.encoding/asn1.ObjectIdentifier0""".statictmp_1717.("".oidNamedCurveP3840Ftype.encoding/asn1.ObjectIdentifier0""".statictmp_1718.("".oidNamedCurveP5210Ftype.encoding/asn1.ObjectIdentifier0""".statictmp_1719.("".oidExtKeyUsageAny0Ftype.encoding/asn1.ObjectIdentifier0""".statictmp_1720.6"".oidExtKeyUsageServerAuth0Ftype.encoding/asn1.ObjectIdentifier0 """.statictmp_1721.6"".oidExtKeyUsageClientAuth0Ftype.encoding/asn1.ObjectIdentifier0 """.statictmp_1722.8"".oidExtKeyUsageCodeSigning0Ftype.encoding/asn1.ObjectIdentifier0 """.statictmp_1723.@"".oidExtKeyUsageEmailProtection0Ftype.encoding/asn1.ObjectIdentifier0 """.statictmp_1724.>"".oidExtKeyUsageIPSECEndSystem0Ftype.encoding/asn1.ObjectIdentifier0 """.statictmp_1725.8"".oidExtKeyUsageIPSECTunnel0Ftype.encoding/asn1.ObjectIdentifier0 """.statictmp_1726.4"".oidExtKeyUsageIPSECUser0Ftype.encoding/asn1.ObjectIdentifier0 """.statictmp_1727.:"".oidExtKeyUsageTimeStamping0Ftype.encoding/asn1.ObjectIdentifier0 """.statictmp_1728.8"".oidExtKeyUsageOCSPSigning0Ftype.encoding/asn1.ObjectIdentifier0 """.statictmp_1729.V"".oidExtKeyUsageMicrosoftServerGatedCrypto0Ftype.encoding/asn1.ObjectIdentifier0 5375 5376 """.statictmp_1730.T"".oidExtKeyUsageNetscapeServerGatedCrypto0Ftype.encoding/asn1.ObjectIdentifier0""".statictmp_1731.$"".extKeyUsageOIDs0type.[]struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier }0""".statictmp_1732.4"".ErrUnsupportedAlgorithm type.error.("".entrustBrokenSPKI0type.[]uint80&&""".statictmp_1733.6"".oidExtensionSubjectKeyId0type.[]int0""".statictmp_1734.."".oidExtensionKeyUsage0type.[]int0""".statictmp_1735.>"".oidExtensionExtendedKeyUsage0type.[]int0""".statictmp_1736.:"".oidExtensionAuthorityKeyId0type.[]int0""".statictmp_1737.>"".oidExtensionBasicConstraints0type.[]int0""".statictmp_1738.:"".oidExtensionSubjectAltName0type.[]int0""".statictmp_1739.D"".oidExtensionCertificatePolicies0type.[]int0""".statictmp_1740.<"".oidExtensionNameConstraints0type.[]int0""".statictmp_1741.H"".oidExtensionCRLDistributionPoints0type.[]int0""".statictmp_1742.D"".oidExtensionAuthorityInfoAccess0type.[]int0 """.statictmp_1743.:"".oidAuthorityInfoAccessOcsp0Ftype.encoding/asn1.ObjectIdentifier0 """.statictmp_1744.@"".oidAuthorityInfoAccessIssuers0Ftype.encoding/asn1.ObjectIdentifier0 """.statictmp_1745,"".pemCRLPrefix0type.[]uint80""..gobytes.1."".pemType type.string (go.string."X509 CRL".,"".oidExtensionRequest0Ftype.encoding/asn1.ObjectIdentifier0""".statictmp_17460,runtime.cgoAlwaysFalsetype.bool0P_cgo_bae5fb7653b8_Cfunc_CFDataGetBytePtrtype.uint8.V""._cgo_bae5fb7653b8_Cfunc_CFDataGetBytePtr&type.unsafe.PointerP_cgo_bae5fb7653b8_Cfunc_CFDataGetBytePtr0N_cgo_bae5fb7653b8_Cfunc_CFDataGetLengthtype.uint8.T""._cgo_bae5fb7653b8_Cfunc_CFDataGetLength&type.unsafe.PointerN_cgo_bae5fb7653b8_Cfunc_CFDataGetLength0B_cgo_bae5fb7653b8_Cfunc_CFReleasetype.uint8.H""._cgo_bae5fb7653b8_Cfunc_CFRelease&type.unsafe.PointerB_cgo_bae5fb7653b8_Cfunc_CFRelease0J_cgo_bae5fb7653b8_Cfunc_FetchPEMRootstype.uint8.P""._cgo_bae5fb7653b8_Cfunc_FetchPEMRoots&type.unsafe.PointerJ_cgo_bae5fb7653b8_Cfunc_FetchPEMRoots""".statictmp_0189@Jtype.[1]struct { a string; b string }@ *go.string."Proc-Type" .go.string."4,ENCRYPTED"""".statictmp_0254.type."".pkcs1PrivateKey""".statictmp_0320type.[4]string98go.string."find-certificate" go.string."-a"@go.string."-p"`go.string."/System/Library/Keychains/SystemRootCertificates.keychain"""".statictmp_0465,type.[1]"".ExtKeyUsage""".statictmp_1417,type."".tbsCertificate@""".statictmp_1468Ptype.crypto/x509/pkix.TBSCertificateList@.""".statictmp_1699,type.[5]"".rfc1423Algo &go.string."DES-CBC"0.crypto/des.NewCipherfp0go.string."DES-EDE3-CBC"@crypto/des.NewTripleDESCipherf.go.string."AES-128-CBC".crypto/aes.NewCipherf.go.string."AES-192-CBC".crypto/aes.NewCipherf.go.string."AES-256-CBC".crypto/aes.NewCipherf0""".statictmp_1700ptype.[7]intpH0""".statictmp_1701ptype.[7]intpH0""".statictmp_1702ptype.[7]intpH0""".statictmp_1703ptype.[7]intpH0""".statictmp_1704ptype.[7]intpH0""".statictmp_1705ptype.[7]intpH 0""".statictmp_1706`type.[6]int`H8'0""".statictmp_1707type.[8]intHe0""".statictmp_1708`type.[6]int`H='0""".statictmp_1709ptype.[7]intpH='0""".statictmp_1710ptype.[7]intpH='0""".statictmp_1711ptype.[7]intpH='.""".statictmp_1712 type.[12]struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash } 5387 """.statictmp_1700p""".statictmp_1701""".statictmp_1702""".statictmp_1703""".statictmp_1704""".statictmp_1705""".statictmp_1706""".statictmp_1707""".statictmp_1708""".statictmp_1709""".statictmp_1710""".statictmp_17110""".statictmp_1713ptype.[7]intpH0""".statictmp_1714`type.[6]int`H8'0""".statictmp_1715`type.[6]int`H='0""".statictmp_1716Ptype.[5]intP!0""".statictmp_1717ptype.[7]intpH='0""".statictmp_1718Ptype.[5]intP"0""".statictmp_1719Ptype.[5]intP#0""".statictmp_1720Ptype.[5]int@%0""".statictmp_1721type.[9]int0""".statictmp_1722type.[9]int0""".statictmp_1723type.[9]int0""".statictmp_1724type.[9]int0""".statictmp_1725type.[9]int0""".statictmp_1726type.[9]int0""".statictmp_1727type.[9]int0""".statictmp_1728type.[9]int0""".statictmp_1729type.[9]int 0""".statictmp_1730type.[10]int7 5390 0""".statictmp_1731ptype.[7]intpHB.""".statictmp_1732type.[12]struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier } 5391 5392 5393 """.statictmp_1720P""".statictmp_1721""".statictmp_1722""".statictmp_1723""".statictmp_1724""".statictmp_1725""".statictmp_1726""".statictmp_1727""".statictmp_1728""".statictmp_1729""".statictmp_1730""".statictmp_17310""".statictmp_1733type.[294]uint80"0 *H 0 5397 -<K~Zbs(kdW(P)*NRw<Me?r8x(u=ewv$Lm187v I6$iB7bYm<4: 5398 o.ZzIhAZUQCg21%TKo^lx:Hy<u #uc%=ffhU0""".statictmp_1734@type.[4]int@0""".statictmp_1735@type.[4]int@0""".statictmp_1736@type.[4]int@%0""".statictmp_1737@type.[4]int@#0""".statictmp_1738@type.[4]int@0""".statictmp_1739@type.[4]int@0""".statictmp_1740@type.[4]int@ 0""".statictmp_1741@type.[4]int@0""".statictmp_1742@type.[4]int@0""".statictmp_1743type.[9]int0""".statictmp_1744type.[9]int00""".statictmp_1745type.[9]int00""".statictmp_1746ptype.[7]intpH 0"".initdonetype.uint8""".NewCertPoolf"".NewCertPoolJ"".(*CertPool).findVerifiedParentsfD"".(*CertPool).findVerifiedParents2"".(*CertPool).AddCertf,"".(*CertPool).AddCertH"".(*CertPool).AppendCertsFromPEMfB"".(*CertPool).AppendCertsFromPEM4"".(*CertPool).Subjectsf."".(*CertPool).Subjects6"".rfc1423Algo.deriveKeyf0"".rfc1423Algo.deriveKey2"".IsEncryptedPEMBlockf,"".IsEncryptedPEMBlock*"".DecryptPEMBlockf$"".DecryptPEMBlock*"".EncryptPEMBlockf$"".EncryptPEMBlock$"".cipherByNamef"".cipherByName""".cipherByKeyf"".cipherByKey4"".ParsePKCS1PrivateKeyf."".ParsePKCS1PrivateKey8"".MarshalPKCS1PrivateKeyf2"".MarshalPKCS1PrivateKey4"".ParsePKCS8PrivateKeyf."".ParsePKCS8PrivateKey*"".systemRootsPoolf$"".systemRootsPoolB"".(*Certificate).systemVerifyf<"".(*Certificate).systemVerify."".execSecurityRootsf("".execSecurityRoots."".ParseECPrivateKeyf("".ParseECPrivateKey2"".MarshalECPrivateKeyf,"".MarshalECPrivateKey."".parseECPrivateKeyf("".parseECPrivateKeyF"".CertificateInvalidError.Errorf@"".CertificateInvalidError.Error2"".HostnameError.Errorf,"".HostnameError.ErrorB"".UnknownAuthorityError.Errorf<"".UnknownAuthorityError.Error8"".SystemRootsError.Errorf2"".SystemRootsError.Error8"".(*Certificate).isValidf2"".(*Certificate).isValid6"".(*Certificate).Verifyf0"".(*Certificate).Verify0"".appendToFreshChainf*"".appendToFreshChain@"".(*Certificate).buildChainsf:"".(*Certificate).buildChains("".matchHostnamesf""".matchHostnames,"".toLowerCaseASCIIf&"".toLowerCaseASCIIF"".(*Certificate).VerifyHostnamef@"".(*Certificate).VerifyHostname6"".checkChainForKeyUsagef0"".checkChainForKeyUsage0"".ParsePKIXPublicKeyf*"".ParsePKIXPublicKey,"".marshalPublicKeyf&"".marshalPublicKey4"".MarshalPKIXPublicKeyf."".MarshalPKIXPublicKeyD"".getSignatureAlgorithmFromOIDf>"".getSignatureAlgorithmFromOIDD"".getPublicKeyAlgorithmFromOIDf>"".getPublicKeyAlgorithmFromOID."".namedCurveFromOIDf("".namedCurveFromOID."".oidFromNamedCurvef("".oidFromNamedCurve0"".extKeyUsageFromOIDf*"".extKeyUsageFromOID0"".oidFromExtKeyUsagef*"".oidFromExtKeyUsageH"".ConstraintViolationError.ErrorfB"".ConstraintViolationError.Error4"".(*Certificate).Equalf."".(*Certificate).EqualN"".(*Certificate).CheckSignatureFromfH"".(*Certificate).CheckSignatureFromF"".(*Certificate).CheckSignaturef@"".(*Certificate).CheckSignature("".checkSignaturef""".checkSignatureL"".(*Certificate).CheckCRLSignaturefF"".(*Certificate).CheckCRLSignatureL"".UnhandledCriticalExtension.ErrorfF"".UnhandledCriticalExtension.Error("".parsePublicKeyf""".parsePublicKey."".parseSANExtensionf("".parseSANExtension,"".parseCertificatef&"".parseCertificate,"".ParseCertificatef&"".ParseCertificate."".ParseCertificatesf("".ParseCertificates0"".reverseBitsInABytef*"".reverseBitsInAByte&"".asn1BitLengthf "".asn1BitLength*"".oidInExtensionsf$"".oidInExtensions""".marshalSANsf"".marshalSANs*"".buildExtensionsf$"".buildExtensions$"".subjectBytesf"".subjectBytes>"".signingParamsForPublicKeyf8"".signingParamsForPublicKey."".CreateCertificatef("".CreateCertificate"".ParseCRLf"".ParseCRL""".ParseDERCRLf"".ParseDERCRL<"".(*Certificate).CreateCRLf6"".(*Certificate).CreateCRL,"".newRawAttributesf&"".newRawAttributes0"".parseRawAttributesf*"".parseRawAttributes<"".CreateCertificateRequestf6"".CreateCertificateRequest:"".ParseCertificateRequestf4"".ParseCertificateRequest:"".parseCertificateRequestf4"".parseCertificateRequestT"".(*CertificateRequest).CheckSignaturefN"".(*CertificateRequest).CheckSignature""._Cgo_ptrf""._Cgo_ptr""._Cgo_usefruntime.cgoUse4""._cgo_runtime_cgocallfruntime.cgocall4""._cgo_runtime_cmallocfruntime.cmalloc<""._cgo_runtime_cgocallbackf&runtime.cgocallback:""._Cfunc_CFDataGetBytePtrf4""._Cfunc_CFDataGetBytePtr8""._Cfunc_CFDataGetLengthf2""._Cfunc_CFDataGetLength,""._Cfunc_CFReleasef&""._Cfunc_CFRelease4""._Cfunc_FetchPEMRootsf.""._Cfunc_FetchPEMRoots4""._cgo_runtime_gobytesfruntime.gobytes(""._Cfunc_GoBytesf"""._Cfunc_GoBytes*"".initSystemRootsf$"".initSystemRoots"".initf"".init"runtime.gcbits.01*go.string.hdr."[]int" "go.string."[]int""go.string."[]int"[]inttype.[]intf0 runtime.algarray@"runtime.gcbits.01P*go.string.hdr."[]int"p&go.weak.type.*[]int"runtime.zerovaluetype.int.go.typelink.[]int []inttype.[]int.go.string.hdr."[]uint8" &go.string."[]uint8"&go.string."[]uint8"[]uint8type.[]uint8~.80 runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]uint8"p*go.weak.type.*[]uint8"runtime.zerovaluetype.uint86go.typelink.[]uint8 []uint8type.[]uint8runtime.gcbits.0go.string.hdr."[8]uint8" (go.string."[8]uint8"(go.string."[8]uint8" [8]uint8type.[8]uint8>00 runtime.algarray@runtime.gcbits.P0go.string.hdr."[8]uint8"p,go.weak.type.*[8]uint8"runtime.zerovaluetype.uint8type.[]uint8:go.typelink.[8]uint8 [8]uint8type.[8]uint80go.string.hdr."[]string" (go.string."[]string"(go.string."[]string" []stringtype.[]string 5402 0 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]string"p,go.weak.type.*[]string"runtime.zerovaluetype.string:go.typelink.[]string []stringtype.[]stringTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals44750c784da4dd430afdd97fea5c405a Tgclocals51af24152615272c3d9efc8538f95767 0type..hashfunc.[8]string(type..hash.[8]string,type..eqfunc.[8]string$type..eq.[8]string&type..alg.[8]string 0type..hashfunc.[8]string,type..eqfunc.[8]string&runtime.gcbits.5555UU2go.string.hdr."[8]string" *go.string."[8]string"*go.string."[8]string" [8]stringtype.[8]stringxUS>0&type..alg.[8]string@&runtime.gcbits.5555P2go.string.hdr."[8]string"p.go.weak.type.*[8]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[8]string [8]stringtype.[8]string.go.string.hdr."[][]int" &go.string."[][]int"&go.string."[][]int"[][]inttype.[][]int>q"0 runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[][]int"p*go.weak.type.*[][]int"runtime.zerovaluetype.[]int6go.typelink.[][]int [][]inttype.[][]int*runtime.gcbits.499224I$0go.string.hdr."[8][]int" (go.string."[8][]int"(go.string."[8][]int" [8][]inttype.[8][]int0 runtime.algarray@*runtime.gcbits.499224P0go.string.hdr."[8][]int"p,go.weak.type.*[8][]int"runtime.zerovaluetype.[]inttype.[][]int:go.typelink.[8][]int [8][]inttype.[8][]intPgo.string.hdr."*map.bucket[string][]int" Hgo.string."*map.bucket[string][]int"Hgo.string."*map.bucket[string][]int"@2*map.bucket[string][]int:type.*map.bucket[string][]int60 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."*map.bucket[string][]int"pLgo.weak.type.**map.bucket[string][]int"runtime.zerovalue8type.map.bucket[string][]int6runtime.gcbits.aaaa92244902$INgo.string.hdr."map.bucket[string][]int" Fgo.string."map.bucket[string][]int"Fgo.string."map.bucket[string][]int"00map.bucket[string][]int.go.string.hdr."topbits" &go.string."topbits"&go.string."topbits"topbits(go.string.hdr."keys" go.string."keys" go.string."keys" 5408 keys,go.string.hdr."values" $go.string."values"$go.string."values"values0go.string.hdr."overflow" (go.string."overflow"(go.string."overflow" overflow8type.map.bucket[string][]intPP< 5409 0H0 runtime.algarray@6runtime.gcbits.aaaa92244902PNgo.string.hdr."map.bucket[string][]int"pJgo.weak.type.*map.bucket[string][]int"runtime.zerovalue8type.map.bucket[string][]int.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"type.[8]string,go.string.hdr."values"type.[8][]int0go.string.hdr."overflow":type.*map.bucket[string][]int"runtime.gcbits.2c,Hgo.string.hdr."map.hdr[string][]int" @go.string."map.hdr[string][]int"@go.string."map.hdr[string][]int"0*map.hdr[string][]int*go.string.hdr."count" "go.string."count""go.string."count"count*go.string.hdr."flags" "go.string."flags""go.string."flags"flags"go.string.hdr."B" go.string."B"go.string."B"B*go.string.hdr."hash0" "go.string."hash0""go.string."hash0"hash0.go.string.hdr."buckets" &go.string."buckets"&go.string."buckets"buckets4go.string.hdr."oldbuckets" 5413 ,go.string."oldbuckets",go.string."oldbuckets" oldbuckets2go.string.hdr."nevacuate" *go.string."nevacuate"*go.string."nevacuate" nevacuate2type.map.hdr[string][]int00 (,0 runtime.algarray@"runtime.gcbits.2cPHgo.string.hdr."map.hdr[string][]int"pDgo.weak.type.*map.hdr[string][]int"runtime.zerovalue2type.map.hdr[string][]int*go.string.hdr."count"type.int*go.string.hdr."flags"type.uint8"go.string.hdr."B"type.uint8*go.string.hdr."hash0"type.uint32.go.string.hdr."buckets":type.*map.bucket[string][]int4go.string.hdr."oldbuckets":type.*map.bucket[string][]int2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.Pointer@go.string.hdr."map[string][]int" 8go.string."map[string][]int"8go.string."map[string][]int"0"map[string][]int*type.map[string][]int(.5P0 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."map[string][]int"p<go.weak.type.*map[string][]int"runtime.zerovaluetype.stringtype.[]int8type.map.bucket[string][]int2type.map.hdr[string][]intZgo.typelink.map[string][]int map[string][]int*type.map[string][]intPgo.string.hdr."*x509.SignatureAlgorithm" Hgo.string."*x509.SignatureAlgorithm"Hgo.string."*x509.SignatureAlgorithm"@2*x509.SignatureAlgorithm6type.*"".SignatureAlgorithml60 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."*x509.SignatureAlgorithm"pHgo.weak.type.**"".SignatureAlgorithm"runtime.zerovalue4type."".SignatureAlgorithmNgo.string.hdr."x509.SignatureAlgorithm" Fgo.string."x509.SignatureAlgorithm"Fgo.string."x509.SignatureAlgorithm"00x509.SignatureAlgorithmDgo.string.hdr."SignatureAlgorithm" <go.string."SignatureAlgorithm"<go.string."SignatureAlgorithm"0&SignatureAlgorithm6go.string.hdr."crypto/x509" .go.string."crypto/x509".go.string."crypto/x509" crypto/x509"go.importpath."". .go.string."crypto/x509"4type."".SignatureAlgorithm&@30 runtime.algarray@runtime.gcbits.PNgo.string.hdr."x509.SignatureAlgorithm"p6type.*"".SignatureAlgorithm"runtime.zerovalue`4type."".SignatureAlgorithmDgo.string.hdr."SignatureAlgorithm""go.importpath."".4type."".SignatureAlgorithmPgo.string.hdr."*x509.PublicKeyAlgorithm" Hgo.string."*x509.PublicKeyAlgorithm"Hgo.string."*x509.PublicKeyAlgorithm"@2*x509.PublicKeyAlgorithm6type.*"".PublicKeyAlgorithm60 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."*x509.PublicKeyAlgorithm"pHgo.weak.type.**"".PublicKeyAlgorithm"runtime.zerovalue4type."".PublicKeyAlgorithmNgo.string.hdr."x509.PublicKeyAlgorithm" Fgo.string."x509.PublicKeyAlgorithm"Fgo.string."x509.PublicKeyAlgorithm"00x509.PublicKeyAlgorithmDgo.string.hdr."PublicKeyAlgorithm" <go.string."PublicKeyAlgorithm"<go.string."PublicKeyAlgorithm"0&PublicKeyAlgorithm4type."".PublicKeyAlgorithm +0 runtime.algarray@runtime.gcbits.PNgo.string.hdr."x509.PublicKeyAlgorithm"p6type.*"".PublicKeyAlgorithm"runtime.zerovalue`4type."".PublicKeyAlgorithmDgo.string.hdr."PublicKeyAlgorithm""go.importpath."".4type."".PublicKeyAlgorithm"runtime.gcbits.038go.string.hdr."interface {}" 0go.string."interface {}"0go.string."interface {}" interface {}"type.interface {}W0 runtime.algarray@"runtime.gcbits.03P8go.string.hdr."interface {}"p4go.weak.type.*interface {}"runtime.zerovalue"type.interface {}<go.string.hdr."*x509.KeyUsage" 4go.string."*x509.KeyUsage"4go.string."*x509.KeyUsage" *x509.KeyUsage"type.*"".KeyUsage%a(60 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*x509.KeyUsage"p4go.weak.type.**"".KeyUsage"runtime.zerovalue type."".KeyUsage:go.string.hdr."x509.KeyUsage" 2go.string."x509.KeyUsage"2go.string."x509.KeyUsage" x509.KeyUsage0go.string.hdr."KeyUsage" (go.string."KeyUsage"(go.string."KeyUsage" KeyUsage type."".KeyUsage80 runtime.algarray@runtime.gcbits.P:go.string.hdr."x509.KeyUsage"p"type.*"".KeyUsage"runtime.zerovalue` type."".KeyUsage0go.string.hdr."KeyUsage""go.importpath."". type."".KeyUsage@go.string.hdr."[]pkix.Extension" 8go.string."[]pkix.Extension"8go.string."[]pkix.Extension"0"[]pkix.ExtensionBtype.[]crypto/x509/pkix.Extension 5424 0 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."[]pkix.Extension"pTgo.weak.type.*[]crypto/x509/pkix.Extension"runtime.zerovalue>type.crypto/x509/pkix.Extensionrgo.typelink.[]pkix.Extension []crypto/x509/pkix.ExtensionBtype.[]crypto/x509/pkix.ExtensionNgo.string.hdr."[]asn1.ObjectIdentifier" Fgo.string."[]asn1.ObjectIdentifier"Fgo.string."[]asn1.ObjectIdentifier"00[]asn1.ObjectIdentifierJtype.[]encoding/asn1.ObjectIdentifier?L0 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."[]asn1.ObjectIdentifier"p\go.weak.type.*[]encoding/asn1.ObjectIdentifier"runtime.zerovalueFtype.encoding/asn1.ObjectIdentifiergo.typelink.[]asn1.ObjectIdentifier []encoding/asn1.ObjectIdentifierJtype.[]encoding/asn1.ObjectIdentifierBgo.string.hdr."*x509.ExtKeyUsage" :go.string."*x509.ExtKeyUsage":go.string."*x509.ExtKeyUsage"0$*x509.ExtKeyUsage(type.*"".ExtKeyUsage$60 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."*x509.ExtKeyUsage"p:go.weak.type.**"".ExtKeyUsage"runtime.zerovalue&type."".ExtKeyUsage@go.string.hdr."x509.ExtKeyUsage" 8go.string."x509.ExtKeyUsage"8go.string."x509.ExtKeyUsage"0"x509.ExtKeyUsage6go.string.hdr."ExtKeyUsage" .go.string."ExtKeyUsage".go.string."ExtKeyUsage" ExtKeyUsage&type."".ExtKeyUsageC20 runtime.algarray@runtime.gcbits.P@go.string.hdr."x509.ExtKeyUsage"p(type.*"".ExtKeyUsage"runtime.zerovalue`&type."".ExtKeyUsage6go.string.hdr."ExtKeyUsage""go.importpath."".&type."".ExtKeyUsageDgo.string.hdr."[]x509.ExtKeyUsage" <go.string."[]x509.ExtKeyUsage"<go.string."[]x509.ExtKeyUsage"0&[]x509.ExtKeyUsage*type.[]"".ExtKeyUsage-"s0 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."[]x509.ExtKeyUsage"p<go.weak.type.*[]"".ExtKeyUsage"runtime.zerovalue&type."".ExtKeyUsage^go.typelink.[]x509.ExtKeyUsage []"".ExtKeyUsage*type.[]"".ExtKeyUsage0go.string.hdr."[]net.IP" (go.string."[]net.IP"(go.string."[]net.IP" []net.IPtype.[]net.IP2q0 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]net.IP"p,go.weak.type.*[]net.IP"runtime.zerovaluetype.net.IP:go.typelink.[]net.IP []net.IPtype.[]net.IPfruntime.gcbits.4992b04992a4922449520929498224492209$$II$IR )I$I" @go.string.hdr."x509.Certificate" 8go.string."x509.Certificate"8go.string."x509.Certificate"0"x509.Certificate&go.string.hdr."Raw" go.string."Raw"go.string."Raw"RawBgo.string.hdr."RawTBSCertificate" :go.string."RawTBSCertificate":go.string."RawTBSCertificate"0$RawTBSCertificateNgo.string.hdr."RawSubjectPublicKeyInfo" Fgo.string."RawSubjectPublicKeyInfo"Fgo.string."RawSubjectPublicKeyInfo"00RawSubjectPublicKeyInfo4go.string.hdr."RawSubject" 5432 ,go.string."RawSubject",go.string."RawSubject" RawSubject2go.string.hdr."RawIssuer" *go.string."RawIssuer"*go.string."RawIssuer" RawIssuer2go.string.hdr."Signature" *go.string."Signature"*go.string."Signature" Signature2go.string.hdr."PublicKey" *go.string."PublicKey"*go.string."PublicKey" PublicKey.go.string.hdr."Version" &go.string."Version"&go.string."Version"Version8go.string.hdr."SerialNumber" 0go.string."SerialNumber"0go.string."SerialNumber" SerialNumber,go.string.hdr."Issuer" $go.string."Issuer"$go.string."Issuer"Issuer.go.string.hdr."Subject" &go.string."Subject"&go.string."Subject"Subject2go.string.hdr."NotBefore" *go.string."NotBefore"*go.string."NotBefore" NotBefore0go.string.hdr."NotAfter" (go.string."NotAfter"(go.string."NotAfter" NotAfter4go.string.hdr."Extensions" 5434 ,go.string."Extensions",go.string."Extensions" Extensions>go.string.hdr."ExtraExtensions" 6go.string."ExtraExtensions"6go.string."ExtraExtensions" ExtraExtensionsVgo.string.hdr."UnhandledCriticalExtensions" Ngo.string."UnhandledCriticalExtensions"Ngo.string."UnhandledCriticalExtensions"@8UnhandledCriticalExtensionsDgo.string.hdr."UnknownExtKeyUsage" <go.string."UnknownExtKeyUsage"<go.string."UnknownExtKeyUsage"0&UnknownExtKeyUsageJgo.string.hdr."BasicConstraintsValid" Bgo.string."BasicConstraintsValid"Bgo.string."BasicConstraintsValid"0,BasicConstraintsValid(go.string.hdr."IsCA" go.string."IsCA" go.string."IsCA" 5435 IsCA4go.string.hdr."MaxPathLen" 5436 ,go.string."MaxPathLen",go.string."MaxPathLen" MaxPathLen<go.string.hdr."MaxPathLenZero" 4go.string."MaxPathLenZero"4go.string."MaxPathLenZero" MaxPathLenZero8go.string.hdr."SubjectKeyId" 0go.string."SubjectKeyId"0go.string."SubjectKeyId" SubjectKeyId<go.string.hdr."AuthorityKeyId" 4go.string."AuthorityKeyId"4go.string."AuthorityKeyId" AuthorityKeyId4go.string.hdr."OCSPServer" 5438 ,go.string."OCSPServer",go.string."OCSPServer" OCSPServerJgo.string.hdr."IssuingCertificateURL" Bgo.string."IssuingCertificateURL"Bgo.string."IssuingCertificateURL"0,IssuingCertificateURL0go.string.hdr."DNSNames" (go.string."DNSNames"(go.string."DNSNames" DNSNames<go.string.hdr."EmailAddresses" 4go.string."EmailAddresses"4go.string."EmailAddresses" EmailAddresses6go.string.hdr."IPAddresses" .go.string."IPAddresses".go.string."IPAddresses" IPAddressesVgo.string.hdr."PermittedDNSDomainsCritical" Ngo.string."PermittedDNSDomainsCritical"Ngo.string."PermittedDNSDomainsCritical"@8PermittedDNSDomainsCriticalFgo.string.hdr."PermittedDNSDomains" >go.string."PermittedDNSDomains">go.string."PermittedDNSDomains"0(PermittedDNSDomainsJgo.string.hdr."CRLDistributionPoints" Bgo.string."CRLDistributionPoints"Bgo.string."CRLDistributionPoints"0,CRLDistributionPointsBgo.string.hdr."PolicyIdentifiers" :go.string."PolicyIdentifiers":go.string."PolicyIdentifiers"0$PolicyIdentifiers6go.string.hdr."Certificate" .go.string."Certificate".go.string."Certificate" Certificate&type."".Certificatep`Ri`l$$0H`x0H`ahpx (@X0 runtime.algarray@fruntime.gcbits.4992b04992a4922449520929498224492209P@go.string.hdr."x509.Certificate"p(type.*"".Certificate"runtime.zerovalue&type."".Certificate&go.string.hdr."Raw"type.[]uint8Bgo.string.hdr."RawTBSCertificate"type.[]uint8Ngo.string.hdr."RawSubjectPublicKeyInfo"type.[]uint84go.string.hdr."RawSubject"type.[]uint82go.string.hdr."RawIssuer"type.[]uint82go.string.hdr."Signature"type.[]uint8Dgo.string.hdr."SignatureAlgorithm"4type."".SignatureAlgorithmDgo.string.hdr."PublicKeyAlgorithm"4type."".PublicKeyAlgorithm2go.string.hdr."PublicKey""type.interface {}.go.string.hdr."Version"type.int8go.string.hdr."SerialNumber"$type.*math/big.Int,go.string.hdr."Issuer"4type.crypto/x509/pkix.Name .go.string.hdr."Subject" 4type.crypto/x509/pkix.Name 2go.string.hdr."NotBefore" type.time.Time 5441 0go.string.hdr."NotAfter" 5442 type.time.Time 5443 0go.string.hdr."KeyUsage" type."".KeyUsage4go.string.hdr."Extensions"Btype.[]crypto/x509/pkix.Extension>go.string.hdr."ExtraExtensions"Btype.[]crypto/x509/pkix.ExtensionVgo.string.hdr."UnhandledCriticalExtensions" Jtype.[]encoding/asn1.ObjectIdentifier 6go.string.hdr."ExtKeyUsage" *type.[]"".ExtKeyUsageDgo.string.hdr."UnknownExtKeyUsage"Jtype.[]encoding/asn1.ObjectIdentifierJgo.string.hdr."BasicConstraintsValid"type.bool(go.string.hdr."IsCA"type.bool4go.string.hdr."MaxPathLen"type.int<go.string.hdr."MaxPathLenZero"type.bool8go.string.hdr."SubjectKeyId"type.[]uint8<go.string.hdr."AuthorityKeyId"type.[]uint84go.string.hdr."OCSPServer"type.[]stringJgo.string.hdr."IssuingCertificateURL"type.[]string0go.string.hdr."DNSNames"type.[]string<go.string.hdr."EmailAddresses"type.[]string6go.string.hdr."IPAddresses"type.[]net.IPVgo.string.hdr."PermittedDNSDomainsCritical"type.boolFgo.string.hdr."PermittedDNSDomains"type.[]stringJgo.string.hdr."CRLDistributionPoints"type.[]stringBgo.string.hdr."PolicyIdentifiers"Jtype.[]encoding/asn1.ObjectIdentifier`&type."".Certificate6go.string.hdr."Certificate""go.importpath."".&type."".CertificateBgo.string.hdr."*x509.Certificate" :go.string."*x509.Certificate":go.string."*x509.Certificate"0$*x509.Certificatego.string.hdr."func(*x509.Certificate, *pkix.CertificateList) error" 4go.string."func(*x509.Certificate, *pkix.CertificateList) error"go.string."func(*x509.Certificate, *pkix.CertificateList) error"pjfunc(*x509.Certificate, *pkix.CertificateList) errortype.func(*"".Certificate, *crypto/x509/pkix.CertificateList) error=r)30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*x509.Certificate, *pkix.CertificateList) error"pgo.weak.type.*func(*"".Certificate, *crypto/x509/pkix.CertificateList) error"runtime.zerovaluetype.func(*"".Certificate, *crypto/x509/pkix.CertificateList) errortype.func(*"".Certificate, *crypto/x509/pkix.CertificateList) error(type.*"".CertificateLtype.*crypto/x509/pkix.CertificateListtype.errorgo.typelink.func(*x509.Certificate, *pkix.CertificateList) error func(*"".Certificate, *crypto/x509/pkix.CertificateList) errortype.func(*"".Certificate, *crypto/x509/pkix.CertificateList) errorgo.string.hdr."func(*x509.Certificate, x509.SignatureAlgorithm, []uint8, []uint8) error" Hgo.string."func(*x509.Certificate, x509.SignatureAlgorithm, []uint8, []uint8) error"go.string."func(*x509.Certificate, x509.SignatureAlgorithm, []uint8, []uint8) error"func(*x509.Certificate, x509.SignatureAlgorithm, []uint8, []uint8) errortype.func(*"".Certificate, "".SignatureAlgorithm, []uint8, []uint8) error1u~30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*x509.Certificate, x509.SignatureAlgorithm, []uint8, []uint8) error"pgo.weak.type.*func(*"".Certificate, "".SignatureAlgorithm, []uint8, []uint8) error"runtime.zerovaluetype.func(*"".Certificate, "".SignatureAlgorithm, []uint8, []uint8) errortype.func(*"".Certificate, "".SignatureAlgorithm, []uint8, []uint8) error(type.*"".Certificate4type."".SignatureAlgorithmtype.[]uint8type.[]uint8type.errorgo.typelink.func(*x509.Certificate, x509.SignatureAlgorithm, []uint8, []uint8) error func(*"".Certificate, "".SignatureAlgorithm, []uint8, []uint8) errortype.func(*"".Certificate, "".SignatureAlgorithm, []uint8, []uint8) errorgo.string.hdr."func(*x509.Certificate, *x509.Certificate) error" 0xgo.string."func(*x509.Certificate, *x509.Certificate) error"xgo.string."func(*x509.Certificate, *x509.Certificate) error"pbfunc(*x509.Certificate, *x509.Certificate) errorbtype.func(*"".Certificate, *"".Certificate) errorM+?30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*x509.Certificate, *x509.Certificate) error"ptgo.weak.type.*func(*"".Certificate, *"".Certificate) error"runtime.zerovaluebtype.func(*"".Certificate, *"".Certificate) errorbtype.func(*"".Certificate, *"".Certificate) error(type.*"".Certificate(type.*"".Certificatetype.errorgo.typelink.func(*x509.Certificate, *x509.Certificate) error func(*"".Certificate, *"".Certificate) errorbtype.func(*"".Certificate, *"".Certificate) errorRgo.string.hdr."[]pkix.RevokedCertificate" Jgo.string."[]pkix.RevokedCertificate"Jgo.string."[]pkix.RevokedCertificate"@4[]pkix.RevokedCertificateTtype.[]crypto/x509/pkix.RevokedCertificatev#0 runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."[]pkix.RevokedCertificate"pfgo.weak.type.*[]crypto/x509/pkix.RevokedCertificate"runtime.zerovaluePtype.crypto/x509/pkix.RevokedCertificatego.typelink.[]pkix.RevokedCertificate []crypto/x509/pkix.RevokedCertificateTtype.[]crypto/x509/pkix.RevokedCertificate$"".hdr..gostring.1 r""..gostring.1""..gostring.1func(*x509.Certificate, io.Reader, interface {}, []pkix.RevokedCertificate, time.Time, time.Time) ([]uint8, error)type.func(*"".Certificate, io.Reader, interface {}, []crypto/x509/pkix.RevokedCertificate, time.Time, time.Time) ([]uint8, error) 5454 30 runtime.algarray@"runtime.gcbits.01P$"".hdr..gostring.1pgo.weak.type.*func(*"".Certificate, io.Reader, interface {}, []crypto/x509/pkix.RevokedCertificate, time.Time, time.Time) ([]uint8, error)"runtime.zerovaluetype.func(*"".Certificate, io.Reader, interface {}, []crypto/x509/pkix.RevokedCertificate, time.Time, time.Time) ([]uint8, error)type.func(*"".Certificate, io.Reader, interface {}, []crypto/x509/pkix.RevokedCertificate, time.Time, time.Time) ([]uint8, error)(type.*"".Certificatetype.io.Reader"type.interface {}Ttype.[]crypto/x509/pkix.RevokedCertificatetype.time.Timetype.time.Timetype.[]uint8type.errorgo.typelink.func(*x509.Certificate, io.Reader, interface {}, []pkix.RevokedCertificate, time.Time, time.Time) ([]uint8, error) func(*"".Certificate, io.Reader, interface {}, []crypto/x509/pkix.RevokedCertificate, time.Time, time.Time) ([]uint8, error)type.func(*"".Certificate, io.Reader, interface {}, []crypto/x509/pkix.RevokedCertificate, time.Time, time.Time) ([]uint8, error)~go.string.hdr."func(*x509.Certificate, *x509.Certificate) bool" /vgo.string."func(*x509.Certificate, *x509.Certificate) bool"vgo.string."func(*x509.Certificate, *x509.Certificate) bool"``func(*x509.Certificate, *x509.Certificate) bool`type.func(*"".Certificate, *"".Certificate) boolO30 runtime.algarray@"runtime.gcbits.01P~go.string.hdr."func(*x509.Certificate, *x509.Certificate) bool"prgo.weak.type.*func(*"".Certificate, *"".Certificate) bool"runtime.zerovalue`type.func(*"".Certificate, *"".Certificate) bool`type.func(*"".Certificate, *"".Certificate) bool(type.*"".Certificate(type.*"".Certificatetype.boolgo.typelink.func(*x509.Certificate, *x509.Certificate) bool func(*"".Certificate, *"".Certificate) bool`type.func(*"".Certificate, *"".Certificate) bool<go.string.hdr."*x509.CertPool" 4go.string."*x509.CertPool"4go.string."*x509.CertPool" *x509.CertPoolngo.string.hdr."func(*x509.CertPool, *x509.Certificate)" 'fgo.string."func(*x509.CertPool, *x509.Certificate)"fgo.string."func(*x509.CertPool, *x509.Certificate)"PPfunc(*x509.CertPool, *x509.Certificate)Ptype.func(*"".CertPool, *"".Certificate)<30 runtime.algarray@"runtime.gcbits.01Pngo.string.hdr."func(*x509.CertPool, *x509.Certificate)"pbgo.weak.type.*func(*"".CertPool, *"".Certificate)"runtime.zerovaluePtype.func(*"".CertPool, *"".Certificate)Ptype.func(*"".CertPool, *"".Certificate)"type.*"".CertPool(type.*"".Certificatego.typelink.func(*x509.CertPool, *x509.Certificate) func(*"".CertPool, *"".Certificate)Ptype.func(*"".CertPool, *"".Certificate)dgo.string.hdr."func(*x509.CertPool, []uint8) bool" "\go.string."func(*x509.CertPool, []uint8) bool"\go.string."func(*x509.CertPool, []uint8) bool"PFfunc(*x509.CertPool, []uint8) boolJtype.func(*"".CertPool, []uint8) bool3C30 runtime.algarray@"runtime.gcbits.01Pdgo.string.hdr."func(*x509.CertPool, []uint8) bool"p\go.weak.type.*func(*"".CertPool, []uint8) bool"runtime.zerovalueJtype.func(*"".CertPool, []uint8) boolJtype.func(*"".CertPool, []uint8) bool"type.*"".CertPooltype.[]uint8type.boolgo.typelink.func(*x509.CertPool, []uint8) bool func(*"".CertPool, []uint8) boolJtype.func(*"".CertPool, []uint8) bool2go.string.hdr."[][]uint8" *go.string."[][]uint8"*go.string."[][]uint8" [][]uint8type.[][]uint8}0 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."[][]uint8"p.go.weak.type.*[][]uint8"runtime.zerovaluetype.[]uint8>go.typelink.[][]uint8 [][]uint8type.[][]uint8\go.string.hdr."func(*x509.CertPool) [][]uint8" Tgo.string."func(*x509.CertPool) [][]uint8"Tgo.string."func(*x509.CertPool) [][]uint8"@>func(*x509.CertPool) [][]uint8Btype.func(*"".CertPool) [][]uint830 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."func(*x509.CertPool) [][]uint8"pTgo.weak.type.*func(*"".CertPool) [][]uint8"runtime.zerovalueBtype.func(*"".CertPool) [][]uint8Btype.func(*"".CertPool) [][]uint8"type.*"".CertPooltype.[][]uint8go.typelink.func(*x509.CertPool) [][]uint8 func(*"".CertPool) [][]uint8Btype.func(*"".CertPool) [][]uint8go.string.hdr."func(*x509.CertPool, *x509.Certificate) ([]int, *x509.Certificate, error)" Igo.string."func(*x509.CertPool, *x509.Certificate) ([]int, *x509.Certificate, error)"go.string."func(*x509.CertPool, *x509.Certificate) ([]int, *x509.Certificate, error)"func(*x509.CertPool, *x509.Certificate) ([]int, *x509.Certificate, error)type.func(*"".CertPool, *"".Certificate) ([]int, *"".Certificate, error)o30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*x509.CertPool, *x509.Certificate) ([]int, *x509.Certificate, error)"pgo.weak.type.*func(*"".CertPool, *"".Certificate) ([]int, *"".Certificate, error)"runtime.zerovaluetype.func(*"".CertPool, *"".Certificate) ([]int, *"".Certificate, error)type.func(*"".CertPool, *"".Certificate) ([]int, *"".Certificate, error)"type.*"".CertPool(type.*"".Certificatetype.[]int(type.*"".Certificatetype.errorgo.typelink.func(*x509.CertPool, *x509.Certificate) ([]int, *x509.Certificate, error) func(*"".CertPool, *"".Certificate) ([]int, *"".Certificate, error)type.func(*"".CertPool, *"".Certificate) ([]int, *"".Certificate, error).go.string.hdr."AddCert" &go.string."AddCert"&go.string."AddCert"AddCertNgo.string.hdr."func(*x509.Certificate)" Fgo.string."func(*x509.Certificate)"Fgo.string."func(*x509.Certificate)"00func(*x509.Certificate)4type.func(*"".Certificate)".30 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."func(*x509.Certificate)"pFgo.weak.type.*func(*"".Certificate)"runtime.zerovalue4type.func(*"".Certificate)4type.func(*"".Certificate)(type.*"".Certificatergo.typelink.func(*x509.Certificate) func(*"".Certificate)4type.func(*"".Certificate)Dgo.string.hdr."AppendCertsFromPEM" <go.string."AppendCertsFromPEM"<go.string."AppendCertsFromPEM"0&AppendCertsFromPEMDgo.string.hdr."func([]uint8) bool" <go.string."func([]uint8) bool"<go.string."func([]uint8) bool"0&func([]uint8) bool.type.func([]uint8) boolFpbV30 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."func([]uint8) bool"p@go.weak.type.*func([]uint8) bool"runtime.zerovalue.type.func([]uint8) bool.type.func([]uint8) booltype.[]uint8type.boolbgo.typelink.func([]uint8) bool func([]uint8) bool.type.func([]uint8) bool0go.string.hdr."Subjects" (go.string."Subjects"(go.string."Subjects" Subjects@go.string.hdr."func() [][]uint8" 8go.string."func() [][]uint8"8go.string."func() [][]uint8"0"func() [][]uint8*type.func() [][]uint830 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."func() [][]uint8"p<go.weak.type.*func() [][]uint8"runtime.zerovalue*type.func() [][]uint8*type.func() [][]uint8type.[][]uint8Zgo.typelink.func() [][]uint8 func() [][]uint8*type.func() [][]uint8Fgo.string.hdr."findVerifiedParents" >go.string."findVerifiedParents">go.string."findVerifiedParents"0(findVerifiedParentsgo.string.hdr."func(*x509.Certificate) ([]int, *x509.Certificate, error)" 9go.string."func(*x509.Certificate) ([]int, *x509.Certificate, error)"go.string."func(*x509.Certificate) ([]int, *x509.Certificate, error)"tfunc(*x509.Certificate) ([]int, *x509.Certificate, error)ttype.func(*"".Certificate) ([]int, *"".Certificate, error)E30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*x509.Certificate) ([]int, *x509.Certificate, error)"pgo.weak.type.*func(*"".Certificate) ([]int, *"".Certificate, error)"runtime.zerovaluettype.func(*"".Certificate) ([]int, *"".Certificate, error)ttype.func(*"".Certificate) ([]int, *"".Certificate, error)(type.*"".Certificatetype.[]int(type.*"".Certificatetype.errorgo.typelink.func(*x509.Certificate) ([]int, *x509.Certificate, error) func(*"".Certificate) ([]int, *"".Certificate, error)ttype.func(*"".Certificate) ([]int, *"".Certificate, error)"type.*"".CertPoolAC6:0 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*x509.CertPool"p4go.weak.type.**"".CertPool"runtime.zerovalue type."".CertPool`"type.*"".CertPool"type.*"".CertPool.go.string.hdr."AddCert"4type.func(*"".Certificate)Ptype.func(*"".CertPool, *"".Certificate),"".(*CertPool).AddCert,"".(*CertPool).AddCertDgo.string.hdr."AppendCertsFromPEM".type.func([]uint8) boolJtype.func(*"".CertPool, []uint8) boolB"".(*CertPool).AppendCertsFromPEMB"".(*CertPool).AppendCertsFromPEM0go.string.hdr."Subjects"*type.func() [][]uint8Btype.func(*"".CertPool) [][]uint8."".(*CertPool).Subjects."".(*CertPool).SubjectsFgo.string.hdr."findVerifiedParents""go.importpath."".ttype.func(*"".Certificate) ([]int, *"".Certificate, error)type.func(*"".CertPool, *"".Certificate) ([]int, *"".Certificate, error)D"".(*CertPool).findVerifiedParentsD"".(*CertPool).findVerifiedParentsFgo.string.hdr."*x509.VerifyOptions" >go.string."*x509.VerifyOptions">go.string."*x509.VerifyOptions"0(*x509.VerifyOptions,type.*"".VerifyOptions8{60 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."*x509.VerifyOptions"p>go.weak.type.**"".VerifyOptions"runtime.zerovalue*type."".VerifyOptions"runtime.gcbits.cdDgo.string.hdr."x509.VerifyOptions" <go.string."x509.VerifyOptions"<go.string."x509.VerifyOptions"0&x509.VerifyOptions.go.string.hdr."DNSName" &go.string."DNSName"&go.string."DNSName"DNSName:go.string.hdr."Intermediates" 2go.string."Intermediates"2go.string."Intermediates" Intermediates*go.string.hdr."Roots" "go.string."Roots""go.string."Roots"Roots6go.string.hdr."CurrentTime" .go.string."CurrentTime".go.string."CurrentTime" CurrentTime2go.string.hdr."KeyUsages" *go.string."KeyUsages"*go.string."KeyUsages" KeyUsages:go.string.hdr."VerifyOptions" 2go.string."VerifyOptions"2go.string."VerifyOptions" VerifyOptions*type."".VerifyOptionsP@ 8(0 runtime.algarray@"runtime.gcbits.cdPDgo.string.hdr."x509.VerifyOptions"p,type.*"".VerifyOptions"runtime.zerovalue*type."".VerifyOptions.go.string.hdr."DNSName"type.string:go.string.hdr."Intermediates""type.*"".CertPool*go.string.hdr."Roots""type.*"".CertPool6go.string.hdr."CurrentTime"type.time.Time2go.string.hdr."KeyUsages"*type.[]"".ExtKeyUsage`*type."".VerifyOptions:go.string.hdr."VerifyOptions""go.importpath."".*type."".VerifyOptionsJgo.string.hdr."[][]*x509.Certificate" Bgo.string."[][]*x509.Certificate"Bgo.string."[][]*x509.Certificate"0,[][]*x509.Certificate0type.[][]*"".Certificate50 runtime.algarray@"runtime.gcbits.01PJgo.string.hdr."[][]*x509.Certificate"pBgo.weak.type.*[][]*"".Certificate"runtime.zerovalue,type.[]*"".Certificatejgo.typelink.[][]*x509.Certificate [][]*"".Certificate0type.[][]*"".Certificatego.string.hdr."func(*x509.Certificate, x509.VerifyOptions) ([][]*x509.Certificate, error)" Jgo.string."func(*x509.Certificate, x509.VerifyOptions) ([][]*x509.Certificate, error)"go.string."func(*x509.Certificate, x509.VerifyOptions) ([][]*x509.Certificate, error)"func(*x509.Certificate, x509.VerifyOptions) ([][]*x509.Certificate, error)type.func(*"".Certificate, "".VerifyOptions) ([][]*"".Certificate, error)G30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*x509.Certificate, x509.VerifyOptions) ([][]*x509.Certificate, error)"pgo.weak.type.*func(*"".Certificate, "".VerifyOptions) ([][]*"".Certificate, error)"runtime.zerovaluetype.func(*"".Certificate, "".VerifyOptions) ([][]*"".Certificate, error)type.func(*"".Certificate, "".VerifyOptions) ([][]*"".Certificate, error)(type.*"".Certificate*type."".VerifyOptions0type.[][]*"".Certificatetype.errorgo.typelink.func(*x509.Certificate, x509.VerifyOptions) ([][]*x509.Certificate, error) func(*"".Certificate, "".VerifyOptions) ([][]*"".Certificate, error)type.func(*"".Certificate, "".VerifyOptions) ([][]*"".Certificate, error)jgo.string.hdr."func(*x509.Certificate, string) error" %bgo.string."func(*x509.Certificate, string) error"bgo.string."func(*x509.Certificate, string) error"PLfunc(*x509.Certificate, string) errorPtype.func(*"".Certificate, string) errorUE30 runtime.algarray@"runtime.gcbits.01Pjgo.string.hdr."func(*x509.Certificate, string) error"pbgo.weak.type.*func(*"".Certificate, string) error"runtime.zerovaluePtype.func(*"".Certificate, string) errorPtype.func(*"".Certificate, string) error(type.*"".Certificatetype.stringtype.errorgo.typelink.func(*x509.Certificate, string) error func(*"".Certificate, string) errorPtype.func(*"".Certificate, string) error type..hashfunc64 @,runtime.memhash_varlentype..eqfunc64 @.runtime.memequal_varlentype..alg64 type..hashfunc64type..eqfunc64,go.string.hdr."[8]int" $go.string."[8]int"$go.string."[8]int"[8]inttype.[8]int@0type..alg64@runtime.gcbits.P,go.string.hdr."[8]int"p(go.weak.type.*[8]int"runtime.zerovaluetype.inttype.[]int2go.typelink.[8]int [8]inttype.[8]intNgo.string.hdr."[][][]*x509.Certificate" Fgo.string."[][][]*x509.Certificate"Fgo.string."[][][]*x509.Certificate"00[][][]*x509.Certificate4type.[][][]*"".Certificate!z60 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."[][][]*x509.Certificate"pFgo.weak.type.*[][][]*"".Certificate"runtime.zerovalue0type.[][]*"".Certificatergo.typelink.[][][]*x509.Certificate [][][]*"".Certificate4type.[][][]*"".CertificatePgo.string.hdr."[8][][]*x509.Certificate" Hgo.string."[8][][]*x509.Certificate"Hgo.string."[8][][]*x509.Certificate"@2[8][][]*x509.Certificate6type.[8][][]*"".Certificate c0 runtime.algarray@*runtime.gcbits.499224PPgo.string.hdr."[8][][]*x509.Certificate"pHgo.weak.type.*[8][][]*"".Certificate"runtime.zerovalue0type.[][]*"".Certificate4type.[][][]*"".Certificatevgo.typelink.[8][][]*x509.Certificate [8][][]*"".Certificate6type.[8][][]*"".Certificatejgo.string.hdr."*map.bucket[int][][]*x509.Certificate" %bgo.string."*map.bucket[int][][]*x509.Certificate"bgo.string."*map.bucket[int][][]*x509.Certificate"PL*map.bucket[int][][]*x509.CertificatePtype.*map.bucket[int][][]*"".Certificatea60 runtime.algarray@"runtime.gcbits.01Pjgo.string.hdr."*map.bucket[int][][]*x509.Certificate"pbgo.weak.type.**map.bucket[int][][]*"".Certificate"runtime.zerovalueNtype.map.bucket[int][][]*"".Certificate2runtime.gcbits.0092244902 5465 5466 $Ihgo.string.hdr."map.bucket[int][][]*x509.Certificate" $`go.string."map.bucket[int][][]*x509.Certificate"`go.string."map.bucket[int][][]*x509.Certificate"PJmap.bucket[int][][]*x509.CertificateNtype.map.bucket[int][][]*"".Certificate_H0 runtime.algarray@2runtime.gcbits.0092244902Phgo.string.hdr."map.bucket[int][][]*x509.Certificate"p`go.weak.type.*map.bucket[int][][]*"".Certificate"runtime.zerovalueNtype.map.bucket[int][][]*"".Certificate.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"type.[8]int,go.string.hdr."values"6type.[8][][]*"".Certificate0go.string.hdr."overflow"Ptype.*map.bucket[int][][]*"".Certificatebgo.string.hdr."map.hdr[int][][]*x509.Certificate" !Zgo.string."map.hdr[int][][]*x509.Certificate"Zgo.string."map.hdr[int][][]*x509.Certificate"PDmap.hdr[int][][]*x509.CertificateHtype.map.hdr[int][][]*"".Certificate00d&X (,0 runtime.algarray@"runtime.gcbits.2cPbgo.string.hdr."map.hdr[int][][]*x509.Certificate"pZgo.weak.type.*map.hdr[int][][]*"".Certificate"runtime.zerovalueHtype.map.hdr[int][][]*"".Certificate*go.string.hdr."count"type.int*go.string.hdr."flags"type.uint8"go.string.hdr."B"type.uint8*go.string.hdr."hash0"type.uint32.go.string.hdr."buckets"Ptype.*map.bucket[int][][]*"".Certificate4go.string.hdr."oldbuckets"Ptype.*map.bucket[int][][]*"".Certificate2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.PointerZgo.string.hdr."map[int][][]*x509.Certificate" Rgo.string."map[int][][]*x509.Certificate"Rgo.string."map[int][][]*x509.Certificate"@<map[int][][]*x509.Certificate@type.map[int][][]*"".Certificate=J}50 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."map[int][][]*x509.Certificate"pRgo.weak.type.*map[int][][]*"".Certificate"runtime.zerovaluetype.int0type.[][]*"".CertificateNtype.map.bucket[int][][]*"".CertificateHtype.map.hdr[int][][]*"".Certificatego.typelink.map[int][][]*x509.Certificate map[int][][]*"".Certificate@type.map[int][][]*"".Certificate$"".hdr..gostring.2 ""..gostring.2""..gostring.2func(*x509.Certificate, map[int][][]*x509.Certificate, []*x509.Certificate, *x509.VerifyOptions) ([][]*x509.Certificate, error)type.func(*"".Certificate, map[int][][]*"".Certificate, []*"".Certificate, *"".VerifyOptions) ([][]*"".Certificate, error)y30 runtime.algarray@"runtime.gcbits.01P$"".hdr..gostring.2pgo.weak.type.*func(*"".Certificate, map[int][][]*"".Certificate, []*"".Certificate, *"".VerifyOptions) ([][]*"".Certificate, error)"runtime.zerovaluetype.func(*"".Certificate, map[int][][]*"".Certificate, []*"".Certificate, *"".VerifyOptions) ([][]*"".Certificate, error)type.func(*"".Certificate, map[int][][]*"".Certificate, []*"".Certificate, *"".VerifyOptions) ([][]*"".Certificate, error)(type.*"".Certificate@type.map[int][][]*"".Certificate,type.[]*"".Certificate,type.*"".VerifyOptions0type.[][]*"".Certificatetype.errorgo.typelink.func(*x509.Certificate, map[int][][]*x509.Certificate, []*x509.Certificate, *x509.VerifyOptions) ([][]*x509.Certificate, error) func(*"".Certificate, map[int][][]*"".Certificate, []*"".Certificate, *"".VerifyOptions) ([][]*"".Certificate, error)type.func(*"".Certificate, map[int][][]*"".Certificate, []*"".Certificate, *"".VerifyOptions) ([][]*"".Certificate, error)go.string.hdr."func(*x509.Certificate, int, []*x509.Certificate, *x509.VerifyOptions) error" Lgo.string."func(*x509.Certificate, int, []*x509.Certificate, *x509.VerifyOptions) error"go.string."func(*x509.Certificate, int, []*x509.Certificate, *x509.VerifyOptions) error"func(*x509.Certificate, int, []*x509.Certificate, *x509.VerifyOptions) errortype.func(*"".Certificate, int, []*"".Certificate, *"".VerifyOptions) error30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*x509.Certificate, int, []*x509.Certificate, *x509.VerifyOptions) error"pgo.weak.type.*func(*"".Certificate, int, []*"".Certificate, *"".VerifyOptions) error"runtime.zerovaluetype.func(*"".Certificate, int, []*"".Certificate, *"".VerifyOptions) errortype.func(*"".Certificate, int, []*"".Certificate, *"".VerifyOptions) error(type.*"".Certificatetype.int,type.[]*"".Certificate,type.*"".VerifyOptionstype.errorgo.typelink.func(*x509.Certificate, int, []*x509.Certificate, *x509.VerifyOptions) error func(*"".Certificate, int, []*"".Certificate, *"".VerifyOptions) errortype.func(*"".Certificate, int, []*"".Certificate, *"".VerifyOptions) errorgo.string.hdr."func(*x509.Certificate, *x509.VerifyOptions) ([][]*x509.Certificate, error)" Kgo.string."func(*x509.Certificate, *x509.VerifyOptions) ([][]*x509.Certificate, error)"go.string."func(*x509.Certificate, *x509.VerifyOptions) ([][]*x509.Certificate, error)"func(*x509.Certificate, *x509.VerifyOptions) ([][]*x509.Certificate, error)type.func(*"".Certificate, *"".VerifyOptions) ([][]*"".Certificate, error)zuX30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*x509.Certificate, *x509.VerifyOptions) ([][]*x509.Certificate, error)"pgo.weak.type.*func(*"".Certificate, *"".VerifyOptions) ([][]*"".Certificate, error)"runtime.zerovaluetype.func(*"".Certificate, *"".VerifyOptions) ([][]*"".Certificate, error)type.func(*"".Certificate, *"".VerifyOptions) ([][]*"".Certificate, error)(type.*"".Certificate,type.*"".VerifyOptions0type.[][]*"".Certificatetype.errorgo.typelink.func(*x509.Certificate, *x509.VerifyOptions) ([][]*x509.Certificate, error) func(*"".Certificate, *"".VerifyOptions) ([][]*"".Certificate, error)type.func(*"".Certificate, *"".VerifyOptions) ([][]*"".Certificate, error)Bgo.string.hdr."CheckCRLSignature" :go.string."CheckCRLSignature":go.string."CheckCRLSignature"0$CheckCRLSignaturebgo.string.hdr."func(*pkix.CertificateList) error" !Zgo.string."func(*pkix.CertificateList) error"Zgo.string."func(*pkix.CertificateList) error"PDfunc(*pkix.CertificateList) errordtype.func(*crypto/x509/pkix.CertificateList) error30 runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."func(*pkix.CertificateList) error"pvgo.weak.type.*func(*crypto/x509/pkix.CertificateList) error"runtime.zerovaluedtype.func(*crypto/x509/pkix.CertificateList) errordtype.func(*crypto/x509/pkix.CertificateList) errorLtype.*crypto/x509/pkix.CertificateListtype.errorgo.typelink.func(*pkix.CertificateList) error func(*crypto/x509/pkix.CertificateList) errordtype.func(*crypto/x509/pkix.CertificateList) error<go.string.hdr."CheckSignature" 4go.string."CheckSignature"4go.string."CheckSignature" CheckSignaturego.string.hdr."func(x509.SignatureAlgorithm, []uint8, []uint8) error" 5go.string."func(x509.SignatureAlgorithm, []uint8, []uint8) error"go.string."func(x509.SignatureAlgorithm, []uint8, []uint8) error"plfunc(x509.SignatureAlgorithm, []uint8, []uint8) errorptype.func("".SignatureAlgorithm, []uint8, []uint8) error?R30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(x509.SignatureAlgorithm, []uint8, []uint8) error"pgo.weak.type.*func("".SignatureAlgorithm, []uint8, []uint8) error"runtime.zerovalueptype.func("".SignatureAlgorithm, []uint8, []uint8) errorptype.func("".SignatureAlgorithm, []uint8, []uint8) error4type."".SignatureAlgorithmtype.[]uint8type.[]uint8type.errorgo.typelink.func(x509.SignatureAlgorithm, []uint8, []uint8) error func("".SignatureAlgorithm, []uint8, []uint8) errorptype.func("".SignatureAlgorithm, []uint8, []uint8) errorDgo.string.hdr."CheckSignatureFrom" <go.string."CheckSignatureFrom"<go.string."CheckSignatureFrom"0&CheckSignatureFromZgo.string.hdr."func(*x509.Certificate) error" Rgo.string."func(*x509.Certificate) error"Rgo.string."func(*x509.Certificate) error"@<func(*x509.Certificate) error@type.func(*"".Certificate) error%30 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."func(*x509.Certificate) error"pRgo.weak.type.*func(*"".Certificate) error"runtime.zerovalue@type.func(*"".Certificate) error@type.func(*"".Certificate) error(type.*"".Certificatetype.errorgo.typelink.func(*x509.Certificate) error func(*"".Certificate) error@type.func(*"".Certificate) error2go.string.hdr."CreateCRL" *go.string."CreateCRL"*go.string."CreateCRL" CreateCRLgo.string.hdr."func(io.Reader, interface {}, []pkix.RevokedCertificate, time.Time, time.Time) ([]uint8, error)" _go.string."func(io.Reader, interface {}, []pkix.RevokedCertificate, time.Time, time.Time) ([]uint8, error)"go.string."func(io.Reader, interface {}, []pkix.RevokedCertificate, time.Time, time.Time) ([]uint8, error)"func(io.Reader, interface {}, []pkix.RevokedCertificate, time.Time, time.Time) ([]uint8, error)type.func(io.Reader, interface {}, []crypto/x509/pkix.RevokedCertificate, time.Time, time.Time) ([]uint8, error)F 30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(io.Reader, interface {}, []pkix.RevokedCertificate, time.Time, time.Time) ([]uint8, error)"pgo.weak.type.*func(io.Reader, interface {}, []crypto/x509/pkix.RevokedCertificate, time.Time, time.Time) ([]uint8, error)"runtime.zerovaluetype.func(io.Reader, interface {}, []crypto/x509/pkix.RevokedCertificate, time.Time, time.Time) ([]uint8, error)type.func(io.Reader, interface {}, []crypto/x509/pkix.RevokedCertificate, time.Time, time.Time) ([]uint8, error)type.io.Reader"type.interface {}Ttype.[]crypto/x509/pkix.RevokedCertificatetype.time.Timetype.time.Timetype.[]uint8type.errorgo.typelink.func(io.Reader, interface {}, []pkix.RevokedCertificate, time.Time, time.Time) ([]uint8, error) func(io.Reader, interface {}, []crypto/x509/pkix.RevokedCertificate, time.Time, time.Time) ([]uint8, error)type.func(io.Reader, interface {}, []crypto/x509/pkix.RevokedCertificate, time.Time, time.Time) ([]uint8, error)*go.string.hdr."Equal" "go.string."Equal""go.string."Equal"EqualXgo.string.hdr."func(*x509.Certificate) bool" Pgo.string."func(*x509.Certificate) bool"Pgo.string."func(*x509.Certificate) bool"@:func(*x509.Certificate) bool>type.func(*"".Certificate) bool30 runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."func(*x509.Certificate) bool"pPgo.weak.type.*func(*"".Certificate) bool"runtime.zerovalue>type.func(*"".Certificate) bool>type.func(*"".Certificate) bool(type.*"".Certificatetype.boolgo.typelink.func(*x509.Certificate) bool func(*"".Certificate) bool>type.func(*"".Certificate) bool,go.string.hdr."Verify" $go.string."Verify"$go.string."Verify"Verifygo.string.hdr."func(x509.VerifyOptions) ([][]*x509.Certificate, error)" 7go.string."func(x509.VerifyOptions) ([][]*x509.Certificate, error)"go.string."func(x509.VerifyOptions) ([][]*x509.Certificate, error)"ppfunc(x509.VerifyOptions) ([][]*x509.Certificate, error)ptype.func("".VerifyOptions) ([][]*"".Certificate, error)Wu30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(x509.VerifyOptions) ([][]*x509.Certificate, error)"pgo.weak.type.*func("".VerifyOptions) ([][]*"".Certificate, error)"runtime.zerovalueptype.func("".VerifyOptions) ([][]*"".Certificate, error)ptype.func("".VerifyOptions) ([][]*"".Certificate, error)*type."".VerifyOptions0type.[][]*"".Certificatetype.errorgo.typelink.func(x509.VerifyOptions) ([][]*x509.Certificate, error) func("".VerifyOptions) ([][]*"".Certificate, error)ptype.func("".VerifyOptions) ([][]*"".Certificate, error)<go.string.hdr."VerifyHostname" 4go.string."VerifyHostname"4go.string."VerifyHostname" VerifyHostnameDgo.string.hdr."func(string) error" <go.string."func(string) error"<go.string."func(string) error"0&func(string) error.type.func(string) errorBh30 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."func(string) error"p@go.weak.type.*func(string) error"runtime.zerovalue.type.func(string) error.type.func(string) errortype.stringtype.errorbgo.typelink.func(string) error func(string) error.type.func(string) error6go.string.hdr."buildChains" .go.string."buildChains".go.string."buildChains" buildChains$"".hdr..gostring.3 l""..gostring.3""..gostring.3func(map[int][][]*x509.Certificate, []*x509.Certificate, *x509.VerifyOptions) ([][]*x509.Certificate, error)type.func(map[int][][]*"".Certificate, []*"".Certificate, *"".VerifyOptions) ([][]*"".Certificate, error) S<30 runtime.algarray@"runtime.gcbits.01P$"".hdr..gostring.3pgo.weak.type.*func(map[int][][]*"".Certificate, []*"".Certificate, *"".VerifyOptions) ([][]*"".Certificate, error)"runtime.zerovaluetype.func(map[int][][]*"".Certificate, []*"".Certificate, *"".VerifyOptions) ([][]*"".Certificate, error)type.func(map[int][][]*"".Certificate, []*"".Certificate, *"".VerifyOptions) ([][]*"".Certificate, error)@type.map[int][][]*"".Certificate,type.[]*"".Certificate,type.*"".VerifyOptions0type.[][]*"".Certificatetype.errorgo.typelink.func(map[int][][]*x509.Certificate, []*x509.Certificate, *x509.VerifyOptions) ([][]*x509.Certificate, error) func(map[int][][]*"".Certificate, []*"".Certificate, *"".VerifyOptions) ([][]*"".Certificate, error)type.func(map[int][][]*"".Certificate, []*"".Certificate, *"".VerifyOptions) ([][]*"".Certificate, error).go.string.hdr."isValid" &go.string."isValid"&go.string."isValid"isValidgo.string.hdr."func(int, []*x509.Certificate, *x509.VerifyOptions) error" 9go.string."func(int, []*x509.Certificate, *x509.VerifyOptions) error"go.string."func(int, []*x509.Certificate, *x509.VerifyOptions) error"tfunc(int, []*x509.Certificate, *x509.VerifyOptions) errorttype.func(int, []*"".Certificate, *"".VerifyOptions) error4oIu30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(int, []*x509.Certificate, *x509.VerifyOptions) error"pgo.weak.type.*func(int, []*"".Certificate, *"".VerifyOptions) error"runtime.zerovaluettype.func(int, []*"".Certificate, *"".VerifyOptions) errorttype.func(int, []*"".Certificate, *"".VerifyOptions) errortype.int,type.[]*"".Certificate,type.*"".VerifyOptionstype.errorgo.typelink.func(int, []*x509.Certificate, *x509.VerifyOptions) error func(int, []*"".Certificate, *"".VerifyOptions) errorttype.func(int, []*"".Certificate, *"".VerifyOptions) error8go.string.hdr."systemVerify" 0go.string."systemVerify"0go.string."systemVerify" systemVerifygo.string.hdr."func(*x509.VerifyOptions) ([][]*x509.Certificate, error)" 8go.string."func(*x509.VerifyOptions) ([][]*x509.Certificate, error)"go.string."func(*x509.VerifyOptions) ([][]*x509.Certificate, error)"rfunc(*x509.VerifyOptions) ([][]*x509.Certificate, error)rtype.func(*"".VerifyOptions) ([][]*"".Certificate, error)<30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*x509.VerifyOptions) ([][]*x509.Certificate, error)"pgo.weak.type.*func(*"".VerifyOptions) ([][]*"".Certificate, error)"runtime.zerovaluertype.func(*"".VerifyOptions) ([][]*"".Certificate, error)rtype.func(*"".VerifyOptions) ([][]*"".Certificate, error),type.*"".VerifyOptions0type.[][]*"".Certificatetype.errorgo.typelink.func(*x509.VerifyOptions) ([][]*x509.Certificate, error) func(*"".VerifyOptions) ([][]*"".Certificate, error)rtype.func(*"".VerifyOptions) ([][]*"".Certificate, error)(type.*"".Certificate 6 5473 5474 z0 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."*x509.Certificate"p:go.weak.type.**"".Certificate"runtime.zerovalue&type."".Certificate`(type.*"".Certificate(type.*"".CertificateBgo.string.hdr."CheckCRLSignature"dtype.func(*crypto/x509/pkix.CertificateList) errortype.func(*"".Certificate, *crypto/x509/pkix.CertificateList) errorF"".(*Certificate).CheckCRLSignatureF"".(*Certificate).CheckCRLSignature<go.string.hdr."CheckSignature"ptype.func("".SignatureAlgorithm, []uint8, []uint8) errortype.func(*"".Certificate, "".SignatureAlgorithm, []uint8, []uint8) error@"".(*Certificate).CheckSignature@"".(*Certificate).CheckSignatureDgo.string.hdr."CheckSignatureFrom"@type.func(*"".Certificate) errorbtype.func(*"".Certificate, *"".Certificate) errorH"".(*Certificate).CheckSignatureFromH"".(*Certificate).CheckSignatureFrom2go.string.hdr."CreateCRL"type.func(io.Reader, interface {}, []crypto/x509/pkix.RevokedCertificate, time.Time, time.Time) ([]uint8, error)type.func(*"".Certificate, io.Reader, interface {}, []crypto/x509/pkix.RevokedCertificate, time.Time, time.Time) ([]uint8, error)6"".(*Certificate).CreateCRL6"".(*Certificate).CreateCRL*go.string.hdr."Equal">type.func(*"".Certificate) bool`type.func(*"".Certificate, *"".Certificate) bool."".(*Certificate).Equal."".(*Certificate).Equal,go.string.hdr."Verify"ptype.func("".VerifyOptions) ([][]*"".Certificate, error)type.func(*"".Certificate, "".VerifyOptions) ([][]*"".Certificate, error)0"".(*Certificate).Verify0"".(*Certificate).Verify<go.string.hdr."VerifyHostname".type.func(string) errorPtype.func(*"".Certificate, string) error@"".(*Certificate).VerifyHostname@"".(*Certificate).VerifyHostname6go.string.hdr."buildChains""go.importpath."".type.func(map[int][][]*"".Certificate, []*"".Certificate, *"".VerifyOptions) ([][]*"".Certificate, error)type.func(*"".Certificate, map[int][][]*"".Certificate, []*"".Certificate, *"".VerifyOptions) ([][]*"".Certificate, error):"".(*Certificate).buildChains:"".(*Certificate).buildChains.go.string.hdr."isValid""go.importpath."".ttype.func(int, []*"".Certificate, *"".VerifyOptions) errortype.func(*"".Certificate, int, []*"".Certificate, *"".VerifyOptions) error2"".(*Certificate).isValid2"".(*Certificate).isValid8go.string.hdr."systemVerify""go.importpath."".rtype.func(*"".VerifyOptions) ([][]*"".Certificate, error) type.func(*"".Certificate, *"".VerifyOptions) ([][]*"".Certificate, error) <"".(*Certificate).systemVerify <"".(*Certificate).systemVerifyFgo.string.hdr."[]*x509.Certificate" >go.string."[]*x509.Certificate">go.string."[]*x509.Certificate"0([]*x509.Certificate,type.[]*"".CertificateA.0 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."[]*x509.Certificate"p>go.weak.type.*[]*"".Certificate"runtime.zerovalue(type.*"".Certificatebgo.typelink.[]*x509.Certificate []*"".Certificate,type.[]*"".Certificate"runtime.gcbits.07:go.string.hdr."x509.CertPool" 2go.string."x509.CertPool"2go.string."x509.CertPool" x509.CertPool<go.string.hdr."bySubjectKeyId" 4go.string."bySubjectKeyId"4go.string."bySubjectKeyId" bySubjectKeyId,go.string.hdr."byName" $go.string."byName"$go.string."byName"byName*go.string.hdr."certs" "go.string."certs""go.string."certs"certs0go.string.hdr."CertPool" (go.string."CertPool"(go.string."CertPool" CertPool type."".CertPool(:`z&0 runtime.algarray@"runtime.gcbits.07P:go.string.hdr."x509.CertPool"p"type.*"".CertPool"runtime.zerovalue type."".CertPool<go.string.hdr."bySubjectKeyId""go.importpath."".*type.map[string][]int,go.string.hdr."byName""go.importpath."".*type.map[string][]int*go.string.hdr."certs""go.importpath."".,type.[]*"".Certificate` type."".CertPool0go.string.hdr."CertPool""go.importpath."". type."".CertPool,go.string.hdr."*[]int" $go.string."*[]int"$go.string."*[]int"*[]inttype.*[]int1R60 runtime.algarray@"runtime.gcbits.01P,go.string.hdr."*[]int"p(go.weak.type.**[]int"runtime.zerovaluetype.[]intDgo.string.hdr."**x509.Certificate" <go.string."**x509.Certificate"<go.string."**x509.Certificate"0&**x509.Certificate*type.**"".Certificate#60 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."**x509.Certificate"p<go.weak.type.***"".Certificate"runtime.zerovalue(type.*"".Certificate>go.string.hdr."*x509.PEMCipher" 6go.string."*x509.PEMCipher"6go.string."*x509.PEMCipher" *x509.PEMCipher$type.*"".PEMCiphertA60 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."*x509.PEMCipher"p6go.weak.type.**"".PEMCipher"runtime.zerovalue"type."".PEMCipher<go.string.hdr."x509.PEMCipher" 4go.string."x509.PEMCipher"4go.string."x509.PEMCipher" x509.PEMCipher2go.string.hdr."PEMCipher" *go.string."PEMCipher"*go.string."PEMCipher" PEMCipher"type."".PEMCiphers0 runtime.algarray@runtime.gcbits.P<go.string.hdr."x509.PEMCipher"p$type.*"".PEMCipher"runtime.zerovalue`"type."".PEMCipher2go.string.hdr."PEMCipher""go.importpath.""."type."".PEMCipherfgo.string.hdr."func([]uint8) (cipher.Block, error)" #^go.string."func([]uint8) (cipher.Block, error)"^go.string."func([]uint8) (cipher.Block, error)"PHfunc([]uint8) (cipher.Block, error)^type.func([]uint8) (crypto/cipher.Block, error)C30 runtime.algarray@"runtime.gcbits.01Pfgo.string.hdr."func([]uint8) (cipher.Block, error)"ppgo.weak.type.*func([]uint8) (crypto/cipher.Block, error)"runtime.zerovalue^type.func([]uint8) (crypto/cipher.Block, error)^type.func([]uint8) (crypto/cipher.Block, error)type.[]uint80type.crypto/cipher.Blocktype.errorgo.typelink.func([]uint8) (cipher.Block, error) func([]uint8) (crypto/cipher.Block, error)^type.func([]uint8) (crypto/cipher.Block, error)Bgo.string.hdr."*x509.rfc1423Algo" :go.string."*x509.rfc1423Algo":go.string."*x509.rfc1423Algo"0$*x509.rfc1423Algo(go.string.hdr."x509" go.string."x509" go.string."x509" 5482 x5096go.string.hdr."rfc1423Algo" .go.string."rfc1423Algo".go.string."rfc1423Algo" rfc1423Algo2go.string.hdr."deriveKey" *go.string."deriveKey"*go.string."deriveKey" deriveKeyTgclocalsf56b2291fa344104975cb6587be42b9b Tgclocals554340bb85133961b99ca49ac02fda50 5484 go.string.hdr."func(*x509.rfc1423Algo, []uint8, []uint8) []uint8" 1zgo.string."func(*x509.rfc1423Algo, []uint8, []uint8) []uint8"zgo.string."func(*x509.rfc1423Algo, []uint8, []uint8) []uint8"pdfunc(*x509.rfc1423Algo, []uint8, []uint8) []uint8htype.func(*"".rfc1423Algo, []uint8, []uint8) []uint8<K:30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*x509.rfc1423Algo, []uint8, []uint8) []uint8"pzgo.weak.type.*func(*"".rfc1423Algo, []uint8, []uint8) []uint8"runtime.zerovaluehtype.func(*"".rfc1423Algo, []uint8, []uint8) []uint8htype.func(*"".rfc1423Algo, []uint8, []uint8) []uint8(type.*"".rfc1423Algotype.[]uint8type.[]uint8type.[]uint8go.typelink.func(*x509.rfc1423Algo, []uint8, []uint8) []uint8 func(*"".rfc1423Algo, []uint8, []uint8) []uint8htype.func(*"".rfc1423Algo, []uint8, []uint8) []uint8\go.string.hdr."func([]uint8, []uint8) []uint8" Tgo.string."func([]uint8, []uint8) []uint8"Tgo.string."func([]uint8, []uint8) []uint8"@>func([]uint8, []uint8) []uint8Ftype.func([]uint8, []uint8) []uint8=F30 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."func([]uint8, []uint8) []uint8"pXgo.weak.type.*func([]uint8, []uint8) []uint8"runtime.zerovalueFtype.func([]uint8, []uint8) []uint8Ftype.func([]uint8, []uint8) []uint8type.[]uint8type.[]uint8type.[]uint8go.typelink.func([]uint8, []uint8) []uint8 func([]uint8, []uint8) []uint8Ftype.func([]uint8, []uint8) []uint8(type.*"".rfc1423AlgoZ60 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."*x509.rfc1423Algo"p:go.weak.type.**"".rfc1423Algo"runtime.zerovalue&type."".rfc1423Algo`(type.*"".rfc1423Algo(type.*"".rfc1423Algo2go.string.hdr."deriveKey""go.importpath."".Ftype.func([]uint8, []uint8) []uint8htype.func(*"".rfc1423Algo, []uint8, []uint8) []uint86"".(*rfc1423Algo).deriveKey6"".(*rfc1423Algo).deriveKey"runtime.gcbits.0a 5485 @go.string.hdr."x509.rfc1423Algo" 8go.string."x509.rfc1423Algo"8go.string."x509.rfc1423Algo"0"x509.rfc1423Algo,go.string.hdr."cipher" $go.string."cipher"$go.string."cipher"cipher(go.string.hdr."name" go.string."name" go.string."name" 5486 name4go.string.hdr."cipherFunc" 5487 ,go.string."cipherFunc",go.string."cipherFunc" cipherFunc.go.string.hdr."keySize" &go.string."keySize"&go.string."keySize"keySize2go.string.hdr."blockSize" *go.string."blockSize"*go.string."blockSize" blockSizego.string.hdr."func(x509.rfc1423Algo, []uint8, []uint8) []uint8" 0xgo.string."func(x509.rfc1423Algo, []uint8, []uint8) []uint8"xgo.string."func(x509.rfc1423Algo, []uint8, []uint8) []uint8"pbfunc(x509.rfc1423Algo, []uint8, []uint8) []uint8ftype.func("".rfc1423Algo, []uint8, []uint8) []uint8m30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(x509.rfc1423Algo, []uint8, []uint8) []uint8"pxgo.weak.type.*func("".rfc1423Algo, []uint8, []uint8) []uint8"runtime.zerovalueftype.func("".rfc1423Algo, []uint8, []uint8) []uint8ftype.func("".rfc1423Algo, []uint8, []uint8) []uint8&type."".rfc1423Algotype.[]uint8type.[]uint8type.[]uint8go.typelink.func(x509.rfc1423Algo, []uint8, []uint8) []uint8 func("".rfc1423Algo, []uint8, []uint8) []uint8ftype.func("".rfc1423Algo, []uint8, []uint8) []uint8&type."".rfc1423Algo0 Fw (>0 runtime.algarray@"runtime.gcbits.0aP@go.string.hdr."x509.rfc1423Algo"p(type.*"".rfc1423Algo"runtime.zerovalue&type."".rfc1423Algo,go.string.hdr."cipher""go.importpath.""."type."".PEMCipher(go.string.hdr."name""go.importpath."".type.string4go.string.hdr."cipherFunc""go.importpath."".^type.func([]uint8) (crypto/cipher.Block, error).go.string.hdr."keySize""go.importpath."".type.int2go.string.hdr."blockSize""go.importpath."".type.int`&type."".rfc1423Algo6go.string.hdr."rfc1423Algo""go.importpath."".&type."".rfc1423Algo2go.string.hdr."deriveKey""go.importpath."".Ftype.func([]uint8, []uint8) []uint8ftype.func("".rfc1423Algo, []uint8, []uint8) []uint86"".(*rfc1423Algo).deriveKey0"".rfc1423Algo.deriveKeyRgo.string.hdr."*map.bucket[string]string" Jgo.string."*map.bucket[string]string"Jgo.string."*map.bucket[string]string"@4*map.bucket[string]string<type.*map.bucket[string]stringte60 runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."*map.bucket[string]string"pNgo.weak.type.**map.bucket[string]string"runtime.zerovalue:type.map.bucket[string]string2runtime.gcbits.aaaaaaaa02 5489 5490 Pgo.string.hdr."map.bucket[string]string" Hgo.string."map.bucket[string]string"Hgo.string."map.bucket[string]string"@2map.bucket[string]string:type.map.bucket[string]string>0 runtime.algarray@2runtime.gcbits.aaaaaaaa02PPgo.string.hdr."map.bucket[string]string"pLgo.weak.type.*map.bucket[string]string"runtime.zerovalue:type.map.bucket[string]string.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"type.[8]string,go.string.hdr."values"type.[8]string0go.string.hdr."overflow"<type.*map.bucket[string]stringJgo.string.hdr."map.hdr[string]string" Bgo.string."map.hdr[string]string"Bgo.string."map.hdr[string]string"0,map.hdr[string]string4type.map.hdr[string]string00mlh (,0 runtime.algarray@"runtime.gcbits.2cPJgo.string.hdr."map.hdr[string]string"pFgo.weak.type.*map.hdr[string]string"runtime.zerovalue4type.map.hdr[string]string*go.string.hdr."count"type.int*go.string.hdr."flags"type.uint8"go.string.hdr."B"type.uint8*go.string.hdr."hash0"type.uint32.go.string.hdr."buckets"<type.*map.bucket[string]string4go.string.hdr."oldbuckets"<type.*map.bucket[string]string2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.PointerBgo.string.hdr."map[string]string" :go.string."map[string]string":go.string."map[string]string"0$map[string]string,type.map[string]stringY)50 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."map[string]string"p>go.weak.type.*map[string]string"runtime.zerovaluetype.stringtype.string:type.map.bucket[string]string4type.map.hdr[string]string^go.typelink.map[string]string map[string]string,type.map[string]string type..hashfunc24 ,runtime.memhash_varlentype..eqfunc24 .runtime.memequal_varlentype..alg24 type..hashfunc24type..eqfunc24Zgo.string.hdr."*x509.pkcs1AdditionalRSAPrime" Rgo.string."*x509.pkcs1AdditionalRSAPrime"Rgo.string."*x509.pkcs1AdditionalRSAPrime"@<*x509.pkcs1AdditionalRSAPrime@type.*"".pkcs1AdditionalRSAPrime#60 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."*x509.pkcs1AdditionalRSAPrime"pRgo.weak.type.**"".pkcs1AdditionalRSAPrime"runtime.zerovalue>type."".pkcs1AdditionalRSAPrimeXgo.string.hdr."x509.pkcs1AdditionalRSAPrime" Pgo.string."x509.pkcs1AdditionalRSAPrime"Pgo.string."x509.pkcs1AdditionalRSAPrime"@:x509.pkcs1AdditionalRSAPrime*go.string.hdr."Prime" "go.string."Prime""go.string."Prime"Prime&go.string.hdr."Exp" go.string."Exp"go.string."Exp"Exp*go.string.hdr."Coeff" "go.string."Coeff""go.string."Coeff"CoeffNgo.string.hdr."pkcs1AdditionalRSAPrime" Fgo.string."pkcs1AdditionalRSAPrime"Fgo.string."pkcs1AdditionalRSAPrime"00pkcs1AdditionalRSAPrime>type."".pkcs1AdditionalRSAPrime_N 0type..alg24@"runtime.gcbits.07PXgo.string.hdr."x509.pkcs1AdditionalRSAPrime"p@type.*"".pkcs1AdditionalRSAPrime"runtime.zerovalue>type."".pkcs1AdditionalRSAPrime*go.string.hdr."Prime"$type.*math/big.Int&go.string.hdr."Exp"$type.*math/big.Int*go.string.hdr."Coeff"$type.*math/big.Int`>type."".pkcs1AdditionalRSAPrimeNgo.string.hdr."pkcs1AdditionalRSAPrime""go.importpath."".>type."".pkcs1AdditionalRSAPrime\go.string.hdr."[]x509.pkcs1AdditionalRSAPrime" Tgo.string."[]x509.pkcs1AdditionalRSAPrime"Tgo.string."[]x509.pkcs1AdditionalRSAPrime"@>[]x509.pkcs1AdditionalRSAPrimeBtype.[]"".pkcs1AdditionalRSAPrimeDG0 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."[]x509.pkcs1AdditionalRSAPrime"pTgo.weak.type.*[]"".pkcs1AdditionalRSAPrime"runtime.zerovalue>type."".pkcs1AdditionalRSAPrimego.typelink.[]x509.pkcs1AdditionalRSAPrime []"".pkcs1AdditionalRSAPrimeBtype.[]"".pkcs1AdditionalRSAPrime&runtime.gcbits.fa03Hgo.string.hdr."x509.pkcs1PrivateKey" @go.string."x509.pkcs1PrivateKey"@go.string."x509.pkcs1PrivateKey"0*x509.pkcs1PrivateKey"go.string.hdr."N" go.string."N"go.string."N"N"go.string.hdr."E" go.string."E"go.string."E"E"go.string.hdr."D" go.string."D"go.string."D"D"go.string.hdr."P" go.string."P"go.string."P"P"go.string.hdr."Q" go.string."Q"go.string."Q"Q$go.string.hdr."Dp" go.string."Dp"go.string."Dp"DpBgo.string.hdr."asn1:\"optional\"" :go.string."asn1:\"optional\"":go.string."asn1:\"optional\"" asn1:"optional"$go.string.hdr."Dq" go.string."Dq"go.string."Dq"Dq(go.string.hdr."Qinv" go.string."Qinv" go.string."Qinv" 5496 Qinv@go.string.hdr."AdditionalPrimes" 8go.string."AdditionalPrimes"8go.string."AdditionalPrimes"0"AdditionalPrimesVgo.string.hdr."asn1:\"optional,omitempty\"" Ngo.string."asn1:\"optional,omitempty\""Ngo.string."asn1:\"optional,omitempty\""@4asn1:"optional,omitempty">go.string.hdr."pkcs1PrivateKey" 6go.string."pkcs1PrivateKey"6go.string."pkcs1PrivateKey" pkcs1PrivateKey.type."".pkcs1PrivateKey`Ps 5497 5498 (08@HD0 runtime.algarray@&runtime.gcbits.fa03PHgo.string.hdr."x509.pkcs1PrivateKey"p0type.*"".pkcs1PrivateKey"runtime.zerovalue.type."".pkcs1PrivateKey.go.string.hdr."Version"type.int"go.string.hdr."N"$type.*math/big.Int"go.string.hdr."E"type.int"go.string.hdr."D"$type.*math/big.Int"go.string.hdr."P"$type.*math/big.Int"go.string.hdr."Q"$type.*math/big.Int$go.string.hdr."Dp"$type.*math/big.IntBgo.string.hdr."asn1:\"optional\""$go.string.hdr."Dq"$type.*math/big.IntBgo.string.hdr."asn1:\"optional\""(go.string.hdr."Qinv"$type.*math/big.IntBgo.string.hdr."asn1:\"optional\""@go.string.hdr."AdditionalPrimes"Btype.[]"".pkcs1AdditionalRSAPrimeVgo.string.hdr."asn1:\"optional,omitempty\""`.type."".pkcs1PrivateKey>go.string.hdr."pkcs1PrivateKey""go.importpath.""..type."".pkcs1PrivateKeyJgo.string.hdr."*x509.pkcs1PrivateKey" Bgo.string."*x509.pkcs1PrivateKey"Bgo.string."*x509.pkcs1PrivateKey"0,*x509.pkcs1PrivateKey0type.*"".pkcs1PrivateKeyq60 runtime.algarray@"runtime.gcbits.01PJgo.string.hdr."*x509.pkcs1PrivateKey"pBgo.weak.type.**"".pkcs1PrivateKey"runtime.zerovalue.type."".pkcs1PrivateKey4go.string.hdr."[]*big.Int" 5500 ,go.string."[]*big.Int",go.string."[]*big.Int" []*big.Int(type.[]*math/big.Int1C0 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."[]*big.Int"p:go.weak.type.*[]*math/big.Int"runtime.zerovalue$type.*math/big.IntLgo.typelink.[]*big.Int []*math/big.Int(type.[]*math/big.Int<go.string.hdr."[]rsa.CRTValue" 4go.string."[]rsa.CRTValue"4go.string."[]rsa.CRTValue" []rsa.CRTValue4type.[]crypto/rsa.CRTValueni)0 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."[]rsa.CRTValue"pFgo.weak.type.*[]crypto/rsa.CRTValue"runtime.zerovalue0type.crypto/rsa.CRTValue`go.typelink.[]rsa.CRTValue []crypto/rsa.CRTValue4type.[]crypto/rsa.CRTValue&runtime.gcbits.8224$4go.string.hdr."x509.pkcs8" 5503 ,go.string."x509.pkcs8",go.string."x509.pkcs8" x509.pkcs8(go.string.hdr."Algo" go.string."Algo" go.string."Algo" 5504 Algo4go.string.hdr."PrivateKey" 5505 ,go.string."PrivateKey",go.string."PrivateKey" PrivateKey*go.string.hdr."pkcs8" "go.string."pkcs8""go.string."pkcs8"pkcs8type."".pkcs8p:Jsh 0 runtime.algarray@&runtime.gcbits.8224P4go.string.hdr."x509.pkcs8"ptype.*"".pkcs8"runtime.zerovaluetype."".pkcs8.go.string.hdr."Version"type.int(go.string.hdr."Algo"Rtype.crypto/x509/pkix.AlgorithmIdentifier4go.string.hdr."PrivateKey"type.[]uint8`type."".pkcs8*go.string.hdr."pkcs8""go.importpath."".type."".pkcs86go.string.hdr."*x509.pkcs8" .go.string."*x509.pkcs8".go.string."*x509.pkcs8" *x509.pkcs8type.*"".pkcs8R60 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."*x509.pkcs8"p.go.weak.type.**"".pkcs8"runtime.zerovaluetype."".pkcs8<go.string.hdr."[]interface {}" 4go.string."[]interface {}"4go.string."[]interface {}" []interface {}&type.[]interface {}p/0 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."[]interface {}"p8go.weak.type.*[]interface {}"runtime.zerovalue"type.interface {}Rgo.typelink.[]interface {} []interface {}&type.[]interface {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals2c78d3ad9d760b5f66e2e47be684c787 Tgclocals51af24152615272c3d9efc8538f95767 <type..hashfunc.[1]interface {}4type..hash.[1]interface {}8type..eqfunc.[1]interface {}0type..eq.[1]interface {}2type..alg.[1]interface {} <type..hashfunc.[1]interface {}8type..eqfunc.[1]interface {}>go.string.hdr."[1]interface {}" 6go.string."[1]interface {}"6go.string."[1]interface {}" [1]interface {}(type.[1]interface {}P[02type..alg.[1]interface {}@"runtime.gcbits.03P>go.string.hdr."[1]interface {}"p:go.weak.type.*[1]interface {}"runtime.zerovalue"type.interface {}&type.[]interface {}Vgo.typelink.[1]interface {} [1]interface {}(type.[1]interface {}@go.string.hdr."*[1]interface {}" 8go.string."*[1]interface {}"8go.string."*[1]interface {}"0"*[1]interface {}*type.*[1]interface {}560 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[1]interface {}"p<go.weak.type.**[1]interface {}"runtime.zerovalue(type.[1]interface {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals44750c784da4dd430afdd97fea5c405a Tgclocals51af24152615272c3d9efc8538f95767 0type..hashfunc.[4]string(type..hash.[4]string,type..eqfunc.[4]string$type..eq.[4]string&type..alg.[4]string 0type..hashfunc.[4]string,type..eqfunc.[4]string"runtime.gcbits.55U2go.string.hdr."[4]string" *go.string."[4]string"*go.string."[4]string" [4]stringtype.[4]string@8J0&type..alg.[4]string@"runtime.gcbits.55P2go.string.hdr."[4]string"p.go.weak.type.*[4]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[4]string [4]stringtype.[4]string4go.string.hdr."*[4]string" 5512 ,go.string."*[4]string",go.string."*[4]string" *[4]stringtype.*[4]stringik60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[4]string"p0go.weak.type.**[4]string"runtime.zerovaluetype.[4]stringDgo.string.hdr."*x509.ecPrivateKey" <go.string."*x509.ecPrivateKey"<go.string."*x509.ecPrivateKey"0&*x509.ecPrivateKey*type.*"".ecPrivateKey60 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."*x509.ecPrivateKey"p<go.weak.type.**"".ecPrivateKey"runtime.zerovalue(type."".ecPrivateKey"runtime.gcbits.92Bgo.string.hdr."x509.ecPrivateKey" :go.string."x509.ecPrivateKey":go.string."x509.ecPrivateKey"0$x509.ecPrivateKey:go.string.hdr."NamedCurveOID" 2go.string."NamedCurveOID"2go.string."NamedCurveOID" NamedCurveOID`go.string.hdr."asn1:\"optional,explicit,tag:0\"" Xgo.string."asn1:\"optional,explicit,tag:0\""Xgo.string."asn1:\"optional,explicit,tag:0\""@>asn1:"optional,explicit,tag:0"`go.string.hdr."asn1:\"optional,explicit,tag:1\"" Xgo.string."asn1:\"optional,explicit,tag:1\""Xgo.string."asn1:\"optional,explicit,tag:1\""@>asn1:"optional,explicit,tag:1"8go.string.hdr."ecPrivateKey" 0go.string."ecPrivateKey"0go.string."ecPrivateKey" ecPrivateKey(type."".ecPrivateKeyX@+ 8(0 runtime.algarray@"runtime.gcbits.92PBgo.string.hdr."x509.ecPrivateKey"p*type.*"".ecPrivateKey"runtime.zerovalue(type."".ecPrivateKey.go.string.hdr."Version"type.int4go.string.hdr."PrivateKey"type.[]uint8:go.string.hdr."NamedCurveOID"Ftype.encoding/asn1.ObjectIdentifier`go.string.hdr."asn1:\"optional,explicit,tag:0\""2go.string.hdr."PublicKey"8type.encoding/asn1.BitString`go.string.hdr."asn1:\"optional,explicit,tag:1\""`(type."".ecPrivateKey8go.string.hdr."ecPrivateKey""go.importpath."".(type."".ecPrivateKeyFgo.string.hdr."*x509.InvalidReason" >go.string."*x509.InvalidReason">go.string."*x509.InvalidReason"0(*x509.InvalidReason,type.*"".InvalidReasonPG60 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."*x509.InvalidReason"p>go.weak.type.**"".InvalidReason"runtime.zerovalue*type."".InvalidReasonDgo.string.hdr."x509.InvalidReason" <go.string."x509.InvalidReason"<go.string."x509.InvalidReason"0&x509.InvalidReason:go.string.hdr."InvalidReason" 2go.string."InvalidReason"2go.string."InvalidReason" InvalidReason*type."".InvalidReasond0 runtime.algarray@runtime.gcbits.PDgo.string.hdr."x509.InvalidReason"p,type.*"".InvalidReason"runtime.zerovalue`*type."".InvalidReason:go.string.hdr."InvalidReason""go.importpath."".*type."".InvalidReasonZgo.string.hdr."*x509.CertificateInvalidError" Rgo.string."*x509.CertificateInvalidError"Rgo.string."*x509.CertificateInvalidError"@<*x509.CertificateInvalidErrorNgo.string.hdr."CertificateInvalidError" Fgo.string."CertificateInvalidError"Fgo.string."CertificateInvalidError"00CertificateInvalidError*go.string.hdr."Error" "go.string."Error""go.string."Error"ErrorTgclocalsc55cf99de9cdd8c8202a466952fa1a45 Tgclocals69076ee43f1cead0792b9f36906b1b56 tgo.string.hdr."func(*x509.CertificateInvalidError) string" *lgo.string."func(*x509.CertificateInvalidError) string"lgo.string."func(*x509.CertificateInvalidError) string"`Vfunc(*x509.CertificateInvalidError) stringZtype.func(*"".CertificateInvalidError) string]b30 runtime.algarray@"runtime.gcbits.01Ptgo.string.hdr."func(*x509.CertificateInvalidError) string"plgo.weak.type.*func(*"".CertificateInvalidError) string"runtime.zerovalueZtype.func(*"".CertificateInvalidError) stringZtype.func(*"".CertificateInvalidError) string@type.*"".CertificateInvalidErrortype.stringgo.typelink.func(*x509.CertificateInvalidError) string func(*"".CertificateInvalidError) stringZtype.func(*"".CertificateInvalidError) string:go.string.hdr."func() string" 2go.string."func() string"2go.string."func() string" func() string$type.func() stringm30 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."func() string"p6go.weak.type.*func() string"runtime.zerovalue$type.func() string$type.func() stringtype.stringNgo.typelink.func() string func() string$type.func() string@type.*"".CertificateInvalidErrory60 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."*x509.CertificateInvalidError"pRgo.weak.type.**"".CertificateInvalidError"runtime.zerovalue>type."".CertificateInvalidError`@type.*"".CertificateInvalidError@type.*"".CertificateInvalidError*go.string.hdr."Error"$type.func() stringZtype.func(*"".CertificateInvalidError) stringF"".(*CertificateInvalidError).ErrorF"".(*CertificateInvalidError).ErrorXgo.string.hdr."x509.CertificateInvalidError" Pgo.string."x509.CertificateInvalidError"Pgo.string."x509.CertificateInvalidError"@:x509.CertificateInvalidError(go.string.hdr."Cert" go.string."Cert" go.string."Cert" 5521 Cert,go.string.hdr."Reason" $go.string."Reason"$go.string."Reason"Reasonrgo.string.hdr."func(x509.CertificateInvalidError) string" )jgo.string."func(x509.CertificateInvalidError) string"jgo.string."func(x509.CertificateInvalidError) string"`Tfunc(x509.CertificateInvalidError) stringXtype.func("".CertificateInvalidError) string\T*30 runtime.algarray@"runtime.gcbits.01Prgo.string.hdr."func(x509.CertificateInvalidError) string"pjgo.weak.type.*func("".CertificateInvalidError) string"runtime.zerovalueXtype.func("".CertificateInvalidError) stringXtype.func("".CertificateInvalidError) string>type."".CertificateInvalidErrortype.stringgo.typelink.func(x509.CertificateInvalidError) string func("".CertificateInvalidError) stringXtype.func("".CertificateInvalidError) string>type."".CertificateInvalidErrorM&0 runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."x509.CertificateInvalidError"p@type.*"".CertificateInvalidError"runtime.zerovalue>type."".CertificateInvalidError(go.string.hdr."Cert"(type.*"".Certificate,go.string.hdr."Reason"*type."".InvalidReason`>type."".CertificateInvalidErrorNgo.string.hdr."CertificateInvalidError""go.importpath."".>type."".CertificateInvalidError*go.string.hdr."Error"$type.func() stringXtype.func("".CertificateInvalidError) stringF"".(*CertificateInvalidError).Error@"".CertificateInvalidError.ErrorTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals44750c784da4dd430afdd97fea5c405a Tgclocals51af24152615272c3d9efc8538f95767 >type..hashfunc."".HostnameError6type..hash."".HostnameError:type..eqfunc."".HostnameError2type..eq."".HostnameError4type..alg."".HostnameError >type..hashfunc."".HostnameError:type..eqfunc."".HostnameErrorFgo.string.hdr."*x509.HostnameError" >go.string."*x509.HostnameError">go.string."*x509.HostnameError"0(*x509.HostnameError:go.string.hdr."HostnameError" 2go.string."HostnameError"2go.string."HostnameError" HostnameErrorTgclocalsc55cf99de9cdd8c8202a466952fa1a45 Tgclocals69076ee43f1cead0792b9f36906b1b56 `go.string.hdr."func(*x509.HostnameError) string" Xgo.string."func(*x509.HostnameError) string"Xgo.string."func(*x509.HostnameError) string"PBfunc(*x509.HostnameError) stringFtype.func(*"".HostnameError) string730 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."func(*x509.HostnameError) string"pXgo.weak.type.*func(*"".HostnameError) string"runtime.zerovalueFtype.func(*"".HostnameError) stringFtype.func(*"".HostnameError) string,type.*"".HostnameErrortype.stringgo.typelink.func(*x509.HostnameError) string func(*"".HostnameError) stringFtype.func(*"".HostnameError) string,type.*"".HostnameErrorH60 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."*x509.HostnameError"p>go.weak.type.**"".HostnameError"runtime.zerovalue*type."".HostnameError`,type.*"".HostnameError,type.*"".HostnameError*go.string.hdr."Error"$type.func() stringFtype.func(*"".HostnameError) string2"".(*HostnameError).Error2"".(*HostnameError).ErrorDgo.string.hdr."x509.HostnameError" <go.string."x509.HostnameError"<go.string."x509.HostnameError"0&x509.HostnameError(go.string.hdr."Host" go.string."Host" go.string."Host" 5523 Host^go.string.hdr."func(x509.HostnameError) string" Vgo.string."func(x509.HostnameError) string"Vgo.string."func(x509.HostnameError) string"@@func(x509.HostnameError) stringDtype.func("".HostnameError) stringB 5524 |30 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(x509.HostnameError) string"pVgo.weak.type.*func("".HostnameError) string"runtime.zerovalueDtype.func("".HostnameError) stringDtype.func("".HostnameError) string*type."".HostnameErrortype.stringgo.typelink.func(x509.HostnameError) string func("".HostnameError) stringDtype.func("".HostnameError) string*type."".HostnameErrort&04type..alg."".HostnameError@"runtime.gcbits.03PDgo.string.hdr."x509.HostnameError"p,type.*"".HostnameError"runtime.zerovalue*type."".HostnameError6go.string.hdr."Certificate"(type.*"".Certificate(go.string.hdr."Host"type.string`*type."".HostnameError:go.string.hdr."HostnameError""go.importpath."".*type."".HostnameError*go.string.hdr."Error"$type.func() stringDtype.func("".HostnameError) string2"".(*HostnameError).Error,"".HostnameError.ErrorTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals2c78d3ad9d760b5f66e2e47be684c787 Tgclocals51af24152615272c3d9efc8538f95767 Ntype..hashfunc."".UnknownAuthorityErrorFtype..hash."".UnknownAuthorityErrorJtype..eqfunc."".UnknownAuthorityErrorBtype..eq."".UnknownAuthorityErrorDtype..alg."".UnknownAuthorityError Ntype..hashfunc."".UnknownAuthorityErrorJtype..eqfunc."".UnknownAuthorityErrorVgo.string.hdr."*x509.UnknownAuthorityError" Ngo.string."*x509.UnknownAuthorityError"Ngo.string."*x509.UnknownAuthorityError"@8*x509.UnknownAuthorityErrorJgo.string.hdr."UnknownAuthorityError" Bgo.string."UnknownAuthorityError"Bgo.string."UnknownAuthorityError"0,UnknownAuthorityErrorTgclocalsc55cf99de9cdd8c8202a466952fa1a45 Tgclocals69076ee43f1cead0792b9f36906b1b56 pgo.string.hdr."func(*x509.UnknownAuthorityError) string" (hgo.string."func(*x509.UnknownAuthorityError) string"hgo.string."func(*x509.UnknownAuthorityError) string"`Rfunc(*x509.UnknownAuthorityError) stringVtype.func(*"".UnknownAuthorityError) string730 runtime.algarray@"runtime.gcbits.01Ppgo.string.hdr."func(*x509.UnknownAuthorityError) string"phgo.weak.type.*func(*"".UnknownAuthorityError) string"runtime.zerovalueVtype.func(*"".UnknownAuthorityError) stringVtype.func(*"".UnknownAuthorityError) string<type.*"".UnknownAuthorityErrortype.stringgo.typelink.func(*x509.UnknownAuthorityError) string func(*"".UnknownAuthorityError) stringVtype.func(*"".UnknownAuthorityError) string<type.*"".UnknownAuthorityError/60 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."*x509.UnknownAuthorityError"pNgo.weak.type.**"".UnknownAuthorityError"runtime.zerovalue:type."".UnknownAuthorityError`<type.*"".UnknownAuthorityError<type.*"".UnknownAuthorityError*go.string.hdr."Error"$type.func() stringVtype.func(*"".UnknownAuthorityError) stringB"".(*UnknownAuthorityError).ErrorB"".(*UnknownAuthorityError).Error"runtime.gcbits.0fTgo.string.hdr."x509.UnknownAuthorityError" Lgo.string."x509.UnknownAuthorityError"Lgo.string."x509.UnknownAuthorityError"@6x509.UnknownAuthorityError(go.string.hdr."cert" go.string."cert" go.string."cert" 5526 cert.go.string.hdr."hintErr" &go.string."hintErr"&go.string."hintErr"hintErr0go.string.hdr."hintCert" (go.string."hintCert"(go.string."hintCert" hintCertngo.string.hdr."func(x509.UnknownAuthorityError) string" 'fgo.string."func(x509.UnknownAuthorityError) string"fgo.string."func(x509.UnknownAuthorityError) string"PPfunc(x509.UnknownAuthorityError) stringTtype.func("".UnknownAuthorityError) string30 runtime.algarray@"runtime.gcbits.01Pngo.string.hdr."func(x509.UnknownAuthorityError) string"pfgo.weak.type.*func("".UnknownAuthorityError) string"runtime.zerovalueTtype.func("".UnknownAuthorityError) stringTtype.func("".UnknownAuthorityError) string:type."".UnknownAuthorityErrortype.stringgo.typelink.func(x509.UnknownAuthorityError) string func("".UnknownAuthorityError) stringTtype.func("".UnknownAuthorityError) string:type."".UnknownAuthorityError y00Dtype..alg."".UnknownAuthorityError@"runtime.gcbits.0fPTgo.string.hdr."x509.UnknownAuthorityError"p<type.*"".UnknownAuthorityError"runtime.zerovalue:type."".UnknownAuthorityError(go.string.hdr."cert""go.importpath."".(type.*"".Certificate.go.string.hdr."hintErr""go.importpath."".type.error0go.string.hdr."hintCert""go.importpath."".(type.*"".Certificate`:type."".UnknownAuthorityErrorJgo.string.hdr."UnknownAuthorityError""go.importpath."".:type."".UnknownAuthorityError*go.string.hdr."Error"$type.func() stringTtype.func("".UnknownAuthorityError) stringB"".(*UnknownAuthorityError).Error<"".UnknownAuthorityError.ErrorTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals2c78d3ad9d760b5f66e2e47be684c787 Tgclocals51af24152615272c3d9efc8538f95767 <type..hashfunc.[2]interface {}4type..hash.[2]interface {}8type..eqfunc.[2]interface {}0type..eq.[2]interface {}2type..alg.[2]interface {} <type..hashfunc.[2]interface {}8type..eqfunc.[2]interface {}>go.string.hdr."[2]interface {}" 6go.string."[2]interface {}"6go.string."[2]interface {}" [2]interface {}(type.[2]interface {} ,Y02type..alg.[2]interface {}@"runtime.gcbits.0fP>go.string.hdr."[2]interface {}"p:go.weak.type.*[2]interface {}"runtime.zerovalue"type.interface {}&type.[]interface {}Vgo.typelink.[2]interface {} [2]interface {}(type.[2]interface {}@go.string.hdr."*[2]interface {}" 8go.string."*[2]interface {}"8go.string."*[2]interface {}"0"*[2]interface {}*type.*[2]interface {}s-q60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[2]interface {}"p<go.weak.type.**[2]interface {}"runtime.zerovalue(type.[2]interface {}`go.string.hdr."*x509.UnhandledCriticalExtension" Xgo.string."*x509.UnhandledCriticalExtension"Xgo.string."*x509.UnhandledCriticalExtension"PB*x509.UnhandledCriticalExtensionTgo.string.hdr."UnhandledCriticalExtension" Lgo.string."UnhandledCriticalExtension"Lgo.string."UnhandledCriticalExtension"@6UnhandledCriticalExtensionTgclocalsc55cf99de9cdd8c8202a466952fa1a45 Tgclocals69076ee43f1cead0792b9f36906b1b56 zgo.string.hdr."func(*x509.UnhandledCriticalExtension) string" -rgo.string."func(*x509.UnhandledCriticalExtension) string"rgo.string."func(*x509.UnhandledCriticalExtension) string"`\func(*x509.UnhandledCriticalExtension) string`type.func(*"".UnhandledCriticalExtension) string9B30 runtime.algarray@"runtime.gcbits.01Pzgo.string.hdr."func(*x509.UnhandledCriticalExtension) string"prgo.weak.type.*func(*"".UnhandledCriticalExtension) string"runtime.zerovalue`type.func(*"".UnhandledCriticalExtension) string`type.func(*"".UnhandledCriticalExtension) stringFtype.*"".UnhandledCriticalExtensiontype.stringgo.typelink.func(*x509.UnhandledCriticalExtension) string func(*"".UnhandledCriticalExtension) string`type.func(*"".UnhandledCriticalExtension) stringFtype.*"".UnhandledCriticalExtension60 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."*x509.UnhandledCriticalExtension"pXgo.weak.type.**"".UnhandledCriticalExtension"runtime.zerovalueDtype."".UnhandledCriticalExtension`Ftype.*"".UnhandledCriticalExtensionFtype.*"".UnhandledCriticalExtension*go.string.hdr."Error"$type.func() string`type.func(*"".UnhandledCriticalExtension) stringL"".(*UnhandledCriticalExtension).ErrorL"".(*UnhandledCriticalExtension).Error^go.string.hdr."x509.UnhandledCriticalExtension" Vgo.string."x509.UnhandledCriticalExtension"Vgo.string."x509.UnhandledCriticalExtension"@@x509.UnhandledCriticalExtensionxgo.string.hdr."func(x509.UnhandledCriticalExtension) string" ,pgo.string."func(x509.UnhandledCriticalExtension) string"pgo.string."func(x509.UnhandledCriticalExtension) string"`Zfunc(x509.UnhandledCriticalExtension) string^type.func("".UnhandledCriticalExtension) stringf-30 runtime.algarray@"runtime.gcbits.01Pxgo.string.hdr."func(x509.UnhandledCriticalExtension) string"ppgo.weak.type.*func("".UnhandledCriticalExtension) string"runtime.zerovalue^type.func("".UnhandledCriticalExtension) string^type.func("".UnhandledCriticalExtension) stringDtype."".UnhandledCriticalExtensiontype.stringgo.typelink.func(x509.UnhandledCriticalExtension) string func("".UnhandledCriticalExtension) string^type.func("".UnhandledCriticalExtension) stringDtype."".UnhandledCriticalExtension$0 runtime.algarray@runtime.gcbits.P^go.string.hdr."x509.UnhandledCriticalExtension"pFtype.*"".UnhandledCriticalExtension"runtime.zerovalueDtype."".UnhandledCriticalExtension`Dtype."".UnhandledCriticalExtensionTgo.string.hdr."UnhandledCriticalExtension""go.importpath."".Dtype."".UnhandledCriticalExtension*go.string.hdr."Error"$type.func() string^type.func("".UnhandledCriticalExtension) stringL"".(*UnhandledCriticalExtension).ErrorF"".UnhandledCriticalExtension.ErrorLgo.string.hdr."*x509.SystemRootsError" Dgo.string."*x509.SystemRootsError"Dgo.string."*x509.SystemRootsError"0.*x509.SystemRootsError@go.string.hdr."SystemRootsError" 8go.string."SystemRootsError"8go.string."SystemRootsError"0"SystemRootsErrorTgclocalsc55cf99de9cdd8c8202a466952fa1a45 Tgclocals69076ee43f1cead0792b9f36906b1b56 fgo.string.hdr."func(*x509.SystemRootsError) string" #^go.string."func(*x509.SystemRootsError) string"^go.string."func(*x509.SystemRootsError) string"PHfunc(*x509.SystemRootsError) stringLtype.func(*"".SystemRootsError) stringui"30 runtime.algarray@"runtime.gcbits.01Pfgo.string.hdr."func(*x509.SystemRootsError) string"p^go.weak.type.*func(*"".SystemRootsError) string"runtime.zerovalueLtype.func(*"".SystemRootsError) stringLtype.func(*"".SystemRootsError) string2type.*"".SystemRootsErrortype.stringgo.typelink.func(*x509.SystemRootsError) string func(*"".SystemRootsError) stringLtype.func(*"".SystemRootsError) string2type.*"".SystemRootsError?60 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."*x509.SystemRootsError"pDgo.weak.type.**"".SystemRootsError"runtime.zerovalue0type."".SystemRootsError`2type.*"".SystemRootsError2type.*"".SystemRootsError*go.string.hdr."Error"$type.func() stringLtype.func(*"".SystemRootsError) string8"".(*SystemRootsError).Error8"".(*SystemRootsError).ErrorJgo.string.hdr."x509.SystemRootsError" Bgo.string."x509.SystemRootsError"Bgo.string."x509.SystemRootsError"0,x509.SystemRootsErrordgo.string.hdr."func(x509.SystemRootsError) string" "\go.string."func(x509.SystemRootsError) string"\go.string."func(x509.SystemRootsError) string"PFfunc(x509.SystemRootsError) stringJtype.func("".SystemRootsError) string30 runtime.algarray@"runtime.gcbits.01Pdgo.string.hdr."func(x509.SystemRootsError) string"p\go.weak.type.*func("".SystemRootsError) string"runtime.zerovalueJtype.func("".SystemRootsError) stringJtype.func("".SystemRootsError) string0type."".SystemRootsErrortype.stringgo.typelink.func(x509.SystemRootsError) string func("".SystemRootsError) stringJtype.func("".SystemRootsError) string0type."".SystemRootsErrorMr0 runtime.algarray@runtime.gcbits.PJgo.string.hdr."x509.SystemRootsError"p2type.*"".SystemRootsError"runtime.zerovalue0type."".SystemRootsError`0type."".SystemRootsError@go.string.hdr."SystemRootsError""go.importpath."".0type."".SystemRootsError*go.string.hdr."Error"$type.func() stringJtype.func("".SystemRootsError) string8"".(*SystemRootsError).Error2"".SystemRootsError.ErrorHgo.string.hdr."[1]*x509.Certificate" @go.string."[1]*x509.Certificate"@go.string."[1]*x509.Certificate"0*[1]*x509.Certificate.type.[1]*"".CertificateW*c10 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."[1]*x509.Certificate"p@go.weak.type.*[1]*"".Certificate"runtime.zerovalue(type.*"".Certificate,type.[]*"".Certificatefgo.typelink.[1]*x509.Certificate [1]*"".Certificate.type.[1]*"".CertificateJgo.string.hdr."*[1]*x509.Certificate" Bgo.string."*[1]*x509.Certificate"Bgo.string."*[1]*x509.Certificate"0,*[1]*x509.Certificate0type.*[1]*"".Certificatek+K60 runtime.algarray@"runtime.gcbits.01PJgo.string.hdr."*[1]*x509.Certificate"pBgo.weak.type.**[1]*"".Certificate"runtime.zerovalue.type.[1]*"".CertificateFgo.string.hdr."[1]x509.ExtKeyUsage" >go.string."[1]x509.ExtKeyUsage">go.string."[1]x509.ExtKeyUsage"0([1]x509.ExtKeyUsage,type.[1]"".ExtKeyUsage,0 runtime.algarray@runtime.gcbits.PFgo.string.hdr."[1]x509.ExtKeyUsage"p>go.weak.type.*[1]"".ExtKeyUsage"runtime.zerovalue&type."".ExtKeyUsage*type.[]"".ExtKeyUsagebgo.typelink.[1]x509.ExtKeyUsage [1]"".ExtKeyUsage,type.[1]"".ExtKeyUsageHgo.string.hdr."*[1]x509.ExtKeyUsage" @go.string."*[1]x509.ExtKeyUsage"@go.string."*[1]x509.ExtKeyUsage"0**[1]x509.ExtKeyUsage.type.*[1]"".ExtKeyUsageM60 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."*[1]x509.ExtKeyUsage"p@go.weak.type.**[1]"".ExtKeyUsage"runtime.zerovalue,type.[1]"".ExtKeyUsageHgo.string.hdr."*[]*x509.Certificate" @go.string."*[]*x509.Certificate"@go.string."*[]*x509.Certificate"0**[]*x509.Certificate.type.*[]*"".Certificate^60 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."*[]*x509.Certificate"p@go.weak.type.**[]*"".Certificate"runtime.zerovalue,type.[]*"".CertificateLgo.string.hdr."*[][]*x509.Certificate" Dgo.string."*[][]*x509.Certificate"Dgo.string."*[][]*x509.Certificate"0.*[][]*x509.Certificate2type.*[][]*"".Certificate~60 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."*[][]*x509.Certificate"pDgo.weak.type.**[][]*"".Certificate"runtime.zerovalue0type.[][]*"".Certificate type..hashfunc32 ,runtime.memhash_varlentype..eqfunc32 .runtime.memequal_varlentype..alg32 type..hashfunc32type..eqfunc322go.string.hdr."[32]uint8" *go.string."[32]uint8"*go.string."[32]uint8" [32]uint8type.[32]uint8 Y 0type..alg32@runtime.gcbits.P2go.string.hdr."[32]uint8"p.go.weak.type.*[32]uint8"runtime.zerovaluetype.uint8type.[]uint8>go.typelink.[32]uint8 [32]uint8type.[32]uint8&runtime.gcbits.0992 Dgo.string.hdr."x509.publicKeyInfo" <go.string."x509.publicKeyInfo"<go.string."x509.publicKeyInfo"0&x509.publicKeyInfo2go.string.hdr."Algorithm" *go.string."Algorithm"*go.string."Algorithm" Algorithm:go.string.hdr."publicKeyInfo" 2go.string."publicKeyInfo"2go.string."publicKeyInfo" publicKeyInfo*type."".publicKeyInforx 0 runtime.algarray@&runtime.gcbits.0992PDgo.string.hdr."x509.publicKeyInfo"p,type.*"".publicKeyInfo"runtime.zerovalue*type."".publicKeyInfo&go.string.hdr."Raw":type.encoding/asn1.RawContent2go.string.hdr."Algorithm"Rtype.crypto/x509/pkix.AlgorithmIdentifier2go.string.hdr."PublicKey"8type.encoding/asn1.BitString`*type."".publicKeyInfo:go.string.hdr."publicKeyInfo""go.importpath."".*type."".publicKeyInfoFgo.string.hdr."*x509.publicKeyInfo" >go.string."*x509.publicKeyInfo">go.string."*x509.publicKeyInfo"0(*x509.publicKeyInfo,type.*"".publicKeyInfoI60 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."*x509.publicKeyInfo"p>go.weak.type.**"".publicKeyInfo"runtime.zerovalue*type."".publicKeyInfoDgo.string.hdr."*x509.rsaPublicKey" <go.string."*x509.rsaPublicKey"<go.string."*x509.rsaPublicKey"0&*x509.rsaPublicKey*type.*"".rsaPublicKey260 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."*x509.rsaPublicKey"p<go.weak.type.**"".rsaPublicKey"runtime.zerovalue(type."".rsaPublicKeyBgo.string.hdr."x509.rsaPublicKey" :go.string."x509.rsaPublicKey":go.string."x509.rsaPublicKey"0$x509.rsaPublicKey8go.string.hdr."rsaPublicKey" 0go.string."rsaPublicKey"0go.string."rsaPublicKey" rsaPublicKey(type."".rsaPublicKey0 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."x509.rsaPublicKey"p*type.*"".rsaPublicKey"runtime.zerovalue(type."".rsaPublicKey"go.string.hdr."N"$type.*math/big.Int"go.string.hdr."E"type.int`(type."".rsaPublicKey8go.string.hdr."rsaPublicKey""go.importpath."".(type."".rsaPublicKeyFgo.string.hdr."*x509.pkixPublicKey" >go.string."*x509.pkixPublicKey">go.string."*x509.pkixPublicKey"0(*x509.pkixPublicKey,type.*"".pkixPublicKey=60 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."*x509.pkixPublicKey"p>go.weak.type.**"".pkixPublicKey"runtime.zerovalue*type."".pkixPublicKey&runtime.gcbits.4112ADgo.string.hdr."x509.pkixPublicKey" <go.string."x509.pkixPublicKey"<go.string."x509.pkixPublicKey"0&x509.pkixPublicKey2go.string.hdr."BitString" *go.string."BitString"*go.string."BitString" BitString:go.string.hdr."pkixPublicKey" 2go.string."pkixPublicKey"2go.string."pkixPublicKey" pkixPublicKey*type."".pkixPublicKeyhsF`0 runtime.algarray@&runtime.gcbits.4112PDgo.string.hdr."x509.pkixPublicKey"p,type.*"".pkixPublicKey"runtime.zerovalue*type."".pkixPublicKey(go.string.hdr."Algo"Rtype.crypto/x509/pkix.AlgorithmIdentifier2go.string.hdr."BitString"8type.encoding/asn1.BitString`*type."".pkixPublicKey:go.string.hdr."pkixPublicKey""go.importpath."".*type."".pkixPublicKey"runtime.gcbits.02$"".hdr..gostring.4 x""..gostring.4""..gostring.4struct { algo x509.SignatureAlgorithm; oid asn1.ObjectIdentifier; pubKeyAlgo x509.PublicKeyAlgorithm; hash crypto.Hash }(go.string.hdr."algo" go.string."algo" go.string."algo" 5540 algo&go.string.hdr."oid" go.string."oid"go.string."oid"oid4go.string.hdr."pubKeyAlgo" 5541 ,go.string."pubKeyAlgo",go.string."pubKeyAlgo" pubKeyAlgo(go.string.hdr."hash" go.string."hash" go.string."hash" 5542 hashtype.struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }04 ($0 runtime.algarray@"runtime.gcbits.02P$"".hdr..gostring.4pgo.weak.type.*struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }"runtime.zerovaluetype.struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }(go.string.hdr."algo""go.importpath."".4type."".SignatureAlgorithm&go.string.hdr."oid""go.importpath."".Ftype.encoding/asn1.ObjectIdentifier4go.string.hdr."pubKeyAlgo""go.importpath."".4type."".PublicKeyAlgorithm(go.string.hdr."hash""go.importpath."". type.crypto.Hash$"".hdr..gostring.5 z""..gostring.5""..gostring.5[]struct { algo x509.SignatureAlgorithm; oid asn1.ObjectIdentifier; pubKeyAlgo x509.PublicKeyAlgorithm; hash crypto.Hash }type.[]struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }10 runtime.algarray@"runtime.gcbits.01P$"".hdr..gostring.5pgo.weak.type.*[]struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }"runtime.zerovaluetype.struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }go.typelink.[]struct { algo x509.SignatureAlgorithm; oid asn1.ObjectIdentifier; pubKeyAlgo x509.PublicKeyAlgorithm; hash crypto.Hash } []struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }type.[]struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }$"".hdr..gostring.6 y""..gostring.6""..gostring.6*struct { algo x509.SignatureAlgorithm; oid asn1.ObjectIdentifier; pubKeyAlgo x509.PublicKeyAlgorithm; hash crypto.Hash }type.*struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }M60 runtime.algarray@"runtime.gcbits.01P$"".hdr..gostring.6pgo.weak.type.**struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }"runtime.zerovaluetype.struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }go.string.hdr."struct { extKeyUsage x509.ExtKeyUsage; oid asn1.ObjectIdentifier }" Bgo.string."struct { extKeyUsage x509.ExtKeyUsage; oid asn1.ObjectIdentifier }"go.string."struct { extKeyUsage x509.ExtKeyUsage; oid asn1.ObjectIdentifier }"struct { extKeyUsage x509.ExtKeyUsage; oid asn1.ObjectIdentifier }6go.string.hdr."extKeyUsage" .go.string."extKeyUsage".go.string."extKeyUsage" extKeyUsagetype.struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier } yj0 runtime.algarray@"runtime.gcbits.02Pgo.string.hdr."struct { extKeyUsage x509.ExtKeyUsage; oid asn1.ObjectIdentifier }"pgo.weak.type.*struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier }"runtime.zerovaluetype.struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier }6go.string.hdr."extKeyUsage""go.importpath."".&type."".ExtKeyUsage&go.string.hdr."oid""go.importpath."".Ftype.encoding/asn1.ObjectIdentifiergo.string.hdr."[]struct { extKeyUsage x509.ExtKeyUsage; oid asn1.ObjectIdentifier }" Dgo.string."[]struct { extKeyUsage x509.ExtKeyUsage; oid asn1.ObjectIdentifier }"go.string."[]struct { extKeyUsage x509.ExtKeyUsage; oid asn1.ObjectIdentifier }"[]struct { extKeyUsage x509.ExtKeyUsage; oid asn1.ObjectIdentifier }type.[]struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier }0 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."[]struct { extKeyUsage x509.ExtKeyUsage; oid asn1.ObjectIdentifier }"pgo.weak.type.*[]struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier }"runtime.zerovaluetype.struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier }go.typelink.[]struct { extKeyUsage x509.ExtKeyUsage; oid asn1.ObjectIdentifier } []struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier }type.[]struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier }go.string.hdr."*struct { extKeyUsage x509.ExtKeyUsage; oid asn1.ObjectIdentifier }" Cgo.string."*struct { extKeyUsage x509.ExtKeyUsage; oid asn1.ObjectIdentifier }"go.string."*struct { extKeyUsage x509.ExtKeyUsage; oid asn1.ObjectIdentifier }"*struct { extKeyUsage x509.ExtKeyUsage; oid asn1.ObjectIdentifier }type.*struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier } 60 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."*struct { extKeyUsage x509.ExtKeyUsage; oid asn1.ObjectIdentifier }"pgo.weak.type.**struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier }"runtime.zerovaluetype.struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier }\go.string.hdr."*x509.ConstraintViolationError" Tgo.string."*x509.ConstraintViolationError"Tgo.string."*x509.ConstraintViolationError"@>*x509.ConstraintViolationErrorPgo.string.hdr."ConstraintViolationError" Hgo.string."ConstraintViolationError"Hgo.string."ConstraintViolationError"@2ConstraintViolationErrorTgclocalsc55cf99de9cdd8c8202a466952fa1a45 Tgclocals69076ee43f1cead0792b9f36906b1b56 vgo.string.hdr."func(*x509.ConstraintViolationError) string" +ngo.string."func(*x509.ConstraintViolationError) string"ngo.string."func(*x509.ConstraintViolationError) string"`Xfunc(*x509.ConstraintViolationError) string\type.func(*"".ConstraintViolationError) stringA1g30 runtime.algarray@"runtime.gcbits.01Pvgo.string.hdr."func(*x509.ConstraintViolationError) string"pngo.weak.type.*func(*"".ConstraintViolationError) string"runtime.zerovalue\type.func(*"".ConstraintViolationError) string\type.func(*"".ConstraintViolationError) stringBtype.*"".ConstraintViolationErrortype.stringgo.typelink.func(*x509.ConstraintViolationError) string func(*"".ConstraintViolationError) string\type.func(*"".ConstraintViolationError) stringBtype.*"".ConstraintViolationErrorR60 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."*x509.ConstraintViolationError"pTgo.weak.type.**"".ConstraintViolationError"runtime.zerovalue@type."".ConstraintViolationError`Btype.*"".ConstraintViolationErrorBtype.*"".ConstraintViolationError*go.string.hdr."Error"$type.func() string\type.func(*"".ConstraintViolationError) stringH"".(*ConstraintViolationError).ErrorH"".(*ConstraintViolationError).ErrorZgo.string.hdr."x509.ConstraintViolationError" Rgo.string."x509.ConstraintViolationError"Rgo.string."x509.ConstraintViolationError"@<x509.ConstraintViolationErrortgo.string.hdr."func(x509.ConstraintViolationError) string" *lgo.string."func(x509.ConstraintViolationError) string"lgo.string."func(x509.ConstraintViolationError) string"`Vfunc(x509.ConstraintViolationError) stringZtype.func("".ConstraintViolationError) string `30 runtime.algarray@"runtime.gcbits.01Ptgo.string.hdr."func(x509.ConstraintViolationError) string"plgo.weak.type.*func("".ConstraintViolationError) string"runtime.zerovalueZtype.func("".ConstraintViolationError) stringZtype.func("".ConstraintViolationError) string@type."".ConstraintViolationErrortype.stringgo.typelink.func(x509.ConstraintViolationError) string func("".ConstraintViolationError) stringZtype.func("".ConstraintViolationError) string@type."".ConstraintViolationError50 runtime.algarray@runtime.gcbits.PZgo.string.hdr."x509.ConstraintViolationError"pBtype.*"".ConstraintViolationError"runtime.zerovalue@type."".ConstraintViolationError`@type."".ConstraintViolationErrorPgo.string.hdr."ConstraintViolationError""go.importpath."".@type."".ConstraintViolationError*go.string.hdr."Error"$type.func() stringZtype.func("".ConstraintViolationError) stringH"".(*ConstraintViolationError).ErrorB"".ConstraintViolationError.ErrorDgo.string.hdr."*x509.dsaSignature" <go.string."*x509.dsaSignature"<go.string."*x509.dsaSignature"0&*x509.dsaSignature*type.*"".dsaSignatureQ60 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."*x509.dsaSignature"p<go.weak.type.**"".dsaSignature"runtime.zerovalue(type."".dsaSignatureBgo.string.hdr."x509.dsaSignature" :go.string."x509.dsaSignature":go.string."x509.dsaSignature"0$x509.dsaSignature"go.string.hdr."R" go.string."R"go.string."R"R"go.string.hdr."S" go.string."S"go.string."S"S8go.string.hdr."dsaSignature" 0go.string."dsaSignature"0go.string."dsaSignature" dsaSignature(type."".dsaSignature{y0 runtime.algarray@"runtime.gcbits.03PBgo.string.hdr."x509.dsaSignature"p*type.*"".dsaSignature"runtime.zerovalue(type."".dsaSignature"go.string.hdr."R"$type.*math/big.Int"go.string.hdr."S"$type.*math/big.Int`(type."".dsaSignature8go.string.hdr."dsaSignature""go.importpath."".(type."".dsaSignatureHgo.string.hdr."*x509.ecdsaSignature" @go.string."*x509.ecdsaSignature"@go.string."*x509.ecdsaSignature"0**x509.ecdsaSignature.type.*"".ecdsaSignatureoq60 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."*x509.ecdsaSignature"p@go.weak.type.**"".ecdsaSignature"runtime.zerovalue,type."".ecdsaSignatureFgo.string.hdr."x509.ecdsaSignature" >go.string."x509.ecdsaSignature">go.string."x509.ecdsaSignature"0(x509.ecdsaSignature<go.string.hdr."ecdsaSignature" 4go.string."ecdsaSignature"4go.string."ecdsaSignature" ecdsaSignature,type."".ecdsaSignatureZC0 runtime.algarray@"runtime.gcbits.03PFgo.string.hdr."x509.ecdsaSignature"p.type.*"".ecdsaSignature"runtime.zerovalue,type."".ecdsaSignature"go.string.hdr."R"$type.*math/big.Int"go.string.hdr."S"$type.*math/big.Int`,type."".ecdsaSignature<go.string.hdr."ecdsaSignature""go.importpath."".,type."".ecdsaSignature2go.string.hdr."**big.Int" *go.string."**big.Int"*go.string."**big.Int" **big.Int&type.**math/big.Intt60 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."**big.Int"p8go.weak.type.***math/big.Int"runtime.zerovalue$type.*math/big.IntXgo.string.hdr."*x509.dsaAlgorithmParameters" Pgo.string."*x509.dsaAlgorithmParameters"Pgo.string."*x509.dsaAlgorithmParameters"@:*x509.dsaAlgorithmParameters>type.*"".dsaAlgorithmParameters O60 runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."*x509.dsaAlgorithmParameters"pPgo.weak.type.**"".dsaAlgorithmParameters"runtime.zerovalue<type."".dsaAlgorithmParametersVgo.string.hdr."x509.dsaAlgorithmParameters" Ngo.string."x509.dsaAlgorithmParameters"Ngo.string."x509.dsaAlgorithmParameters"@8x509.dsaAlgorithmParameters"go.string.hdr."G" go.string."G"go.string."G"GLgo.string.hdr."dsaAlgorithmParameters" Dgo.string."dsaAlgorithmParameters"Dgo.string."dsaAlgorithmParameters"0.dsaAlgorithmParameters<type."".dsaAlgorithmParameters?| 0type..alg24@"runtime.gcbits.07PVgo.string.hdr."x509.dsaAlgorithmParameters"p>type.*"".dsaAlgorithmParameters"runtime.zerovalue<type."".dsaAlgorithmParameters"go.string.hdr."P"$type.*math/big.Int"go.string.hdr."Q"$type.*math/big.Int"go.string.hdr."G"$type.*math/big.Int`<type."".dsaAlgorithmParametersLgo.string.hdr."dsaAlgorithmParameters""go.importpath."".<type."".dsaAlgorithmParametersTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3bb21ca8fe1d99a3e492463bd711418aDtype..hashfunc."".basicConstraints<type..hash."".basicConstraints@type..eqfunc."".basicConstraints8type..eq."".basicConstraints:type..alg."".basicConstraints Dtype..hashfunc."".basicConstraints@type..eqfunc."".basicConstraintsJgo.string.hdr."x509.basicConstraints" Bgo.string."x509.basicConstraints"Bgo.string."x509.basicConstraints"0,x509.basicConstraintsXgo.string.hdr."asn1:\"optional,default:-1\"" Pgo.string."asn1:\"optional,default:-1\""Pgo.string."asn1:\"optional,default:-1\""@6asn1:"optional,default:-1"@go.string.hdr."basicConstraints" 8go.string."basicConstraints"8go.string."basicConstraints"0"basicConstraints0type."".basicConstraints2 0:type..alg."".basicConstraints@runtime.gcbits.PJgo.string.hdr."x509.basicConstraints"p2type.*"".basicConstraints"runtime.zerovalue0type."".basicConstraints(go.string.hdr."IsCA"type.boolBgo.string.hdr."asn1:\"optional\""4go.string.hdr."MaxPathLen"type.intXgo.string.hdr."asn1:\"optional,default:-1\""`0type."".basicConstraints@go.string.hdr."basicConstraints""go.importpath."".0type."".basicConstraintsLgo.string.hdr."*x509.basicConstraints" Dgo.string."*x509.basicConstraints"Dgo.string."*x509.basicConstraints"0.*x509.basicConstraints2type.*"".basicConstraints 60 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."*x509.basicConstraints"pDgo.weak.type.**"".basicConstraints"runtime.zerovalue0type."".basicConstraintsHgo.string.hdr."*x509.generalSubtree" @go.string."*x509.generalSubtree"@go.string."*x509.generalSubtree"0**x509.generalSubtree.type.*"".generalSubtree;w60 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."*x509.generalSubtree"p@go.weak.type.**"".generalSubtree"runtime.zerovalue,type."".generalSubtreeFgo.string.hdr."x509.generalSubtree" >go.string."x509.generalSubtree">go.string."x509.generalSubtree"0(x509.generalSubtree(go.string.hdr."Name" go.string."Name" go.string."Name" 5557 NameVgo.string.hdr."asn1:\"tag:2,optional,ia5\"" Ngo.string."asn1:\"tag:2,optional,ia5\""Ngo.string."asn1:\"tag:2,optional,ia5\""@4asn1:"tag:2,optional,ia5"<go.string.hdr."generalSubtree" 4go.string."generalSubtree"4go.string."generalSubtree" generalSubtree,type."".generalSubtree-0 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."x509.generalSubtree"p.type.*"".generalSubtree"runtime.zerovalue,type."".generalSubtree(go.string.hdr."Name"type.stringVgo.string.hdr."asn1:\"tag:2,optional,ia5\""`,type."".generalSubtree<go.string.hdr."generalSubtree""go.importpath."".,type."".generalSubtreeJgo.string.hdr."[]x509.generalSubtree" Bgo.string."[]x509.generalSubtree"Bgo.string."[]x509.generalSubtree"0,[]x509.generalSubtree0type.[]"".generalSubtree20 runtime.algarray@"runtime.gcbits.01PJgo.string.hdr."[]x509.generalSubtree"pBgo.weak.type.*[]"".generalSubtree"runtime.zerovalue,type."".generalSubtreejgo.typelink.[]x509.generalSubtree []"".generalSubtree0type.[]"".generalSubtree"runtime.gcbits.09 Hgo.string.hdr."x509.nameConstraints" @go.string."x509.nameConstraints"@go.string."x509.nameConstraints"0*x509.nameConstraints2go.string.hdr."Permitted" *go.string."Permitted"*go.string."Permitted" PermittedNgo.string.hdr."asn1:\"optional,tag:0\"" Fgo.string."asn1:\"optional,tag:0\""Fgo.string."asn1:\"optional,tag:0\""0,asn1:"optional,tag:0"0go.string.hdr."Excluded" (go.string."Excluded"(go.string."Excluded" ExcludedNgo.string.hdr."asn1:\"optional,tag:1\"" Fgo.string."asn1:\"optional,tag:1\""Fgo.string."asn1:\"optional,tag:1\""0,asn1:"optional,tag:1">go.string.hdr."nameConstraints" 6go.string."nameConstraints"6go.string."nameConstraints" nameConstraints.type."".nameConstraints0 B 0 runtime.algarray@"runtime.gcbits.09PHgo.string.hdr."x509.nameConstraints"p0type.*"".nameConstraints"runtime.zerovalue.type."".nameConstraints2go.string.hdr."Permitted"0type.[]"".generalSubtreeNgo.string.hdr."asn1:\"optional,tag:0\""0go.string.hdr."Excluded"0type.[]"".generalSubtreeNgo.string.hdr."asn1:\"optional,tag:1\""`.type."".nameConstraints>go.string.hdr."nameConstraints""go.importpath.""..type."".nameConstraintsJgo.string.hdr."*x509.nameConstraints" Bgo.string."*x509.nameConstraints"Bgo.string."*x509.nameConstraints"0,*x509.nameConstraints0type.*"".nameConstraintslp760 runtime.algarray@"runtime.gcbits.01PJgo.string.hdr."*x509.nameConstraints"pBgo.weak.type.**"".nameConstraints"runtime.zerovalue.type."".nameConstraintsVgo.string.hdr."*x509.distributionPointName" Ngo.string."*x509.distributionPointName"Ngo.string."*x509.distributionPointName"@8*x509.distributionPointName<type.*"".distributionPointName60 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."*x509.distributionPointName"pNgo.weak.type.**"".distributionPointName"runtime.zerovalue:type."".distributionPointName&runtime.gcbits.4802HTgo.string.hdr."x509.distributionPointName" Lgo.string."x509.distributionPointName"Lgo.string."x509.distributionPointName"@6x509.distributionPointName0go.string.hdr."FullName" (go.string."FullName"(go.string."FullName" FullName8go.string.hdr."RelativeName" 0go.string."RelativeName"0go.string."RelativeName" RelativeNameJgo.string.hdr."distributionPointName" Bgo.string."distributionPointName"Bgo.string."distributionPointName"0,distributionPointName:type."".distributionPointName`PsH 0 runtime.algarray@&runtime.gcbits.4802PTgo.string.hdr."x509.distributionPointName"p<type.*"".distributionPointName"runtime.zerovalue:type."".distributionPointName0go.string.hdr."FullName"6type.encoding/asn1.RawValueNgo.string.hdr."asn1:\"optional,tag:0\""8go.string.hdr."RelativeName"Btype.crypto/x509/pkix.RDNSequenceNgo.string.hdr."asn1:\"optional,tag:1\""`:type."".distributionPointNameJgo.string.hdr."distributionPointName""go.importpath."".:type."".distributionPointNameNgo.string.hdr."*x509.distributionPoint" Fgo.string."*x509.distributionPoint"Fgo.string."*x509.distributionPoint"00*x509.distributionPoint4type.*"".distributionPoint3:60 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."*x509.distributionPoint"pFgo.weak.type.**"".distributionPoint"runtime.zerovalue2type."".distributionPoint*runtime.gcbits.481248HHLgo.string.hdr."x509.distributionPoint" Dgo.string."x509.distributionPoint"Dgo.string."x509.distributionPoint"0.x509.distributionPointBgo.string.hdr."DistributionPoint" :go.string."DistributionPoint":go.string."DistributionPoint"0$DistributionPoint2go.string.hdr."CRLIssuer" *go.string."CRLIssuer"*go.string."CRLIssuer" CRLIssuerNgo.string.hdr."asn1:\"optional,tag:2\"" Fgo.string."asn1:\"optional,tag:2\""Fgo.string."asn1:\"optional,tag:2\""0,asn1:"optional,tag:2"Bgo.string.hdr."distributionPoint" :go.string."distributionPoint":go.string."distributionPoint"0$distributionPoint2type."".distributionPointE`&0 runtime.algarray@*runtime.gcbits.481248PLgo.string.hdr."x509.distributionPoint"p4type.*"".distributionPoint"runtime.zerovalue2type."".distributionPointBgo.string.hdr."DistributionPoint":type."".distributionPointNameNgo.string.hdr."asn1:\"optional,tag:0\"",go.string.hdr."Reason"8type.encoding/asn1.BitStringNgo.string.hdr."asn1:\"optional,tag:1\""2go.string.hdr."CRLIssuer"6type.encoding/asn1.RawValueNgo.string.hdr."asn1:\"optional,tag:2\""`2type."".distributionPointBgo.string.hdr."distributionPoint""go.importpath."".2type."".distributionPointPgo.string.hdr."[]x509.distributionPoint" Hgo.string."[]x509.distributionPoint"Hgo.string."[]x509.distributionPoint"@2[]x509.distributionPoint6type.[]"".distributionPointpE0 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."[]x509.distributionPoint"pHgo.weak.type.*[]"".distributionPoint"runtime.zerovalue2type."".distributionPointvgo.typelink.[]x509.distributionPoint []"".distributionPoint6type.[]"".distributionPointRgo.string.hdr."*[]x509.distributionPoint" Jgo.string."*[]x509.distributionPoint"Jgo.string."*[]x509.distributionPoint"@4*[]x509.distributionPoint8type.*[]"".distributionPoint v60 runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."*[]x509.distributionPoint"pJgo.weak.type.**[]"".distributionPoint"runtime.zerovalue6type.[]"".distributionPoint<go.string.hdr."x509.authKeyId" 4go.string."x509.authKeyId"4go.string."x509.authKeyId" x509.authKeyId$go.string.hdr."Id" go.string."Id"go.string."Id"Id2go.string.hdr."authKeyId" *go.string."authKeyId"*go.string."authKeyId" authKeyId"type."".authKeyIdod0 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."x509.authKeyId"p$type.*"".authKeyId"runtime.zerovalue"type."".authKeyId$go.string.hdr."Id"type.[]uint8Ngo.string.hdr."asn1:\"optional,tag:0\""`"type."".authKeyId2go.string.hdr."authKeyId""go.importpath.""."type."".authKeyId>go.string.hdr."*x509.authKeyId" 6go.string."*x509.authKeyId"6go.string."*x509.authKeyId" *x509.authKeyId$type.*"".authKeyIdY60 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."*x509.authKeyId"p6go.weak.type.**"".authKeyId"runtime.zerovalue"type."".authKeyIdPgo.string.hdr."*[]asn1.ObjectIdentifier" Hgo.string."*[]asn1.ObjectIdentifier"Hgo.string."*[]asn1.ObjectIdentifier"@2*[]asn1.ObjectIdentifierLtype.*[]encoding/asn1.ObjectIdentifier~60 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."*[]asn1.ObjectIdentifier"p^go.weak.type.**[]encoding/asn1.ObjectIdentifier"runtime.zerovalueJtype.[]encoding/asn1.ObjectIdentifier0go.string.hdr."*[]uint8" (go.string."*[]uint8"(go.string."*[]uint8" *[]uint8type.*[]uint8i60 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."*[]uint8"p,go.weak.type.**[]uint8"runtime.zerovaluetype.[]uint8Ngo.string.hdr."*x509.policyInformation" Fgo.string."*x509.policyInformation"Fgo.string."*x509.policyInformation"00*x509.policyInformation4type.*"".policyInformation=|60 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."*x509.policyInformation"pFgo.weak.type.**"".policyInformation"runtime.zerovalue2type."".policyInformationLgo.string.hdr."x509.policyInformation" Dgo.string."x509.policyInformation"Dgo.string."x509.policyInformation"0.x509.policyInformation,go.string.hdr."Policy" $go.string."Policy"$go.string."Policy"PolicyBgo.string.hdr."policyInformation" :go.string."policyInformation":go.string."policyInformation"0$policyInformation2type."".policyInformation0 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."x509.policyInformation"p4type.*"".policyInformation"runtime.zerovalue2type."".policyInformation,go.string.hdr."Policy"Ftype.encoding/asn1.ObjectIdentifier`2type."".policyInformationBgo.string.hdr."policyInformation""go.importpath."".2type."".policyInformationPgo.string.hdr."[]x509.policyInformation" Hgo.string."[]x509.policyInformation"Hgo.string."[]x509.policyInformation"@2[]x509.policyInformation6type.[]"".policyInformation@0 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."[]x509.policyInformation"pHgo.weak.type.*[]"".policyInformation"runtime.zerovalue2type."".policyInformationvgo.typelink.[]x509.policyInformation []"".policyInformation6type.[]"".policyInformationRgo.string.hdr."*[]x509.policyInformation" Jgo.string."*[]x509.policyInformation"Jgo.string."*[]x509.policyInformation"@4*[]x509.policyInformation8type.*[]"".policyInformation60 runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."*[]x509.policyInformation"pJgo.weak.type.**[]"".policyInformation"runtime.zerovalue6type.[]"".policyInformationRgo.string.hdr."*x509.authorityInfoAccess" Jgo.string."*x509.authorityInfoAccess"Jgo.string."*x509.authorityInfoAccess"@4*x509.authorityInfoAccess8type.*"".authorityInfoAccessg60 runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."*x509.authorityInfoAccess"pJgo.weak.type.**"".authorityInfoAccess"runtime.zerovalue6type."".authorityInfoAccess&runtime.gcbits.4102APgo.string.hdr."x509.authorityInfoAccess" Hgo.string."x509.authorityInfoAccess"Hgo.string."x509.authorityInfoAccess"@2x509.authorityInfoAccess,go.string.hdr."Method" $go.string."Method"$go.string."Method"Method0go.string.hdr."Location" (go.string."Location"(go.string."Location" LocationFgo.string.hdr."authorityInfoAccess" >go.string."authorityInfoAccess">go.string."authorityInfoAccess"0(authorityInfoAccess6type."".authorityInfoAccess`P(0 runtime.algarray@&runtime.gcbits.4102PPgo.string.hdr."x509.authorityInfoAccess"p8type.*"".authorityInfoAccess"runtime.zerovalue6type."".authorityInfoAccess,go.string.hdr."Method"Ftype.encoding/asn1.ObjectIdentifier0go.string.hdr."Location"6type.encoding/asn1.RawValue`6type."".authorityInfoAccessFgo.string.hdr."authorityInfoAccess""go.importpath."".6type."".authorityInfoAccessTgo.string.hdr."[]x509.authorityInfoAccess" Lgo.string."[]x509.authorityInfoAccess"Lgo.string."[]x509.authorityInfoAccess"@6[]x509.authorityInfoAccess:type.[]"".authorityInfoAccess\F0 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."[]x509.authorityInfoAccess"pLgo.weak.type.*[]"".authorityInfoAccess"runtime.zerovalue6type."".authorityInfoAccess~go.typelink.[]x509.authorityInfoAccess []"".authorityInfoAccess:type.[]"".authorityInfoAccessVgo.string.hdr."*[]x509.authorityInfoAccess" Ngo.string."*[]x509.authorityInfoAccess"Ngo.string."*[]x509.authorityInfoAccess"@8*[]x509.authorityInfoAccess<type.*[]"".authorityInfoAccessjM60 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."*[]x509.authorityInfoAccess"pNgo.weak.type.**[]"".authorityInfoAccess"runtime.zerovalue:type.[]"".authorityInfoAccessTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals21a8f585a14d020f181242c5256583dc Tgclocals51af24152615272c3d9efc8538f95767 4type..hashfunc."".validity,type..hash."".validity0type..eqfunc."".validity(type..eq."".validity*type..alg."".validity 4type..hashfunc."".validity0type..eqfunc."".validity<go.string.hdr."*x509.validity" 4go.string."*x509.validity"4go.string."*x509.validity" *x509.validity"type.*"".validityzX%60 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*x509.validity"p4go.weak.type.**"".validity"runtime.zerovalue type."".validity"runtime.gcbits.24$:go.string.hdr."x509.validity" 2go.string."x509.validity"2go.string."x509.validity" x509.validity0go.string.hdr."validity" (go.string."validity"(go.string."validity" validity type."".validity00/n!0*type..alg."".validity@"runtime.gcbits.24P:go.string.hdr."x509.validity"p"type.*"".validity"runtime.zerovalue type."".validity2go.string.hdr."NotBefore"type.time.Time0go.string.hdr."NotAfter"type.time.Time` type."".validity0go.string.hdr."validity""go.importpath."". type."".validityHgo.string.hdr."*x509.tbsCertificate" @go.string."*x509.tbsCertificate"@go.string."*x509.tbsCertificate"0**x509.tbsCertificate.type.*"".tbsCertificate!60 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."*x509.tbsCertificate"p@go.weak.type.**"".tbsCertificate"runtime.zerovalue,type."".tbsCertificateBruntime.gcbits.3148909048122411111HH$Fgo.string.hdr."x509.tbsCertificate" >go.string."x509.tbsCertificate">go.string."x509.tbsCertificate"0(x509.tbsCertificatetgo.string.hdr."asn1:\"optional,explicit,default:1,tag:0\"" (lgo.string."asn1:\"optional,explicit,default:1,tag:0\""lgo.string."asn1:\"optional,explicit,default:1,tag:0\""`Rasn1:"optional,explicit,default:1,tag:0"0go.string.hdr."Validity" (go.string."Validity"(go.string."Validity" Validity0go.string.hdr."UniqueId" (go.string."UniqueId"(go.string."UniqueId" UniqueId>go.string.hdr."SubjectUniqueId" 6go.string."SubjectUniqueId"6go.string."SubjectUniqueId" SubjectUniqueId`go.string.hdr."asn1:\"optional,explicit,tag:3\"" Xgo.string."asn1:\"optional,explicit,tag:3\""Xgo.string."asn1:\"optional,explicit,tag:3\""@>asn1:"optional,explicit,tag:3"<go.string.hdr."tbsCertificate" 4go.string."tbsCertificate"4go.string."tbsCertificate" tbsCertificate,type."".tbsCertificate 8(C* (H H0 runtime.algarray@Bruntime.gcbits.314890904812241111PFgo.string.hdr."x509.tbsCertificate"p.type.*"".tbsCertificate"runtime.zerovalue,type."".tbsCertificate&go.string.hdr."Raw":type.encoding/asn1.RawContent.go.string.hdr."Version"type.inttgo.string.hdr."asn1:\"optional,explicit,default:1,tag:0\""8go.string.hdr."SerialNumber"$type.*math/big.IntDgo.string.hdr."SignatureAlgorithm"Rtype.crypto/x509/pkix.AlgorithmIdentifier,go.string.hdr."Issuer"6type.encoding/asn1.RawValue0go.string.hdr."Validity" type."".validity.go.string.hdr."Subject"6type.encoding/asn1.RawValue2go.string.hdr."PublicKey"*type."".publicKeyInfo0go.string.hdr."UniqueId"8type.encoding/asn1.BitStringNgo.string.hdr."asn1:\"optional,tag:1\"">go.string.hdr."SubjectUniqueId"8type.encoding/asn1.BitStringNgo.string.hdr."asn1:\"optional,tag:2\""4go.string.hdr."Extensions"Btype.[]crypto/x509/pkix.Extension`go.string.hdr."asn1:\"optional,explicit,tag:3\""`,type."".tbsCertificate<go.string.hdr."tbsCertificate""go.importpath."". ,type."".tbsCertificateJruntime.gcbits.8941828444922089880449AD I@go.string.hdr."x509.certificate" 8go.string."x509.certificate"8go.string."x509.certificate"0"x509.certificate<go.string.hdr."TBSCertificate" 4go.string."TBSCertificate"4go.string."TBSCertificate" TBSCertificate<go.string.hdr."SignatureValue" 4go.string."SignatureValue"4go.string."SignatureValue" SignatureValue6go.string.hdr."certificate" .go.string."certificate".go.string."certificate" certificate&type."".certificatee|P$0 runtime.algarray@Jruntime.gcbits.8941828444922089880449P@go.string.hdr."x509.certificate"p(type.*"".certificate"runtime.zerovalue&type."".certificate&go.string.hdr."Raw":type.encoding/asn1.RawContent<go.string.hdr."TBSCertificate",type."".tbsCertificateDgo.string.hdr."SignatureAlgorithm"Rtype.crypto/x509/pkix.AlgorithmIdentifier<go.string.hdr."SignatureValue"8type.encoding/asn1.BitString`&type."".certificate6go.string.hdr."certificate""go.importpath."".&type."".certificateBgo.string.hdr."*x509.certificate" :go.string."*x509.certificate":go.string."*x509.certificate"0$*x509.certificate(type.*"".certificateg60 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."*x509.certificate"p:go.weak.type.**"".certificate"runtime.zerovalue&type."".certificateFgo.string.hdr."[]*x509.certificate" >go.string."[]*x509.certificate">go.string."[]*x509.certificate"0([]*x509.certificate,type.[]*"".certificateo0 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."[]*x509.certificate"p>go.weak.type.*[]*"".certificate"runtime.zerovalue(type.*"".certificatebgo.typelink.[]*x509.certificate []*"".certificate,type.[]*"".certificateDgo.string.hdr."**x509.certificate" <go.string."**x509.certificate"<go.string."**x509.certificate"0&**x509.certificate*type.**"".certificate}+60 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."**x509.certificate"p<go.weak.type.***"".certificate"runtime.zerovalue(type.*"".certificate>go.string.hdr."[]asn1.RawValue" 6go.string."[]asn1.RawValue"6go.string."[]asn1.RawValue" []asn1.RawValue:type.[]encoding/asn1.RawValueDpA0 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."[]asn1.RawValue"pLgo.weak.type.*[]encoding/asn1.RawValue"runtime.zerovalue6type.encoding/asn1.RawValuehgo.typelink.[]asn1.RawValue []encoding/asn1.RawValue:type.[]encoding/asn1.RawValue0go.string.hdr."[2]uint8" (go.string."[2]uint8"(go.string."[2]uint8" [2]uint8type.[2]uint8F0` runtime.algarray@runtime.gcbits.P0go.string.hdr."[2]uint8"p,go.weak.type.*[2]uint8"runtime.zerovaluetype.uint8type.[]uint8:go.typelink.[2]uint8 [2]uint8type.[2]uint82go.string.hdr."*[2]uint8" *go.string."*[2]uint8"*go.string."*[2]uint8" *[2]uint8type.*[2]uint860 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."*[2]uint8"p.go.weak.type.**[2]uint8"runtime.zerovaluetype.[2]uint8^go.string.hdr."[]pkix.AttributeTypeAndValueSET" Vgo.string."[]pkix.AttributeTypeAndValueSET"Vgo.string."[]pkix.AttributeTypeAndValueSET"@@[]pkix.AttributeTypeAndValueSET`type.[]crypto/x509/pkix.AttributeTypeAndValueSETy0 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."[]pkix.AttributeTypeAndValueSET"prgo.weak.type.*[]crypto/x509/pkix.AttributeTypeAndValueSET"runtime.zerovalue\type.crypto/x509/pkix.AttributeTypeAndValueSETgo.typelink.[]pkix.AttributeTypeAndValueSET []crypto/x509/pkix.AttributeTypeAndValueSET`type.[]crypto/x509/pkix.AttributeTypeAndValueSET@go.string.hdr."*[]asn1.RawValue" 8go.string."*[]asn1.RawValue"8go.string."*[]asn1.RawValue"0"*[]asn1.RawValue<type.*[]encoding/asn1.RawValueV8c60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[]asn1.RawValue"pNgo.weak.type.**[]encoding/asn1.RawValue"runtime.zerovalue:type.[]encoding/asn1.RawValue,go.string.hdr."[]bool" $go.string."[]bool"$go.string."[]bool"[]booltype.[]bool0 runtime.algarray@"runtime.gcbits.01P,go.string.hdr."[]bool"p(go.weak.type.*[]bool"runtime.zerovaluetype.bool2go.typelink.[]bool []booltype.[]bool.go.string.hdr."[8]bool" &go.string."[8]bool"&go.string."[8]bool"[8]booltype.[8]bools50 runtime.algarray@runtime.gcbits.P.go.string.hdr."[8]bool"p*go.weak.type.*[8]bool"runtime.zerovaluetype.booltype.[]bool6go.typelink.[8]bool [8]booltype.[8]boolNgo.string.hdr."*map.bucket[string]bool" Fgo.string."*map.bucket[string]bool"Fgo.string."*map.bucket[string]bool"00*map.bucket[string]bool8type.*map.bucket[string]bool[E60 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."*map.bucket[string]bool"pJgo.weak.type.**map.bucket[string]bool"runtime.zerovalue6type.map.bucket[string]bool*runtime.gcbits.aaaa04Lgo.string.hdr."map.bucket[string]bool" Dgo.string."map.bucket[string]bool"Dgo.string."map.bucket[string]bool"0.map.bucket[string]bool6type.map.bucket[string]bool2aB0 runtime.algarray@*runtime.gcbits.aaaa04PLgo.string.hdr."map.bucket[string]bool"pHgo.weak.type.*map.bucket[string]bool"runtime.zerovalue6type.map.bucket[string]bool.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"type.[8]string,go.string.hdr."values"type.[8]bool0go.string.hdr."overflow"8type.*map.bucket[string]boolFgo.string.hdr."map.hdr[string]bool" >go.string."map.hdr[string]bool">go.string."map.hdr[string]bool"0(map.hdr[string]bool0type.map.hdr[string]bool003( (,0 runtime.algarray@"runtime.gcbits.2cPFgo.string.hdr."map.hdr[string]bool"pBgo.weak.type.*map.hdr[string]bool"runtime.zerovalue0type.map.hdr[string]bool*go.string.hdr."count"type.int*go.string.hdr."flags"type.uint8"go.string.hdr."B"type.uint8*go.string.hdr."hash0"type.uint32.go.string.hdr."buckets"8type.*map.bucket[string]bool4go.string.hdr."oldbuckets"8type.*map.bucket[string]bool2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.Pointer>go.string.hdr."map[string]bool" 6go.string."map[string]bool"6go.string."map[string]bool" map[string]bool(type.map[string]bool50 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."map[string]bool"p:go.weak.type.*map[string]bool"runtime.zerovaluetype.stringtype.bool6type.map.bucket[string]bool0type.map.hdr[string]boolVgo.typelink.map[string]bool map[string]bool(type.map[string]boolXgo.string.hdr."[]pkix.AttributeTypeAndValue" Pgo.string."[]pkix.AttributeTypeAndValue"Pgo.string."[]pkix.AttributeTypeAndValue"@:[]pkix.AttributeTypeAndValueZtype.[]crypto/x509/pkix.AttributeTypeAndValueX\dI0 runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."[]pkix.AttributeTypeAndValue"plgo.weak.type.*[]crypto/x509/pkix.AttributeTypeAndValue"runtime.zerovalueVtype.crypto/x509/pkix.AttributeTypeAndValuego.typelink.[]pkix.AttributeTypeAndValue []crypto/x509/pkix.AttributeTypeAndValueZtype.[]crypto/x509/pkix.AttributeTypeAndValue\go.string.hdr."[][]pkix.AttributeTypeAndValue" Tgo.string."[][]pkix.AttributeTypeAndValue"Tgo.string."[][]pkix.AttributeTypeAndValue"@>[][]pkix.AttributeTypeAndValue^type.[][]crypto/x509/pkix.AttributeTypeAndValue0 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."[][]pkix.AttributeTypeAndValue"ppgo.weak.type.*[][]crypto/x509/pkix.AttributeTypeAndValue"runtime.zerovalueZtype.[]crypto/x509/pkix.AttributeTypeAndValuego.typelink.[][]pkix.AttributeTypeAndValue [][]crypto/x509/pkix.AttributeTypeAndValue^type.[][]crypto/x509/pkix.AttributeTypeAndValue^go.string.hdr."[1][]pkix.AttributeTypeAndValue" Vgo.string."[1][]pkix.AttributeTypeAndValue"Vgo.string."[1][]pkix.AttributeTypeAndValue"@@[1][]pkix.AttributeTypeAndValue`type.[1][]crypto/x509/pkix.AttributeTypeAndValue1]C0 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."[1][]pkix.AttributeTypeAndValue"prgo.weak.type.*[1][]crypto/x509/pkix.AttributeTypeAndValue"runtime.zerovalueZtype.[]crypto/x509/pkix.AttributeTypeAndValue^type.[][]crypto/x509/pkix.AttributeTypeAndValuego.typelink.[1][]pkix.AttributeTypeAndValue [1][]crypto/x509/pkix.AttributeTypeAndValue`type.[1][]crypto/x509/pkix.AttributeTypeAndValueVgo.string.hdr."*x509.tbsCertificateRequest" Ngo.string."*x509.tbsCertificateRequest"Ngo.string."*x509.tbsCertificateRequest"@8*x509.tbsCertificateRequest<type.*"".tbsCertificateRequestm060 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."*x509.tbsCertificateRequest"pNgo.weak.type.**"".tbsCertificateRequest"runtime.zerovalue:type."".tbsCertificateRequest2runtime.gcbits.8124411201 5595 5596 $ATgo.string.hdr."x509.tbsCertificateRequest" Lgo.string."x509.tbsCertificateRequest"Lgo.string."x509.tbsCertificateRequest"@6x509.tbsCertificateRequest:go.string.hdr."RawAttributes" 2go.string."RawAttributes"2go.string."RawAttributes" RawAttributes<go.string.hdr."asn1:\"tag:0\"" 4go.string."asn1:\"tag:0\""4go.string."asn1:\"tag:0\"" asn1:"tag:0"Jgo.string.hdr."tbsCertificateRequest" Bgo.string."tbsCertificateRequest"Bgo.string."tbsCertificateRequest"0,tbsCertificateRequest:type."".tbsCertificateRequest'9v h*0 runtime.algarray@2runtime.gcbits.8124411201PTgo.string.hdr."x509.tbsCertificateRequest"p<type.*"".tbsCertificateRequest"runtime.zerovalue:type."".tbsCertificateRequest&go.string.hdr."Raw":type.encoding/asn1.RawContent.go.string.hdr."Version"type.int.go.string.hdr."Subject"6type.encoding/asn1.RawValue2go.string.hdr."PublicKey"*type."".publicKeyInfo:go.string.hdr."RawAttributes":type.[]encoding/asn1.RawValue<go.string.hdr."asn1:\"tag:0\""`:type."".tbsCertificateRequestJgo.string.hdr."tbsCertificateRequest""go.importpath."".:type."".tbsCertificateRequestPgo.string.hdr."*x509.certificateRequest" Hgo.string."*x509.certificateRequest"Hgo.string."*x509.certificateRequest"@2*x509.certificateRequest6type.*"".certificateRequest60 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."*x509.certificateRequest"pHgo.weak.type.**"".certificateRequest"runtime.zerovalue4type."".certificateRequest:runtime.gcbits.09240992489004 $ HNgo.string.hdr."x509.certificateRequest" Fgo.string."x509.certificateRequest"Fgo.string."x509.certificateRequest"00x509.certificateRequest,go.string.hdr."TBSCSR" $go.string."TBSCSR"$go.string."TBSCSR"TBSCSRDgo.string.hdr."certificateRequest" <go.string."certificateRequest"<go.string."certificateRequest"0&certificateRequest4type."".certificateRequest9^0$0 runtime.algarray@:runtime.gcbits.09240992489004PNgo.string.hdr."x509.certificateRequest"p6type.*"".certificateRequest"runtime.zerovalue4type."".certificateRequest&go.string.hdr."Raw":type.encoding/asn1.RawContent,go.string.hdr."TBSCSR":type."".tbsCertificateRequestDgo.string.hdr."SignatureAlgorithm"Rtype.crypto/x509/pkix.AlgorithmIdentifier<go.string.hdr."SignatureValue"8type.encoding/asn1.BitString`4type."".certificateRequestDgo.string.hdr."certificateRequest""go.importpath."".4type."".certificateRequestBruntime.gcbits.49229c24492a499204I"$I*INgo.string.hdr."x509.CertificateRequest" Fgo.string."x509.CertificateRequest"Fgo.string."x509.CertificateRequest"00x509.CertificateRequestPgo.string.hdr."RawTBSCertificateRequest" Hgo.string."RawTBSCertificateRequest"Hgo.string."RawTBSCertificateRequest"@2RawTBSCertificateRequest4go.string.hdr."Attributes" 5600 ,go.string."Attributes",go.string."Attributes" AttributesDgo.string.hdr."CertificateRequest" <go.string."CertificateRequest"<go.string."CertificateRequest"0&CertificateRequest4type."".CertificateRequest(S[0H`hT0 runtime.algarray@Bruntime.gcbits.49229c24492a499204PNgo.string.hdr."x509.CertificateRequest"p6type.*"".CertificateRequest"runtime.zerovalue4type."".CertificateRequest&go.string.hdr."Raw"type.[]uint8Pgo.string.hdr."RawTBSCertificateRequest"type.[]uint8Ngo.string.hdr."RawSubjectPublicKeyInfo"type.[]uint84go.string.hdr."RawSubject"type.[]uint8.go.string.hdr."Version"type.int2go.string.hdr."Signature"type.[]uint8Dgo.string.hdr."SignatureAlgorithm"4type."".SignatureAlgorithmDgo.string.hdr."PublicKeyAlgorithm"4type."".PublicKeyAlgorithm2go.string.hdr."PublicKey""type.interface {}.go.string.hdr."Subject"4type.crypto/x509/pkix.Name4go.string.hdr."Attributes"`type.[]crypto/x509/pkix.AttributeTypeAndValueSET4go.string.hdr."Extensions"Btype.[]crypto/x509/pkix.Extension >go.string.hdr."ExtraExtensions" Btype.[]crypto/x509/pkix.Extension 0go.string.hdr."DNSNames" type.[]string 5603 <go.string.hdr."EmailAddresses" 5604 type.[]string 5605 6go.string.hdr."IPAddresses"type.[]net.IP`4type."".CertificateRequestDgo.string.hdr."CertificateRequest""go.importpath."".4type."".CertificateRequestPgo.string.hdr."*x509.CertificateRequest" Hgo.string."*x509.CertificateRequest"Hgo.string."*x509.CertificateRequest"@2*x509.CertificateRequesthgo.string.hdr."func(*x509.CertificateRequest) error" $`go.string."func(*x509.CertificateRequest) error"`go.string."func(*x509.CertificateRequest) error"PJfunc(*x509.CertificateRequest) errorNtype.func(*"".CertificateRequest) error$30 runtime.algarray@"runtime.gcbits.01Phgo.string.hdr."func(*x509.CertificateRequest) error"p`go.weak.type.*func(*"".CertificateRequest) error"runtime.zerovalueNtype.func(*"".CertificateRequest) errorNtype.func(*"".CertificateRequest) error6type.*"".CertificateRequesttype.errorgo.typelink.func(*x509.CertificateRequest) error func(*"".CertificateRequest) errorNtype.func(*"".CertificateRequest) error8go.string.hdr."func() error" 0go.string."func() error"0go.string."func() error" func() error"type.func() error30 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."func() error"p4go.weak.type.*func() error"runtime.zerovalue"type.func() error"type.func() errortype.errorJgo.typelink.func() error func() error"type.func() error6type.*"".CertificateRequesti460 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."*x509.CertificateRequest"pHgo.weak.type.**"".CertificateRequest"runtime.zerovalue4type."".CertificateRequest`6type.*"".CertificateRequest6type.*"".CertificateRequest<go.string.hdr."CheckSignature""type.func() errorNtype.func(*"".CertificateRequest) errorN"".(*CertificateRequest).CheckSignatureN"".(*CertificateRequest).CheckSignatureZgo.string.hdr."*[]pkix.AttributeTypeAndValue" Rgo.string."*[]pkix.AttributeTypeAndValue"Rgo.string."*[]pkix.AttributeTypeAndValue"@<*[]pkix.AttributeTypeAndValue\type.*[]crypto/x509/pkix.AttributeTypeAndValue>@860 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."*[]pkix.AttributeTypeAndValue"pngo.weak.type.**[]crypto/x509/pkix.AttributeTypeAndValue"runtime.zerovalueZtype.[]crypto/x509/pkix.AttributeTypeAndValue`go.string.hdr."*[1][]pkix.AttributeTypeAndValue" Xgo.string."*[1][]pkix.AttributeTypeAndValue"Xgo.string."*[1][]pkix.AttributeTypeAndValue"PB*[1][]pkix.AttributeTypeAndValuebtype.*[1][]crypto/x509/pkix.AttributeTypeAndValue\60 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."*[1][]pkix.AttributeTypeAndValue"ptgo.weak.type.**[1][]crypto/x509/pkix.AttributeTypeAndValue"runtime.zerovalue`type.[1][]crypto/x509/pkix.AttributeTypeAndValueVgo.string.hdr."x509._Ctype_struct___CFData" Ngo.string."x509._Ctype_struct___CFData"Ngo.string."x509._Ctype_struct___CFData"@8x509._Ctype_struct___CFDataLgo.string.hdr."_Ctype_struct___CFData" Dgo.string."_Ctype_struct___CFData"Dgo.string."_Ctype_struct___CFData"0._Ctype_struct___CFData<type.""._Ctype_struct___CFData^70 runtime.algarray@runtime.gcbits.PVgo.string.hdr."x509._Ctype_struct___CFData"p>type.*""._Ctype_struct___CFData"runtime.zerovalue<type.""._Ctype_struct___CFData`<type.""._Ctype_struct___CFDataLgo.string.hdr."_Ctype_struct___CFData""go.importpath."".<type.""._Ctype_struct___CFDataXgo.string.hdr."*x509._Ctype_struct___CFData" Pgo.string."*x509._Ctype_struct___CFData"Pgo.string."*x509._Ctype_struct___CFData"@:*x509._Ctype_struct___CFData>type.*""._Ctype_struct___CFDatan60 runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."*x509._Ctype_struct___CFData"pPgo.weak.type.**""._Ctype_struct___CFData"runtime.zerovalue<type.""._Ctype_struct___CFDataBgo.string.hdr."x509._Ctype_UInt8" :go.string."x509._Ctype_UInt8":go.string."x509._Ctype_UInt8"0$x509._Ctype_UInt88go.string.hdr."_Ctype_UInt8" 0go.string."_Ctype_UInt8"0go.string."_Ctype_UInt8" _Ctype_UInt8(type.""._Ctype_UInt8R0@ runtime.algarray@runtime.gcbits.PBgo.string.hdr."x509._Ctype_UInt8"p*type.*""._Ctype_UInt8"runtime.zerovalue`(type.""._Ctype_UInt88go.string.hdr."_Ctype_UInt8""go.importpath."".(type.""._Ctype_UInt8Dgo.string.hdr."*x509._Ctype_UInt8" <go.string."*x509._Ctype_UInt8"<go.string."*x509._Ctype_UInt8"0&*x509._Ctype_UInt8*type.*""._Ctype_UInt860 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."*x509._Ctype_UInt8"p<go.weak.type.**""._Ctype_UInt8"runtime.zerovalue(type.""._Ctype_UInt8Hgo.string.hdr."*x509._Ctype_CFIndex" @go.string."*x509._Ctype_CFIndex"@go.string."*x509._Ctype_CFIndex"0**x509._Ctype_CFIndex.type.*""._Ctype_CFIndex]]60 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."*x509._Ctype_CFIndex"p@go.weak.type.**""._Ctype_CFIndex"runtime.zerovalue,type.""._Ctype_CFIndexFgo.string.hdr."x509._Ctype_CFIndex" >go.string."x509._Ctype_CFIndex">go.string."x509._Ctype_CFIndex"0(x509._Ctype_CFIndex<go.string.hdr."_Ctype_CFIndex" 4go.string."_Ctype_CFIndex"4go.string."_Ctype_CFIndex" _Ctype_CFIndex,type.""._Ctype_CFIndex+h0 runtime.algarray@runtime.gcbits.PFgo.string.hdr."x509._Ctype_CFIndex"p.type.*""._Ctype_CFIndex"runtime.zerovalue`,type.""._Ctype_CFIndex<go.string.hdr."_Ctype_CFIndex""go.importpath."".,type.""._Ctype_CFIndexLgo.string.hdr."*x509._Ctype_CFTypeRef" Dgo.string."*x509._Ctype_CFTypeRef"Dgo.string."*x509._Ctype_CFTypeRef"0.*x509._Ctype_CFTypeRef2type.*""._Ctype_CFTypeRef<60 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."*x509._Ctype_CFTypeRef"pDgo.weak.type.**""._Ctype_CFTypeRef"runtime.zerovalue0type.""._Ctype_CFTypeRefJgo.string.hdr."x509._Ctype_CFTypeRef" Bgo.string."x509._Ctype_CFTypeRef"Bgo.string."x509._Ctype_CFTypeRef"0,x509._Ctype_CFTypeRef@go.string.hdr."_Ctype_CFTypeRef" 8go.string."_Ctype_CFTypeRef"8go.string."_Ctype_CFTypeRef"0"_Ctype_CFTypeRef0type.""._Ctype_CFTypeRef;:0 runtime.algarray@"runtime.gcbits.01PJgo.string.hdr."x509._Ctype_CFTypeRef"p2type.*""._Ctype_CFTypeRef"runtime.zerovalue`0type.""._Ctype_CFTypeRef@go.string.hdr."_Ctype_CFTypeRef""go.importpath."".0type.""._Ctype_CFTypeRefBgo.string.hdr."*x509._Ctype_void" :go.string."*x509._Ctype_void":go.string."*x509._Ctype_void"0$*x509._Ctype_void(type.*""._Ctype_void:w60 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."*x509._Ctype_void"p:go.weak.type.**""._Ctype_void"runtime.zerovalue&type.""._Ctype_void@go.string.hdr."x509._Ctype_void" 8go.string."x509._Ctype_void"8go.string."x509._Ctype_void"0"x509._Ctype_void6go.string.hdr."_Ctype_void" .go.string."_Ctype_void".go.string."_Ctype_void" _Ctype_void&type.""._Ctype_voidM'0 runtime.algarray@runtime.gcbits.P@go.string.hdr."x509._Ctype_void"p(type.*""._Ctype_void"runtime.zerovaluetype.uint8type.[]uint8`&type.""._Ctype_void6go.string.hdr."_Ctype_void""go.importpath."".&type.""._Ctype_voidJgo.string.hdr."x509._Ctype_CFDataRef" Bgo.string."x509._Ctype_CFDataRef"Bgo.string."x509._Ctype_CFDataRef"0,x509._Ctype_CFDataRef@go.string.hdr."_Ctype_CFDataRef" 8go.string."_Ctype_CFDataRef"8go.string."_Ctype_CFDataRef"0"_Ctype_CFDataRef0type.""._Ctype_CFDataRef60 runtime.algarray@"runtime.gcbits.01PJgo.string.hdr."x509._Ctype_CFDataRef"pBgo.weak.type.*""._Ctype_CFDataRef"runtime.zerovalue<type.""._Ctype_struct___CFData`0type.""._Ctype_CFDataRef@go.string.hdr."_Ctype_CFDataRef""go.importpath."".0type.""._Ctype_CFDataRefLgo.string.hdr."*x509._Ctype_CFDataRef" Dgo.string."*x509._Ctype_CFDataRef"Dgo.string."*x509._Ctype_CFDataRef"0.*x509._Ctype_CFDataRef2type.*""._Ctype_CFDataRefF60 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."*x509._Ctype_CFDataRef"pDgo.weak.type.**""._Ctype_CFDataRef"runtime.zerovalue0type.""._Ctype_CFDataRef@go.string.hdr."*x509._Ctype_int" 8go.string."*x509._Ctype_int"8go.string."*x509._Ctype_int"0"*x509._Ctype_int&type.*""._Ctype_int~"60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*x509._Ctype_int"p8go.weak.type.**""._Ctype_int"runtime.zerovalue$type.""._Ctype_int>go.string.hdr."x509._Ctype_int" 6go.string."x509._Ctype_int"6go.string."x509._Ctype_int" x509._Ctype_int4go.string.hdr."_Ctype_int" 5624 ,go.string."_Ctype_int",go.string."_Ctype_int" _Ctype_int$type.""._Ctype_int0 runtime.algarray@runtime.gcbits.P>go.string.hdr."x509._Ctype_int"p&type.*""._Ctype_int"runtime.zerovalue`$type.""._Ctype_int4go.string.hdr."_Ctype_int""go.importpath."".$type.""._Ctype_intDgo.string.hdr."[]x509.rfc1423Algo" <go.string."[]x509.rfc1423Algo"<go.string."[]x509.rfc1423Algo"0&[]x509.rfc1423Algo*type.[]"".rfc1423AlgoO0 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."[]x509.rfc1423Algo"p<go.weak.type.*[]"".rfc1423Algo"runtime.zerovalue&type."".rfc1423Algo^go.typelink.[]x509.rfc1423Algo []"".rfc1423Algo*type.[]"".rfc1423AlgoTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals020fbb1d4892839a04e70deae280e24b((Tgclocals9c91d8a91ac42440a3d1507bc8d2e808((Xtype..hashfunc.struct { a string; b string }Ptype..hash.struct { a string; b string }Ttype..eqfunc.struct { a string; b string }Ltype..eq.struct { a string; b string }Ntype..alg.struct { a string; b string } Xtype..hashfunc.struct { a string; b string }Ttype..eqfunc.struct { a string; b string }"runtime.gcbits.05Zgo.string.hdr."struct { a string; b string }" Rgo.string."struct { a string; b string }"Rgo.string."struct { a string; b string }"@<struct { a string; b string }"go.string.hdr."a" go.string."a"go.string."a"a"go.string.hdr."b" go.string."b"go.string."b"bDtype.struct { a string; b string } LC0Ntype..alg.struct { a string; b string }@"runtime.gcbits.05PZgo.string.hdr."struct { a string; b string }"pVgo.weak.type.*struct { a string; b string }"runtime.zerovalueDtype.struct { a string; b string }"go.string.hdr."a""go.importpath."".type.string"go.string.hdr."b""go.importpath."".type.string^go.string.hdr."[]struct { a string; b string }" Vgo.string."[]struct { a string; b string }"Vgo.string."[]struct { a string; b string }"@@[]struct { a string; b string }Htype.[]struct { a string; b string }XY0 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."[]struct { a string; b string }"pZgo.weak.type.*[]struct { a string; b string }"runtime.zerovalueDtype.struct { a string; b string }go.typelink.[]struct { a string; b string } []struct { a string; b string }Htype.[]struct { a string; b string }Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals2c489610df219cf82b9c4717d28d68cc00Tgclocals42e7756549fd1f1e78e70fcb9f08dd2b00^type..hashfunc.[1]struct { a string; b string }Vtype..hash.[1]struct { a string; b string }Ztype..eqfunc.[1]struct { a string; b string }Rtype..eq.[1]struct { a string; b string }Ttype..alg.[1]struct { a string; b string } ^type..hashfunc.[1]struct { a string; b string }Ztype..eqfunc.[1]struct { a string; b string }`go.string.hdr."[1]struct { a string; b string }" Xgo.string."[1]struct { a string; b string }"Xgo.string."[1]struct { a string; b string }"PB[1]struct { a string; b string }Jtype.[1]struct { a string; b string } 80Ttype..alg.[1]struct { a string; b string }@"runtime.gcbits.05P`go.string.hdr."[1]struct { a string; b string }"p\go.weak.type.*[1]struct { a string; b string }"runtime.zerovalueDtype.struct { a string; b string }Htype.[]struct { a string; b string }go.typelink.[1]struct { a string; b string } [1]struct { a string; b string }Jtype.[1]struct { a string; b string }.runtime.gcbits.8aa2280a( 5628 Fgo.string.hdr."[5]x509.rfc1423Algo" >go.string."[5]x509.rfc1423Algo">go.string."[5]x509.rfc1423Algo"0([5]x509.rfc1423Algo,type.[5]"".rfc1423Algos%0 runtime.algarray@.runtime.gcbits.8aa2280aPFgo.string.hdr."[5]x509.rfc1423Algo"p>go.weak.type.*[5]"".rfc1423Algo"runtime.zerovalue&type."".rfc1423Algo*type.[]"".rfc1423Algobgo.typelink.[5]x509.rfc1423Algo [5]"".rfc1423Algo,type.[5]"".rfc1423Algo type..hashfunc56 8,runtime.memhash_varlentype..eqfunc56 8.runtime.memequal_varlentype..alg56 type..hashfunc56type..eqfunc56,go.string.hdr."[7]int" $go.string."[7]int"$go.string."[7]int"[7]inttype.[7]int8a0type..alg56@runtime.gcbits.P,go.string.hdr."[7]int"p(go.weak.type.*[7]int"runtime.zerovaluetype.inttype.[]int2go.typelink.[7]int [7]inttype.[7]int type..hashfunc48 0,runtime.memhash_varlentype..eqfunc48 0.runtime.memequal_varlentype..alg48 type..hashfunc48type..eqfunc48,go.string.hdr."[6]int" $go.string."[6]int"$go.string."[6]int"[6]inttype.[6]int0&j0type..alg48@runtime.gcbits.P,go.string.hdr."[6]int"p(go.weak.type.*[6]int"runtime.zerovaluetype.inttype.[]int2go.typelink.[6]int [6]inttype.[6]intBruntime.gcbits.822008822008822008 $"".hdr..gostring.7 |""..gostring.7""..gostring.7[12]struct { algo x509.SignatureAlgorithm; oid asn1.ObjectIdentifier; pubKeyAlgo x509.PublicKeyAlgorithm; hash crypto.Hash }type.[12]struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }@ ?Xjn0 runtime.algarray@Bruntime.gcbits.822008822008822008P$"".hdr..gostring.7pgo.weak.type.*[12]struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }"runtime.zerovaluetype.struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }type.[]struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }go.typelink.[12]struct { algo x509.SignatureAlgorithm; oid asn1.ObjectIdentifier; pubKeyAlgo x509.PublicKeyAlgorithm; hash crypto.Hash } [12]struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash }type.[12]struct { algo "".SignatureAlgorithm; oid encoding/asn1.ObjectIdentifier; pubKeyAlgo "".PublicKeyAlgorithm; hash crypto.Hash } type..hashfunc40 (,runtime.memhash_varlentype..eqfunc40 (.runtime.memequal_varlentype..alg40 type..hashfunc40type..eqfunc40,go.string.hdr."[5]int" $go.string."[5]int"$go.string."[5]int"[5]inttype.[5]int(U 5630 0type..alg40@runtime.gcbits.P,go.string.hdr."[5]int"p(go.weak.type.*[5]int"runtime.zerovaluetype.inttype.[]int2go.typelink.[5]int [5]inttype.[5]int type..hashfunc72 H,runtime.memhash_varlentype..eqfunc72 H.runtime.memequal_varlentype..alg72 type..hashfunc72type..eqfunc72,go.string.hdr."[9]int" $go.string."[9]int"$go.string."[9]int"[9]inttype.[9]intH/H 0type..alg72@runtime.gcbits.P,go.string.hdr."[9]int"p(go.weak.type.*[9]int"runtime.zerovaluetype.inttype.[]int2go.typelink.[9]int [9]inttype.[9]int type..hashfunc80 P,runtime.memhash_varlentype..eqfunc80 P.runtime.memequal_varlentype..alg80 type..hashfunc80type..eqfunc80.go.string.hdr."[10]int" &go.string."[10]int"&go.string."[10]int"[10]inttype.[10]intPH/ 5631 0type..alg80@runtime.gcbits.P.go.string.hdr."[10]int"p*go.weak.type.*[10]int"runtime.zerovaluetype.inttype.[]int6go.typelink.[10]int [10]inttype.[10]int6runtime.gcbits.222222222222""""""go.string.hdr."[12]struct { extKeyUsage x509.ExtKeyUsage; oid asn1.ObjectIdentifier }" Fgo.string."[12]struct { extKeyUsage x509.ExtKeyUsage; oid asn1.ObjectIdentifier }"go.string."[12]struct { extKeyUsage x509.ExtKeyUsage; oid asn1.ObjectIdentifier }"[12]struct { extKeyUsage x509.ExtKeyUsage; oid asn1.ObjectIdentifier }type.[12]struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier }p0 runtime.algarray@6runtime.gcbits.222222222222Pgo.string.hdr."[12]struct { extKeyUsage x509.ExtKeyUsage; oid asn1.ObjectIdentifier }"pgo.weak.type.*[12]struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier }"runtime.zerovaluetype.struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier }type.[]struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier }go.typelink.[12]struct { extKeyUsage x509.ExtKeyUsage; oid asn1.ObjectIdentifier } [12]struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier }type.[12]struct { extKeyUsage "".ExtKeyUsage; oid encoding/asn1.ObjectIdentifier }"type..hashfunc294 &,runtime.memhash_varlentype..eqfunc294 &.runtime.memequal_varlentype..alg294 "type..hashfunc294type..eqfunc2944go.string.hdr."[294]uint8" 5635 ,go.string."[294]uint8",go.string."[294]uint8" [294]uint8type.[294]uint8&e&0type..alg294@runtime.gcbits.P4go.string.hdr."[294]uint8"p0go.weak.type.*[294]uint8"runtime.zerovaluetype.uint8type.[]uint8Bgo.typelink.[294]uint8 [294]uint8type.[294]uint8,go.string.hdr."[4]int" $go.string."[4]int"$go.string."[4]int"[4]inttype.[4]int jW0type..alg32@runtime.gcbits.P,go.string.hdr."[4]int"p(go.weak.type.*[4]int"runtime.zerovaluetype.inttype.[]int2go.typelink.[4]int [4]inttype.[4]intBgo.string.hdr."*x509._Ctype_long" :go.string."*x509._Ctype_long":go.string."*x509._Ctype_long"0$*x509._Ctype_long(type.*""._Ctype_long360 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."*x509._Ctype_long"p:go.weak.type.**""._Ctype_long"runtime.zerovalue&type.""._Ctype_long@go.string.hdr."x509._Ctype_long" 8go.string."x509._Ctype_long"8go.string."x509._Ctype_long"0"x509._Ctype_long6go.string.hdr."_Ctype_long" .go.string."_Ctype_long".go.string."_Ctype_long" _Ctype_long&type.""._Ctype_long.0 runtime.algarray@runtime.gcbits.P@go.string.hdr."x509._Ctype_long"p(type.*""._Ctype_long"runtime.zerovalue`&type.""._Ctype_long6go.string.hdr."_Ctype_long""go.importpath."".&type.""._Ctype_longRgo.string.hdr."*x509._Ctype_unsignedchar" Jgo.string."*x509._Ctype_unsignedchar"Jgo.string."*x509._Ctype_unsignedchar"@4*x509._Ctype_unsignedchar8type.*""._Ctype_unsignedchar60 runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."*x509._Ctype_unsignedchar"pJgo.weak.type.**""._Ctype_unsignedchar"runtime.zerovalue6type.""._Ctype_unsignedcharPgo.string.hdr."x509._Ctype_unsignedchar" Hgo.string."x509._Ctype_unsignedchar"Hgo.string."x509._Ctype_unsignedchar"@2x509._Ctype_unsignedcharFgo.string.hdr."_Ctype_unsignedchar" >go.string."_Ctype_unsignedchar">go.string."_Ctype_unsignedchar"0(_Ctype_unsignedchar6type.""._Ctype_unsignedchar0@ runtime.algarray@runtime.gcbits.PPgo.string.hdr."x509._Ctype_unsignedchar"p8type.*""._Ctype_unsignedchar"runtime.zerovalue`6type.""._Ctype_unsignedcharFgo.string.hdr."_Ctype_unsignedchar""go.importpath."".6type.""._Ctype_unsignedchar4go.string.hdr."*[8]string" 5639 ,go.string."*[8]string",go.string."*[8]string" *[8]stringtype.*[8]stringo60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[8]string"p0go.weak.type.**[8]string"runtime.zerovaluetype.[8]string\go.string.hdr."*struct { a string; b string }" Tgo.string."*struct { a string; b string }"Tgo.string."*struct { a string; b string }"@>*struct { a string; b string }Ftype.*struct { a string; b string } 60 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."*struct { a string; b string }"pXgo.weak.type.**struct { a string; b string }"runtime.zerovalueDtype.struct { a string; b string }bgo.string.hdr."*[1]struct { a string; b string }" !Zgo.string."*[1]struct { a string; b string }"Zgo.string."*[1]struct { a string; b string }"PD*[1]struct { a string; b string }Ltype.*[1]struct { a string; b string }60 runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."*[1]struct { a string; b string }"p^go.weak.type.**[1]struct { a string; b string }"runtime.zerovalueJtype.[1]struct { a string; b string },go.string.hdr."unsafe" $go.string."unsafe"$go.string."unsafe"unsafe*go.importpath.unsafe. $go.string."unsafe".go.string.hdr."runtime" &go.string."runtime"&go.string."runtime"runtime,go.importpath.runtime. &go.string."runtime"8go.string.hdr."encoding/pem" 0go.string."encoding/pem"0go.string."encoding/pem" encoding/pem6go.importpath.encoding/pem. 0go.string."encoding/pem"*go.string.hdr."bytes" "go.string."bytes""go.string."bytes"bytes(go.importpath.bytes. "go.string."bytes",go.string.hdr."errors" $go.string."errors"$go.string."errors"errors*go.importpath.errors. $go.string."errors"$go.string.hdr."io" go.string."io"go.string."io"io"go.importpath.io. go.string."io".go.string.hdr."strings" &go.string."strings"&go.string."strings"strings,go.importpath.strings. &go.string."strings"4go.string.hdr."crypto/aes" 5647 ,go.string."crypto/aes",go.string."crypto/aes" crypto/aes2go.importpath.crypto/aes. 5648 ,go.string."crypto/aes":go.string.hdr."crypto/cipher" 2go.string."crypto/cipher"2go.string."crypto/cipher" crypto/cipher8go.importpath.crypto/cipher. 2go.string."crypto/cipher".go.string.hdr."strconv" &go.string."strconv"&go.string."strconv"strconv,go.importpath.strconv. &go.string."strconv"4go.string.hdr."crypto/des" 5651 ,go.string."crypto/des",go.string."crypto/des" crypto/des2go.importpath.crypto/des. 5652 ,go.string."crypto/des"4go.string.hdr."crypto/md5" 5653 ,go.string."crypto/md5",go.string."crypto/md5" crypto/md52go.importpath.crypto/md5. 5654 ,go.string."crypto/md5",go.string.hdr."crypto" $go.string."crypto"$go.string."crypto"crypto*go.importpath.crypto. $go.string."crypto"8go.string.hdr."encoding/hex" 0go.string."encoding/hex"0go.string."encoding/hex" encoding/hex6go.importpath.encoding/hex. 0go.string."encoding/hex"&go.string.hdr."fmt" go.string."fmt"go.string."fmt"fmt$go.importpath.fmt. go.string."fmt"(go.string.hdr."sync" go.string."sync" go.string."sync" 5657 sync&go.importpath.sync. go.string."sync"8go.string.hdr."unicode/utf8" 0go.string."unicode/utf8"0go.string."unicode/utf8" unicode/utf86go.importpath.unicode/utf8. 0go.string."unicode/utf8"4go.string.hdr."crypto/rsa" 5660 ,go.string."crypto/rsa",go.string."crypto/rsa" crypto/rsa2go.importpath.crypto/rsa. 5661 ,go.string."crypto/rsa"0go.string.hdr."math/big" (go.string."math/big"(go.string."math/big" math/big.go.importpath.math/big. (go.string."math/big":go.string.hdr."encoding/asn1" 2go.string."encoding/asn1"2go.string."encoding/asn1" encoding/asn18go.importpath.encoding/asn1. 2go.string."encoding/asn1"(go.string.hdr."time" go.string."time" go.string."time" 5664 time&go.importpath.time. go.string."time"@go.string.hdr."crypto/x509/pkix" 8go.string."crypto/x509/pkix"8go.string."crypto/x509/pkix"0"crypto/x509/pkix>go.importpath.crypto/x509/pkix. 8go.string."crypto/x509/pkix".go.string.hdr."os/exec" &go.string."os/exec"&go.string."os/exec"os/exec,go.importpath.os/exec. &go.string."os/exec".go.string.hdr."syscall" &go.string."syscall"&go.string."syscall"syscall,go.importpath.syscall. &go.string."syscall"8go.string.hdr."crypto/ecdsa" 0go.string."crypto/ecdsa"0go.string."crypto/ecdsa" crypto/ecdsa6go.importpath.crypto/ecdsa. 0go.string."crypto/ecdsa">go.string.hdr."crypto/elliptic" 6go.string."crypto/elliptic"6go.string."crypto/elliptic" crypto/elliptic<go.importpath.crypto/elliptic. 6go.string."crypto/elliptic":go.string.hdr."crypto/sha512" 2go.string."crypto/sha512"2go.string."crypto/sha512" crypto/sha5128go.importpath.crypto/sha512. 2go.string."crypto/sha512"&go.string.hdr."net" go.string."net"go.string."net"net$go.importpath.net. go.string."net"6go.string.hdr."runtime/cgo" .go.string."runtime/cgo".go.string."runtime/cgo" runtime/cgo4go.importpath.runtime/cgo. .go.string."runtime/cgo"4go.string.hdr."crypto/dsa" 5671 ,go.string."crypto/dsa",go.string."crypto/dsa" crypto/dsa2go.importpath.crypto/dsa. 5672 ,go.string."crypto/dsa"6go.string.hdr."crypto/sha1" .go.string."crypto/sha1".go.string."crypto/sha1" crypto/sha14go.importpath.crypto/sha1. .go.string."crypto/sha1":go.string.hdr."crypto/sha256" 2go.string."crypto/sha256"2go.string."crypto/sha256" crypto/sha2568go.importpath.crypto/sha256. 2go.string."crypto/sha256".type..hash.[8]stringf(type..hash.[8]string*type..eq.[8]stringf$type..eq.[8]string<"".(*rfc1423Algo).deriveKeyf6"".(*rfc1423Algo).deriveKey:type..hash.[1]interface {}f4type..hash.[1]interface {}6type..eq.[1]interface {}f0type..eq.[1]interface {}.type..hash.[4]stringf(type..hash.[4]string*type..eq.[4]stringf$type..eq.[4]stringL"".(*CertificateInvalidError).ErrorfF"".(*CertificateInvalidError).Error<type..hash."".HostnameErrorf6type..hash."".HostnameError8type..eq."".HostnameErrorf2type..eq."".HostnameError8"".(*HostnameError).Errorf2"".(*HostnameError).ErrorLtype..hash."".UnknownAuthorityErrorfFtype..hash."".UnknownAuthorityErrorHtype..eq."".UnknownAuthorityErrorfBtype..eq."".UnknownAuthorityErrorH"".(*UnknownAuthorityError).ErrorfB"".(*UnknownAuthorityError).Error:type..hash.[2]interface {}f4type..hash.[2]interface {}6type..eq.[2]interface {}f0type..eq.[2]interface {}R"".(*UnhandledCriticalExtension).ErrorfL"".(*UnhandledCriticalExtension).Error>"".(*SystemRootsError).Errorf8"".(*SystemRootsError).ErrorN"".(*ConstraintViolationError).ErrorfH"".(*ConstraintViolationError).ErrorBtype..hash."".basicConstraintsf<type..hash."".basicConstraints>type..eq."".basicConstraintsf8type..eq."".basicConstraints2type..hash."".validityf,type..hash."".validity.type..eq."".validityf(type..eq."".validityVtype..hash.struct { a string; b string }fPtype..hash.struct { a string; b string }Rtype..eq.struct { a string; b string }fLtype..eq.struct { a string; b string }\type..hash.[1]struct { a string; b string }fVtype..hash.[1]struct { a string; b string }Xtype..eq.[1]struct { a string; b string }fRtype..eq.[1]struct { a string; b string }"runtime.zerovalue0go13ld_all.o 0 0 0 644 3272 ` 5677 ` 8hh__text__TEXT__eh_frame__TEXT__compact_unwind__LDhPx/h `)xUHAWAVAUATSHHAHHEH}H]HH81IH}HuLmE1HEH}LHtL 1HMu1H}Ht(IH}LLHH}ID9uH}HEL E1DH[A\A]A^A_]fffff.UHAWAVSPHIH;IL)HL<H[A^A_]UHAWAVSPHIH;IL)HL<H[A^A_]UHH?]UHAWAVSPHIH;AL)HD<H[A^A_]zRx,AC M$?AC F$?AC F$ AC $?AC F@@?*-*-&-)-(-+-%-Y$-M'-C.=0,-1--)(---q--i)-^--*------\ ^ L\LP^P t\tx^x!\^"\^# @!`"#d4dKf9W.$$N.$$@N@.P,$P$@N@.U$$N.x$$?N?d(Px 5693 P3V}3D /buildbot/tmp/go-build058728352/crypto/x509/_obj/root_cgo_darwin.cgo2.c/buildbot/tmp/go-build058728352/crypto/x509/_obj/root_cgo_darwin.cgo2.o_FetchPEMRoots/Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/crypto/x509/root_cgo_darwin.go__cgo_bae5fb7653b8_Cfunc_CFDataGetBytePtr__cgo_bae5fb7653b8_Cfunc_CFDataGetLength__cgo_bae5fb7653b8_Cfunc_CFRelease__cgo_bae5fb7653b8_Cfunc_FetchPEMRootsEH_Frame1func.ehfunc.ehfunc.ehfunc.ehfunc.eh_FetchPEMRoots__cgo_bae5fb7653b8_Cfunc_CFDataGetBytePtr__cgo_bae5fb7653b8_Cfunc_CFDataGetLength__cgo_bae5fb7653b8_Cfunc_CFRelease__cgo_bae5fb7653b8_Cfunc_FetchPEMRoots_CFArrayGetCount_CFArrayGetValueAtIndex_CFDataAppendBytes_CFDataCreateMutable_CFDataGetBytePtr_CFDataGetLength_CFRelease_SecKeychainItemExport_SecTrustCopyAnchorCertificates__cgo_topofstack_kCFAllocatorDefault