Home
last modified time | relevance | path

Searched refs:cert (Results 676 - 700 of 1020) sorted by relevance

1...<<21222324252627282930>>...41

/third_party/node/test/parallel/
H A Dtest-tls-inception.js36 cert: fixtures.readKey('rsa_cert.crt')
H A Dtest-tls-getprotocol.js32 cert: fixtures.readKey('agent2-cert.pem')
H A Dtest-tls-interleave.js34 cert: fixtures.readKey('rsa_cert.crt'),
H A Dtest-tls-max-send-fragment.js43 cert: fixtures.readKey('agent1-cert.pem')
H A Dtest-tls-server-parent-constructor-options.js16 cert: fixtures.readKey('agent1-cert.pem'),
H A Dtest-tls-set-encoding.js33 cert: fixtures.readKey('agent2-cert.pem')
H A Dtest-tls-write-error.js15 const server_cert = fixtures.readKey('agent1-cert.pem');
19 cert: server_cert,
H A Dtest-tls-wrap-timeout.js17 cert: fixtures.readKey('agent1-cert.pem')
H A Dtest-async-wrap-tlssocket-asyncreset.js14 cert: fixtures.readKey('agent1-cert.pem'),
15 ca: fixtures.readKey('ca1-cert.pem')
H A Dtest-https-agent-additional-options.js13 cert: fixtures.readKey('agent1-cert.pem'),
14 ca: fixtures.readKey('ca1-cert.pem'),
H A Dtest-https-client-renegotiation-limit.js53 cert: fixtures.readKey('rsa_cert.crt'),
/third_party/node/test/pummel/
H A Dtest-https-large-response.js33 cert: fixtures.readKey('agent1-cert.pem'),
H A Dtest-tls-throttle.js40 cert: fixtures.readKey('agent2-cert.pem'),
/third_party/node/test/addons/openssl-client-cert-engine/
H A Dtest.js15 common.skip('no client cert engine');
21 const agentCert = fs.readFileSync(fixture.path('/keys/agent1-cert.pem'));
22 const agentCa = fs.readFileSync(fixture.path('/keys/ca1-cert.pem'));
26 cert: agentCert,
41 clientCertEngine: engine, // `engine` will provide key+cert
/third_party/node/test/async-hooks/
H A Dtest-graph.tls-write.js23 cert: fixtures.readKey('rsa_cert.crt'),
/third_party/node/benchmark/tls/
H A Dtls-connect.js22 cert: fixtures.readKey('rsa_cert.crt'),
H A Dthroughput-c2s.js34 cert: fixtures.readKey('rsa_cert.crt'),
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dcms.rs60 cert: *mut X509, in CMS_decrypt()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dhttp-utils.h58 int (*cb)(void *ctx, struct http_cert *cert),
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dhttp-utils.h58 int (*cb)(void *ctx, struct http_cert *cert),
/third_party/node/deps/openssl/openssl/fuzz/
H A Dserver.c527 X509 *cert; in FuzzerTestOneInput() local
562 cert = d2i_X509(NULL, &bufp, sizeof(kCertificateDER)); in FuzzerTestOneInput()
563 OPENSSL_assert(cert != NULL); in FuzzerTestOneInput()
564 ret = SSL_CTX_use_certificate(ctx, cert); in FuzzerTestOneInput()
566 X509_free(cert); in FuzzerTestOneInput()
585 cert = PEM_read_bio_X509(bio_buf, NULL, NULL, NULL); in FuzzerTestOneInput()
586 OPENSSL_assert(cert != NULL); in FuzzerTestOneInput()
588 ret = SSL_CTX_use_certificate(ctx, cert); in FuzzerTestOneInput()
590 X509_free(cert); in FuzzerTestOneInput()
609 cert in FuzzerTestOneInput()
[all...]
/third_party/openssl/fuzz/
H A Dserver.c527 X509 *cert; in FuzzerTestOneInput() local
562 cert = d2i_X509(NULL, &bufp, sizeof(kCertificateDER)); in FuzzerTestOneInput()
563 OPENSSL_assert(cert != NULL); in FuzzerTestOneInput()
564 ret = SSL_CTX_use_certificate(ctx, cert); in FuzzerTestOneInput()
566 X509_free(cert); in FuzzerTestOneInput()
585 cert = PEM_read_bio_X509(bio_buf, NULL, NULL, NULL); in FuzzerTestOneInput()
586 OPENSSL_assert(cert != NULL); in FuzzerTestOneInput()
588 ret = SSL_CTX_use_certificate(ctx, cert); in FuzzerTestOneInput()
590 X509_free(cert); in FuzzerTestOneInput()
609 cert in FuzzerTestOneInput()
[all...]
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dts.h424 # define TS_VERIFY_CTS_set_certs(ctx, cert) TS_VERIFY_CTX_set_certs(ctx,cert)
477 const char *cert, TS_RESP_CTX *ctx);
/third_party/openssl/include/openssl/
H A Dts.h424 # define TS_VERIFY_CTS_set_certs(ctx, cert) TS_VERIFY_CTX_set_certs(ctx,cert)
477 const char *cert, TS_RESP_CTX *ctx);
/third_party/python/Modules/
H A D_ssl.c477 /* verify code for cert validation error */ in fill_and_set_sslerror()
1755 #include "_ssl/cert.c"
1770 BIO *cert; in _ssl__test_decode_cert_impl() local
1773 if ((cert=BIO_new(BIO_s_file())) == NULL) { in _ssl__test_decode_cert_impl()
1779 if (BIO_read_filename(cert, PyBytes_AsString(path)) <= 0) { in _ssl__test_decode_cert_impl()
1785 x = PEM_read_bio_X509(cert, NULL, NULL, NULL); in _ssl__test_decode_cert_impl()
1797 if (cert != NULL) BIO_free(cert); in _ssl__test_decode_cert_impl()
1836 /* return cert in DER-encoded format */ in _ssl__SSLSocket_getpeercert_impl()
1886 /* OpenSSL does not include peer cert fo in _ssl__SSLSocket_get_unverified_chain_impl()
3978 X509 *cert = NULL; _add_ca_certs() local
4663 X509 *cert; _ssl__SSLContext_get_ca_certs_impl() local
5554 PyObject *keyusage = NULL, *cert = NULL, *enc = NULL, *tup = NULL; _ssl_enum_certificates_impl() local
[all...]

Completed in 12 milliseconds

1...<<21222324252627282930>>...41