HomeSort by relevance Sort by last modified time
    Searched refs:Issuer (Results 1 - 17 of 17) sorted by null

  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptPkcs7Verify.c 471 X509 *Issuer;
561 // Found the issuer of the current certificate
564 Issuer = NULL;
568 Issuer = TempCert;
572 if (Issuer != NULL) {
573 if (!sk_X509_push (CertCtx.chain, Issuer)) {
576 (VOID)sk_X509_delete_ptr (CertCtx.untrusted, Issuer);
578 Cert = Issuer;
  /external/curl/tests/
stunnel.pem 65 Issuer: C=SE, ST=Solna, L=Mooo, O=Haxx, OU=Coolx, CN=storbror, CN=localhost
  /prebuilts/go/darwin-x86/src/crypto/x509/pkix/
pkix.go 261 Issuer RDNSequence
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_cgo_darwin.go 170 // We only want to add Root CAs, so make sure Subject and Issuer Name match
x509.go 139 Issuer asn1.RawValue
638 RawIssuer []byte // DER encoded Issuer
648 Issuer pkix.Name
    [all...]
verify_test.go 256 // The issuer name in the leaf doesn't exactly match the
    [all...]
x509_test.go 665 if cert.Issuer.CommonName != commonName {
666 t.Errorf("%s: issuer wasn't correctly copied from the template. Got %s, want %s", test.name, cert.Issuer.CommonName, commonName)
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/pkix/
pkix.go 261 Issuer RDNSequence
  /prebuilts/go/linux-x86/src/crypto/x509/
root_cgo_darwin.go 170 // We only want to add Root CAs, so make sure Subject and Issuer Name match
x509.go 139 Issuer asn1.RawValue
638 RawIssuer []byte // DER encoded Issuer
648 Issuer pkix.Name
    [all...]
verify_test.go 256 // The issuer name in the leaf doesn't exactly match the
    [all...]
x509_test.go 665 if cert.Issuer.CommonName != commonName {
666 t.Errorf("%s: issuer wasn't correctly copied from the template. Got %s, want %s", test.name, cert.Issuer.CommonName, commonName)
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/asn1/
asn1_test.go 529 Issuer RDNSequence
641 Issuer: RDNSequence{
    [all...]
  /prebuilts/go/linux-x86/src/encoding/asn1/
asn1_test.go 529 Issuer RDNSequence
641 Issuer: RDNSequence{
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincrypt.h     [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_client.go 782 // Issuer is in certReq.certificateAuthorities
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_client.go 782 // Issuer is in certReq.certificateAuthorities

Completed in 664 milliseconds