Home
last modified time | relevance | path

Searched refs:tbsCertificate (Results 1 – 7 of 7) sorted by relevance

/external/scapy/doc/notebooks/tls/
Dnotebook1_x509.ipynb171 "cert.tbsCertificate.subjectPublicKeyInfo.subjectPublicKey.show()\n",
172 "cert.tbsCertificate.subject[-1].rdn[0].show()"
184 "cert.tbsCertificate.subjectPublicKeyInfo.subjectPublicKey.modulus == privkey.modulus"
195 "cert.tbsCertificate.extensions[2].show()"
260 "privkey.sign(raw(cert.tbsCertificate))"
283 "cert.tbsCertificate.serialNumber.val = 0xdeadcafe\n",
284 "cert.tbsCertificate.subject[-1].rdn[0].value.val = 'my new deadcafe CA' \n",
Dnotebook2_tls_protected.ipynb124 "x509c.tbsCertificate.extensions[2].show()"
/external/conscrypt/common/src/main/java/org/conscrypt/ct/
DCertificateEntry.java77 …public static CertificateEntry createForPrecertificate(byte[] tbsCertificate, byte[] issuerKeyHash… in createForPrecertificate() argument
78 return new CertificateEntry(LogEntryType.PRECERT_ENTRY, tbsCertificate, issuerKeyHash); in createForPrecertificate()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ct/
DCertificateEntry.java82 …public static CertificateEntry createForPrecertificate(byte[] tbsCertificate, byte[] issuerKeyHash… in createForPrecertificate() argument
83 return new CertificateEntry(LogEntryType.PRECERT_ENTRY, tbsCertificate, issuerKeyHash); in createForPrecertificate()
/external/scapy/scapy/layers/tls/
Dcert.py245 tbsCert = cert.tbsCertificate
424 c.tbsCertificate = tbsCert
431 return self.signTBSCert(cert.tbsCertificate)
435 tbsCert = cert.tbsCertificate
565 tbsCert = cert.tbsCertificate
566 self.tbsCertificate = tbsCert
/external/curl/lib/
Dx509asn1.c709 curl_asn1Element tbsCertificate; in Curl_parseX509() local
724 beg = getASN1Element(&tbsCertificate, beg, end); in Curl_parseX509()
736 beg = tbsCertificate.beg; in Curl_parseX509()
737 end = tbsCertificate.end; in Curl_parseX509()
/external/scapy/test/
Dx509.uts60 tbs = x.tbsCertificate