Home
last modified time | relevance | path

Searched refs:AuthorityKeyId (Results 1 – 25 of 412) sorted by relevance

12345678910>>...17

/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/api/certadd/
H A Dinsert_test.go75 AuthorityKeyId: []byte{42, 42, 42, 42},
94 AuthorityKeyId: []byte{42, 42, 42, 42},
113 AuthorityKeyId: []byte{42, 42, 42, 43},
157 "authority_key_identifier": hex.EncodeToString(cert.AuthorityKeyId),
223 "authority_key_identifier": hex.EncodeToString(cert.AuthorityKeyId),
270 "authority_key_identifier": hex.EncodeToString(cert.AuthorityKeyId),
293 "authority_key_identifier": hex.EncodeToString(cert.AuthorityKeyId),
341 "authority_key_identifier": hex.EncodeToString(cert.AuthorityKeyId),
365 "authority_key_identifier": hex.EncodeToString(cert.AuthorityKeyId),
389 "authority_key_identifier": hex.EncodeToString(cert.AuthorityKeyId),
[all …]
/dports/sysutils/consul/consul-1.10.3/agent/connect/ca/
H A Dprovider_consul_test.go90 requireNotEncoded(t, parsed.AuthorityKeyId)
162 requireNotEncoded(t, parsed.AuthorityKeyId)
188 requireNotEncoded(t, parsed.AuthorityKeyId)
216 requireNotEncoded(t, parsed.AuthorityKeyId)
273 requireNotEncoded(t, newRoot.AuthorityKeyId)
288 requireNotEncoded(t, xc.AuthorityKeyId)
295 requireNotEncoded(t, oldRoot.AuthorityKeyId)
300 newRoot.SubjectKeyId, newRoot.AuthorityKeyId,
302 xc.SubjectKeyId, xc.AuthorityKeyId)
329 requireNotEncoded(t, cert.AuthorityKeyId)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/connect/ca/
H A Dprovider_consul_test.go90 requireNotEncoded(t, parsed.AuthorityKeyId)
162 requireNotEncoded(t, parsed.AuthorityKeyId)
188 requireNotEncoded(t, parsed.AuthorityKeyId)
216 requireNotEncoded(t, parsed.AuthorityKeyId)
273 requireNotEncoded(t, newRoot.AuthorityKeyId)
288 requireNotEncoded(t, xc.AuthorityKeyId)
295 requireNotEncoded(t, oldRoot.AuthorityKeyId)
300 newRoot.SubjectKeyId, newRoot.AuthorityKeyId,
302 xc.SubjectKeyId, xc.AuthorityKeyId)
329 requireNotEncoded(t, cert.AuthorityKeyId)
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/connect/ca/
H A Dprovider_consul_test.go90 requireNotEncoded(t, parsed.AuthorityKeyId)
162 requireNotEncoded(t, parsed.AuthorityKeyId)
188 requireNotEncoded(t, parsed.AuthorityKeyId)
216 requireNotEncoded(t, parsed.AuthorityKeyId)
273 requireNotEncoded(t, newRoot.AuthorityKeyId)
288 requireNotEncoded(t, xc.AuthorityKeyId)
295 requireNotEncoded(t, oldRoot.AuthorityKeyId)
300 newRoot.SubjectKeyId, newRoot.AuthorityKeyId,
302 xc.SubjectKeyId, xc.AuthorityKeyId)
329 requireNotEncoded(t, cert.AuthorityKeyId)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/connect/ca/
H A Dprovider_consul_test.go115 requireNotEncoded(t, parsed.AuthorityKeyId)
183 requireNotEncoded(t, parsed.AuthorityKeyId)
209 requireNotEncoded(t, parsed.AuthorityKeyId)
237 requireNotEncoded(t, parsed.AuthorityKeyId)
290 requireNotEncoded(t, newRoot.AuthorityKeyId)
305 requireNotEncoded(t, xc.AuthorityKeyId)
312 requireNotEncoded(t, oldRoot.AuthorityKeyId)
317 newRoot.SubjectKeyId, newRoot.AuthorityKeyId,
319 xc.SubjectKeyId, xc.AuthorityKeyId)
346 requireNotEncoded(t, cert.AuthorityKeyId)
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/connect/ca/
H A Dprovider_consul_test.go115 requireNotEncoded(t, parsed.AuthorityKeyId)
183 requireNotEncoded(t, parsed.AuthorityKeyId)
209 requireNotEncoded(t, parsed.AuthorityKeyId)
237 requireNotEncoded(t, parsed.AuthorityKeyId)
290 requireNotEncoded(t, newRoot.AuthorityKeyId)
305 requireNotEncoded(t, xc.AuthorityKeyId)
312 requireNotEncoded(t, oldRoot.AuthorityKeyId)
317 newRoot.SubjectKeyId, newRoot.AuthorityKeyId,
319 xc.SubjectKeyId, xc.AuthorityKeyId)
346 requireNotEncoded(t, cert.AuthorityKeyId)
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/builtin/credential/cert/
H A Dpath_login.go61 akid := base64.StdEncoding.EncodeToString(clientCerts[0].AuthorityKeyId)
76 "authority_key_id": certutil.GetOctalFormatted(clientCerts[0].AuthorityKeyId, ":"),
113 akid := base64.StdEncoding.EncodeToString(clientCerts[0].AuthorityKeyId)
185 ….Cmp(clientCert.SerialNumber) == 0 && bytes.Equal(tCert.AuthorityKeyId, clientCert.AuthorityKeyId)…
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/crypto/x509/
H A Dcert_pool.go137 kidMatch := bytes.Equal(candidate.SubjectKeyId, cert.AuthorityKeyId)
141 case (len(candidate.SubjectKeyId) == 0 && len(cert.AuthorityKeyId) > 0) ||
142 (len(candidate.SubjectKeyId) > 0 && len(cert.AuthorityKeyId) == 0):
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/crypto/x509/
H A Dcert_pool.go137 kidMatch := bytes.Equal(candidate.SubjectKeyId, cert.AuthorityKeyId)
141 case (len(candidate.SubjectKeyId) == 0 && len(cert.AuthorityKeyId) > 0) ||
142 (len(candidate.SubjectKeyId) > 0 && len(cert.AuthorityKeyId) == 0):
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/crypto/x509/
H A Dcert_pool.go137 kidMatch := bytes.Equal(candidate.SubjectKeyId, cert.AuthorityKeyId)
141 case (len(candidate.SubjectKeyId) == 0 && len(cert.AuthorityKeyId) > 0) ||
142 (len(candidate.SubjectKeyId) > 0 && len(cert.AuthorityKeyId) == 0):
/dports/lang/gcc11/gcc-11.2.0/libgo/go/crypto/x509/
H A Dcert_pool.go137 kidMatch := bytes.Equal(candidate.SubjectKeyId, cert.AuthorityKeyId)
141 case (len(candidate.SubjectKeyId) == 0 && len(cert.AuthorityKeyId) > 0) ||
142 (len(candidate.SubjectKeyId) > 0 && len(cert.AuthorityKeyId) == 0):
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/crypto/x509/
H A Dcert_pool.go137 kidMatch := bytes.Equal(candidate.SubjectKeyId, cert.AuthorityKeyId)
141 case (len(candidate.SubjectKeyId) == 0 && len(cert.AuthorityKeyId) > 0) ||
142 (len(candidate.SubjectKeyId) > 0 && len(cert.AuthorityKeyId) == 0):
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/api/revoke/
H A Drevoke_test.go145 AuthorityKeyId: []byte{42, 42, 42, 42},
169 AuthorityKeyId: []byte{42, 42, 42, 42},
181 revokedAKI := hex.EncodeToString(revokedTemplate.AuthorityKeyId)
194 AuthorityKeyId: []byte{42, 42, 42, 43},
/dports/lang/gcc48/gcc-4.8.5/libgo/go/crypto/x509/
H A Dcert_pool.go36 if len(cert.AuthorityKeyId) > 0 {
37 candidates = s.bySubjectKeyId[string(cert.AuthorityKeyId)]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/crypto/x509/
H A Dcert_pool.go36 if len(cert.AuthorityKeyId) > 0 {
37 candidates = s.bySubjectKeyId[string(cert.AuthorityKeyId)]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/crypto/x509/
H A Dcert_pool.go37 if len(cert.AuthorityKeyId) > 0 {
38 candidates = s.bySubjectKeyId[string(cert.AuthorityKeyId)]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency/go/x509/
H A Dcert_pool.go37 if len(cert.AuthorityKeyId) > 0 {
38 candidates = s.bySubjectKeyId[string(cert.AuthorityKeyId)]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency/go/x509/
H A Dcert_pool.go37 if len(cert.AuthorityKeyId) > 0 {
38 candidates = s.bySubjectKeyId[string(cert.AuthorityKeyId)]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/swarmkit/vendor/github.com/google/certificate-transparency/go/x509/
H A Dcert_pool.go37 if len(cert.AuthorityKeyId) > 0 {
38 candidates = s.bySubjectKeyId[string(cert.AuthorityKeyId)]
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/crypto/x509/
H A Dcert_pool.go37 if len(cert.AuthorityKeyId) > 0 {
38 candidates = s.bySubjectKeyId[string(cert.AuthorityKeyId)]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/crypto/x509/
H A Dcert_pool.go37 if len(cert.AuthorityKeyId) > 0 {
38 candidates = s.bySubjectKeyId[string(cert.AuthorityKeyId)]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency/go/x509/
H A Dcert_pool.go37 if len(cert.AuthorityKeyId) > 0 {
38 candidates = s.bySubjectKeyId[string(cert.AuthorityKeyId)]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/crypto/x509/
H A Dcert_pool.go37 if len(cert.AuthorityKeyId) > 0 {
38 candidates = s.bySubjectKeyId[string(cert.AuthorityKeyId)]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency/go/x509/
H A Dcert_pool.go37 if len(cert.AuthorityKeyId) > 0 {
38 candidates = s.bySubjectKeyId[string(cert.AuthorityKeyId)]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/crypto/x509/
H A Dcert_pool.go51 if len(cert.AuthorityKeyId) > 0 {
52 candidates = s.bySubjectKeyId[string(cert.AuthorityKeyId)]

12345678910>>...17