Home
last modified time | relevance | path

Searched refs:Cert (Results 1 – 16 of 16) sorted by relevance

/external/scapy/test/
Dx509.uts49 ########### Cert class ##############################################
52 = Cert class : Importing DER encoded X.509 Certificate with RSA public key
56 = Cert class : Rebuild certificate
59 = Cert class : Version
63 = Cert class : Serial
66 = Cert class : Signature algorithm (as advertised by TBSCertificate)
70 = Cert class : Issuer structure
77 = Cert class : Issuer first attribute
80 = Cert class : Issuer string
83 = Cert class : Validity
[all …]
Dcert.uts1 # Cert extension - Regression Test Campaign
157 ########### Cert class ##############################################
159 + Cert class tests
161 = Cert class : Importing PEM-encoded X.509 Certificate
162 x = Cert("""
195 = Cert class : Checking version
198 = Cert class : Checking certificate serial number extraction
201 = Cert class : Checking signature algorithm
204 = Cert class : Checking issuer extraction in basic format (/C=FR ...)
207 = Cert class : Checking subject extraction in basic format (/C=FR ...)
[all …]
Dsslv2.uts69 assert(isinstance(sh.cert, Cert))
152 assert(isinstance(cc.certdata, Cert))
Dtls.uts861 assert(isinstance(srv_cert, Cert))
/external/scapy/scapy/layers/tls/
Dhandshake.py22 from scapy.layers.tls.cert import Cert, PrivKey, PubKey
526 lst.append((clen, Cert(m[3:3 + clen])))
534 if isinstance(i, Cert):
540 if isinstance(s, Cert):
548 if isinstance(i, Cert):
570 len_cert = (clen, Cert(m[3:3 + clen]))
578 if isinstance(i, Cert):
584 if isinstance(s, Cert):
Dautomaton.py16 from scapy.layers.tls.cert import Cert, PrivKey
65 self.mycert = Cert(mycert)
Dhandshake_sslv2.py14 from scapy.layers.tls.cert import Cert, PrivKey, PubKey
140 certdata = Cert(s[:l])
146 if isinstance(i, Cert):
151 if isinstance(i, Cert):
Dcert.py545 obj.__class__ = Cert
554 class Cert(six.with_metaclass(_CertMaker, object)): class
921 anchors = [Cert(c) for c in split_pem(ca_certs)]
931 untrusted = [Cert(c) for c in split_pem(untrusted_certs)]
946 anchors.append(Cert(open(cafile).read()))
958 untrusted = [Cert(c) for c in split_pem(untrusted_certs)]
/external/autotest/client/site_tests/network_VPNConnect/
Dcontrol.l2tpipsec_cert7 PURPOSE = 'Verify shill correctly authenticates to an L2TP/IPSec Cert VPN'
/external/scapy/doc/notebooks/tls/
Dnotebook2_tls_protected.ipynb161 "# Then we retrieve the server's Cert and verify the signature\n",
/external/curl/tests/
Dstunnel.pem104 Netscape Cert Type:
/external/boringssl/src/crypto/obj/
Dobjects.txt790 netscape-cert-extension 1 : nsCertType : Netscape Cert Type
1115 set-attr 0 : setAttr-Cert
1120 setAttr-Cert 0 : set-rootKeyThumb
1121 setAttr-Cert 1 : set-addPolicy
/external/grpc-grpc/etc/
Droots.pem2275 …and Research Institutions RootCA 2011 O=Hellenic Academic and Research Institutions Cert. Authority
2276 …and Research Institutions RootCA 2011 O=Hellenic Academic and Research Institutions Cert. Authority
3669 …and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority
3670 …and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority
3712 …Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority
3713 …Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority
/external/grpc-grpc/src/android/test/interop/app/src/main/assets/
Droots.pem2275 …and Research Institutions RootCA 2011 O=Hellenic Academic and Research Institutions Cert. Authority
2276 …and Research Institutions RootCA 2011 O=Hellenic Academic and Research Institutions Cert. Authority
3702 …and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority
3703 …and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority
3745 …Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority
3746 …Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DCertPathReviewerMessages.properties523 # CA Cert CRL only contains user certificates
/external/python/cpython3/Misc/
DHISTORY3331 - Issue #17134: Finalize interface to Windows' certificate store. Cert and