Searched refs:tbsCertificate (Results 1 – 7 of 7) sorted by relevance
/external/scapy/doc/notebooks/tls/ |
D | notebook1_x509.ipynb | 171 "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",
|
D | notebook2_tls_protected.ipynb | 124 "x509c.tbsCertificate.extensions[2].show()"
|
/external/conscrypt/common/src/main/java/org/conscrypt/ct/ |
D | CertificateEntry.java | 77 …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/ |
D | CertificateEntry.java | 82 …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/ |
D | cert.py | 245 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/ |
D | x509asn1.c | 709 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/ |
D | x509.uts | 60 tbs = x.tbsCertificate
|