Home
last modified time | relevance | path

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

1...<<21222324252627282930>>...50

/third_party/node/deps/openssl/openssl/apps/
H A Docsp.c59 static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert,
157 {"rcid", OPT_RCID, 's', "Use specified algorithm for cert id in response"},
199 {"cert", OPT_CERT, '<', "Certificate to check"},
230 X509 *issuer = NULL, *cert = NULL; in ocsp_main() local
439 X509_free(cert); in ocsp_main()
440 cert = load_cert(opt_arg(), FORMAT_UNDEF, "certificate"); in ocsp_main()
441 if (cert == NULL) in ocsp_main()
445 if (!add_ocsp_cert(&req, cert, cert_id_md, issuer, ids)) in ocsp_main()
517 "%s: Digest must be before -cert or -serial\n", in ocsp_main()
543 BIO_printf(bio_err, "%s: Digest must be before -cert o in ocsp_main()
903 add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, const EVP_MD *cert_id_md, X509 *issuer, STACK_OF(OCSP_CERTID) *ids) add_ocsp_cert() argument
[all...]
/third_party/openssl/apps/
H A Docsp.c59 static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert,
157 {"rcid", OPT_RCID, 's', "Use specified algorithm for cert id in response"},
199 {"cert", OPT_CERT, '<', "Certificate to check"},
230 X509 *issuer = NULL, *cert = NULL; in ocsp_main() local
439 X509_free(cert); in ocsp_main()
440 cert = load_cert(opt_arg(), FORMAT_UNDEF, "certificate"); in ocsp_main()
441 if (cert == NULL) in ocsp_main()
445 if (!add_ocsp_cert(&req, cert, cert_id_md, issuer, ids)) in ocsp_main()
517 "%s: Digest must be before -cert or -serial\n", in ocsp_main()
543 BIO_printf(bio_err, "%s: Digest must be before -cert o in ocsp_main()
903 add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, const EVP_MD *cert_id_md, X509 *issuer, STACK_OF(OCSP_CERTID) *ids) add_ocsp_cert() argument
[all...]
/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/include/
H A Dfs_hvb.h61 int FsHvbConstructVerityTarget(DmVerityTarget *target, const char *devName, struct hvb_cert *cert);
/third_party/node/test/parallel/
H A Dtest-http2-connect-tls-with-delay.js13 cert: fixtures.readKey('agent1-cert.pem')
H A Dtest-http2-socket-proxy-handler-for-has.js13 cert: fixtures.readKey('agent1-cert.pem')
26 ca: fixtures.readKey('agent1-cert.pem'),
H A Dtest-https-agent-disable-session-reuse.js16 cert: fixtures.readKey('agent1-cert.pem')
H A Dtest-https-agent.js34 cert: fixtures.readKey('agent1-cert.pem')
H A Dtest-https-client-get-url.js37 cert: fixtures.readKey('agent1-cert.pem')
H A Dtest-https-client-override-global-agent.js14 cert: fixtures.readKey('agent1-cert.pem')
H A Dtest-https-eof-for-eom.js42 cert: fixtures.readKey('agent1-cert.pem')
H A Dtest-https-close.js11 cert: fixtures.readKey('agent1-cert.pem')
H A Dtest-https-localaddress-bind-error.js34 cert: fixtures.readKey('agent1-cert.pem')
H A Dtest-https-localaddress.js37 cert: fixtures.readKey('agent1-cert.pem')
H A Dtest-tls-client-destroy-soon.js37 cert: fixtures.readKey('agent2-cert.pem')
H A Dtest-tls-cnnic-whitelist.js18 // agent6-cert.pem is signed by intermediate cert of ca3.
19 // The server has a cert chain of agent6->ca3->ca1(root) but
27 cert: loadPEM('agent6-cert')
H A Dtest-tls-connect-address-family.js16 cert: fixtures.readKey('agent1-cert.pem'),
H A Dtest-tls-close-event-after-write.js28 cert: fixtures.readKey('agent1-cert.pem')
H A Dtest-tls-delayed-attach.js43 cert: fixtures.readKey('agent1-cert.pem')
H A Dtest-tls-ecdh-auto.js24 cert: loadPEM('agent2-cert'),
H A Dtest-tls-ecdh.js39 cert: fixtures.readKey('agent2-cert.pem'),
H A Dtest-tls-fast-writing.js32 cert: fixtures.readKey('rsa_cert.crt'),
H A Dtest-tls-env-extra-ca.js28 cert: fixtures.readKey('agent1-cert.pem'),
39 NODE_EXTRA_CA_CERTS: fixtures.path('keys', 'ca1-cert.pem')
H A Dtest-tls-hello-parser-failure.js40 cert: fixtures.readKey('rsa_cert.crt')
/third_party/node/test/pummel/
H A Dtest-tls-server-large-request.js36 cert: fixtures.readKey('agent1-cert.pem'),
/foundation/communication/netstack/test/unittest/tls_test/server/
H A Dtls_socket_server_branch_test.cpp415 tlsSocketServer->GetCertificate([&callbackCalled](int32_t errorNumber, const TlsSocket::X509CertRawData &cert) { in HWTEST_F()
429 sockFd, [&callbackCalled](int32_t errorNumber, const TlsSocket::X509CertRawData &cert) { in HWTEST_F()
447 sockFd, [&callbackCalled, testLen](int32_t errorNumber, const TlsSocket::X509CertRawData &cert) { in HWTEST_F()
449 EXPECT_EQ(cert.data.Length(), testLen); in HWTEST_F()
466 sockFd, [&callbackCalled, testLen](int32_t errorNumber, const TlsSocket::X509CertRawData &cert) { in HWTEST_F()
468 EXPECT_EQ(cert.data.Length(), testLen); in HWTEST_F()
610 EXPECT_EQ(std::get<1>(result), "IP: 192.168.1.3 is not in the cert's list"); in HWTEST_F()

Completed in 10 milliseconds

1...<<21222324252627282930>>...50