/external/conscrypt/common/src/test/java/org/conscrypt/ct/ |
D | CTVerifierTest.java | 84 byte[] ocspResponse = readTestFile("ocsp-response.der"); in test_verifySignedCertificateTimestamps_withOCSPResponse() 86 ctVerifier.verifySignedCertificateTimestamps(chain, null, ocspResponse); in test_verifySignedCertificateTimestamps_withOCSPResponse() 168 byte[] ocspResponse = new byte[] { 1, 2, 3, 4 }; in test_verifySignedCertificateTimestamps_withInvalidOCSPResponse() 171 ctVerifier.verifySignedCertificateTimestamps(chain, null, ocspResponse); in test_verifySignedCertificateTimestamps_withInvalidOCSPResponse() 181 byte[] ocspResponse = readTestFile("ocsp-response.der"); in test_verifySignedCertificateTimestamps_withMultipleTimestamps() 184 ctVerifier.verifySignedCertificateTimestamps(chain, tlsExtension, ocspResponse); in test_verifySignedCertificateTimestamps_withMultipleTimestamps()
|
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/ct/ |
D | CTVerifierTest.java | 88 byte[] ocspResponse = readTestFile("ocsp-response.der"); in test_verifySignedCertificateTimestamps_withOCSPResponse() 90 ctVerifier.verifySignedCertificateTimestamps(chain, null, ocspResponse); in test_verifySignedCertificateTimestamps_withOCSPResponse() 172 byte[] ocspResponse = new byte[] { 1, 2, 3, 4 }; in test_verifySignedCertificateTimestamps_withInvalidOCSPResponse() 175 ctVerifier.verifySignedCertificateTimestamps(chain, null, ocspResponse); in test_verifySignedCertificateTimestamps_withInvalidOCSPResponse() 185 byte[] ocspResponse = readTestFile("ocsp-response.der"); in test_verifySignedCertificateTimestamps_withMultipleTimestamps() 188 ctVerifier.verifySignedCertificateTimestamps(chain, tlsExtension, ocspResponse); in test_verifySignedCertificateTimestamps_withMultipleTimestamps()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | SSLParametersImpl.java | 96 byte[] ocspResponse; field in SSLParametersImpl 180 this.ocspResponse = in SSLParametersImpl() 181 (sslParams.ocspResponse == null) ? null : sslParams.ocspResponse.clone(); in SSLParametersImpl() 409 ocspResponse = response; in setOCSPResponse() 413 return ocspResponse; in getOCSPResponse()
|
D | NativeSsl.java | 352 if (parameters.ocspResponse != null) { in initialize() 353 NativeCrypto.SSL_set_ocsp_response(ssl, this, parameters.ocspResponse); in initialize()
|
D | NativeCrypto.java | 1288 …byte[] ocspResponse, String oid, long x509Ref, OpenSSLX509Certificate holder, long issuerX509Ref, … in get_ocsp_single_extension() argument
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | SSLParametersImpl.java | 98 byte[] ocspResponse; field in SSLParametersImpl 181 this.ocspResponse = in SSLParametersImpl() 182 (sslParams.ocspResponse == null) ? null : sslParams.ocspResponse.clone(); in SSLParametersImpl() 414 ocspResponse = response; in setOCSPResponse() 418 return ocspResponse; in getOCSPResponse()
|
D | NativeSsl.java | 353 if (parameters.ocspResponse != null) { in initialize() 354 NativeCrypto.SSL_set_ocsp_response(ssl, this, parameters.ocspResponse); in initialize()
|
D | NativeCrypto.java | 1335 …byte[] ocspResponse, String oid, long x509Ref, OpenSSLX509Certificate holder, long issuerX509Ref, … in get_ocsp_single_extension() argument
|
/external/python/pyasn1-modules/tools/ |
D | ocspclient.py | 99 def parseOcspResponse(ocspResponse): argument 100 responseStatus = ocspResponse.getComponentByName('responseStatus') 102 responseBytes = ocspResponse.getComponentByName('responseBytes')
|
/external/boringssl/src/ssl/test/runner/ |
D | handshake_client.go | 885 c.ocspResponse = hs.session.ocspResponse 967 if c.config.Bugs.NoOCSPStapling && cert.ocspResponse != nil { 975 …if i > 0 && c.config.Bugs.ExpectNoExtensionsOnIntermediate && (cert.ocspResponse != nil || cert.sc… 984 c.ocspResponse = certMsg.certificates[0].ocspResponse 1224 c.ocspResponse = cs.response 1706 c.ocspResponse = hs.session.ocspResponse 1763 ocspResponse: c.ocspResponse,
|
D | conn.go | 48 ocspResponse []byte // stapled OCSP response member 1589 ocspResponse: c.ocspResponse, 1867 return c.ocspResponse
|
D | handshake_messages.go | 1613 ocspResponse []byte member 1661 if cert.ocspResponse != nil { 1666 response.addBytes(cert.ocspResponse) 1720 !body.readU24LengthPrefixedBytes(&cert.ocspResponse) ||
|
D | common.go | 289 ocspResponse []byte member
|
D | handshake_server.go | 885 cert.ocspResponse = hs.cert.OCSPStaple 894 cert.ocspResponse = config.Bugs.SendOCSPOnIntermediates 1078 if cert.ocspResponse != nil || cert.sctList != nil {
|
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | ConscryptSocketTest.java | 309 byte[] ocspResponse; field in ConscryptSocketTest.ServerHooks 318 sslParameters.setOCSPResponse(ocspResponse); in createContext() 519 connection.serverHooks.ocspResponse = readTestFile("ocsp-response.der");
|
D | NativeCryptoTest.java | 3018 byte[] ocspResponse = readTestFile("ocsp-response.der"); in test_get_ocsp_single_extension() 3026 …ocspResponse, OCSP_SCT_LIST_OID, certificate.getContext(), certificate, issuer.getContext(), issue… in test_get_ocsp_single_extension()
|
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/ |
D | ConscryptSocketTest.java | 315 byte[] ocspResponse; field in ConscryptSocketTest.ServerHooks 324 sslParameters.setOCSPResponse(ocspResponse); in createContext() 525 connection.serverHooks.ocspResponse = readTestFile("ocsp-response.der");
|
D | NativeCryptoTest.java | 3026 byte[] ocspResponse = readTestFile("ocsp-response.der"); in test_get_ocsp_single_extension() 3034 …ocspResponse, OCSP_SCT_LIST_OID, certificate.getContext(), certificate, issuer.getContext(), issue… in test_get_ocsp_single_extension()
|