Home
last modified time | relevance | path

Searched refs:ocsp_responses (Results 1 – 25 of 47) sorted by relevance

12

/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/certdb/mysql/migrations/
H A D001_CreateCertificates.sql16 CREATE TABLE ocsp_responses ( table
28 DROP TABLE ocsp_responses;
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/certdb/sqlite/migrations/
H A D001_CreateCertificates.sql16 CREATE TABLE ocsp_responses ( table
28 DROP TABLE ocsp_responses;
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/certdb/pg/migrations/
H A D001_CreateCertificates.sql16 CREATE TABLE ocsp_responses ( table
27 DROP TABLE ocsp_responses;
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/certdb/testdb/
H A Dtestdb.go16 TRUNCATE ocsp_responses;
39 DELETE FROM ocsp_responses;
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/certdb/sql/
H A Ddatabase_accessor.go47 INSERT INTO ocsp_responses (serial_number, authority_key_identifier, body, expiry)
51 UPDATE ocsp_responses
56 SELECT %s FROM ocsp_responses
60 SELECT %s FROM ocsp_responses
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/fuzzer/
H A Dtls_client.cpp81 const std::vector<std::shared_ptr<const Botan::OCSP::Response>>& ocsp_responses, in tls_verify_cert_chain() argument
90 Botan::TLS::Callbacks::tls_verify_cert_chain(cert_chain, ocsp_responses, in tls_verify_cert_chain()
H A Dtls_server.cpp180 const std::vector<std::shared_ptr<const Botan::OCSP::Response>>& ocsp_responses, in tls_verify_cert_chain() argument
189 Botan::TLS::Callbacks::tls_verify_cert_chain(cert_chain, ocsp_responses, in tls_verify_cert_chain()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/fuzzer/
H A Dtls_client.cpp81 const std::vector<std::shared_ptr<const Botan::OCSP::Response>>& ocsp_responses, in tls_verify_cert_chain() argument
90 Botan::TLS::Callbacks::tls_verify_cert_chain(cert_chain, ocsp_responses, in tls_verify_cert_chain()
H A Dtls_server.cpp180 const std::vector<std::shared_ptr<const Botan::OCSP::Response>>& ocsp_responses, in tls_verify_cert_chain() argument
189 Botan::TLS::Callbacks::tls_verify_cert_chain(cert_chain, ocsp_responses, in tls_verify_cert_chain()
/dports/security/botan2/Botan-2.18.2/src/fuzzer/
H A Dtls_client.cpp81 const std::vector<std::shared_ptr<const Botan::OCSP::Response>>& ocsp_responses, in tls_verify_cert_chain() argument
90 Botan::TLS::Callbacks::tls_verify_cert_chain(cert_chain, ocsp_responses, in tls_verify_cert_chain()
H A Dtls_server.cpp180 const std::vector<std::shared_ptr<const Botan::OCSP::Response>>& ocsp_responses, in tls_verify_cert_chain() argument
189 Botan::TLS::Callbacks::tls_verify_cert_chain(cert_chain, ocsp_responses, in tls_verify_cert_chain()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/x509/
H A Dx509path.cpp215 const std::vector<std::shared_ptr<const OCSP::Response>>& ocsp_responses, in check_ocsp() argument
232 if(i < ocsp_responses.size() && (ocsp_responses.at(i) != nullptr) in check_ocsp()
233 && (ocsp_responses.at(i)->status() == OCSP::Response_Status_Code::Successful)) in check_ocsp()
237 …Certificate_Status_Code ocsp_signature_status = ocsp_responses.at(i)->check_signature(trusted_cert… in check_ocsp()
242 …Certificate_Status_Code ocsp_status = ocsp_responses.at(i)->status_for(*ca, *subject, ref_time, ma… in check_ocsp()
421 std::vector<std::shared_ptr<const OCSP::Response>> ocsp_responses; in check_ocsp_online() local
425 ocsp_responses.push_back(ocsp_response_futures[i].get()); in check_ocsp_online()
428 return PKIX::check_ocsp(cert_path, ocsp_responses, trusted_certstores, ref_time, max_ocsp_age); in check_ocsp_online()
/dports/security/botan2/Botan-2.18.2/src/lib/x509/
H A Dx509path.cpp215 const std::vector<std::shared_ptr<const OCSP::Response>>& ocsp_responses, in check_ocsp() argument
232 if(i < ocsp_responses.size() && (ocsp_responses.at(i) != nullptr) in check_ocsp()
233 && (ocsp_responses.at(i)->status() == OCSP::Response_Status_Code::Successful)) in check_ocsp()
237 …Certificate_Status_Code ocsp_signature_status = ocsp_responses.at(i)->check_signature(trusted_cert… in check_ocsp()
242 …Certificate_Status_Code ocsp_status = ocsp_responses.at(i)->status_for(*ca, *subject, ref_time, ma… in check_ocsp()
421 std::vector<std::shared_ptr<const OCSP::Response>> ocsp_responses; in check_ocsp_online() local
425 ocsp_responses.push_back(ocsp_response_futures[i].get()); in check_ocsp_online()
428 return PKIX::check_ocsp(cert_path, ocsp_responses, trusted_certstores, ref_time, max_ocsp_age); in check_ocsp_online()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/x509/
H A Dx509path.cpp215 const std::vector<std::shared_ptr<const OCSP::Response>>& ocsp_responses, in check_ocsp() argument
232 if(i < ocsp_responses.size() && (ocsp_responses.at(i) != nullptr) in check_ocsp()
233 && (ocsp_responses.at(i)->status() == OCSP::Response_Status_Code::Successful)) in check_ocsp()
237 …Certificate_Status_Code ocsp_signature_status = ocsp_responses.at(i)->check_signature(trusted_cert… in check_ocsp()
242 …Certificate_Status_Code ocsp_status = ocsp_responses.at(i)->status_for(*ca, *subject, ref_time, ma… in check_ocsp()
421 std::vector<std::shared_ptr<const OCSP::Response>> ocsp_responses; in check_ocsp_online() local
425 ocsp_responses.push_back(ocsp_response_futures[i].get()); in check_ocsp_online()
428 return PKIX::check_ocsp(cert_path, ocsp_responses, trusted_certstores, ref_time, max_ocsp_age); in check_ocsp_online()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/test/spawned_test_server/
H A Dbase_test_server.cc227 if (!ocsp_responses.empty()) { in GetOCSPArgument()
229 for (size_t i = 0; i < ocsp_responses.size(); i++) { in GetOCSPArgument()
232 arg += OCSPStatusToString(ocsp_responses[i].status); in GetOCSPArgument()
246 if (!ocsp_responses.empty()) { in GetOCSPDateArgument()
248 for (size_t i = 0; i < ocsp_responses.size(); i++) { in GetOCSPDateArgument()
251 arg += OCSPDateToString(ocsp_responses[i].date); in GetOCSPDateArgument()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/tls/
H A Dtls_callbacks.cpp55 const std::vector<std::shared_ptr<const OCSP::Response>>& ocsp_responses, in tls_verify_cert_chain() argument
75 ocsp_responses); in tls_verify_cert_chain()
/dports/security/botan2/Botan-2.18.2/src/lib/tls/
H A Dtls_callbacks.cpp55 const std::vector<std::shared_ptr<const OCSP::Response>>& ocsp_responses, in tls_verify_cert_chain() argument
75 ocsp_responses); in tls_verify_cert_chain()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/tls/
H A Dtls_callbacks.cpp55 const std::vector<std::shared_ptr<const OCSP::Response>>& ocsp_responses, in tls_verify_cert_chain() argument
75 ocsp_responses); in tls_verify_cert_chain()
/dports/security/p5-openxpki/openxpki-3.16.1/config/contrib/sql/
H A Dschema-psql.sql386 CREATE TABLE ocsp_responses ( table
406 ALTER TABLE ONLY ocsp_responses
595 CREATE INDEX ocsp_responses_index ON ocsp_responses USING btree (identifier);
H A Dschema-oracle.sql292 DROP TABLE ocsp_responses CASCADE CONSTRAINTS;
294 CREATE TABLE ocsp_responses ( table
/dports/net-im/biboumi/biboumi-9.0/src/network/
H A Dtcp_socket_handler.cpp332 … const std::vector<std::shared_ptr<const Botan::OCSP::Response>>& ocsp_responses, in tls_verify_cert_chain() argument
345 …Botan::TLS::Callbacks::tls_verify_cert_chain(cert_chain, ocsp_responses, trusted_roots, usage, hos… in tls_verify_cert_chain()
H A Dtcp_socket_handler.hpp158 … const std::vector<std::shared_ptr<const Botan::OCSP::Response>>& ocsp_responses,
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/cli/ocsprefresh/
H A Docsprefresh.go18 var ocsprefreshUsageText = `cfssl ocsprefresh -- refreshes the ocsp_responses table
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/tls/asio/
H A Dasio_stream.h632 const std::vector<std::shared_ptr<const OCSP::Response>>& ocsp_responses, in tls_verify_cert_chain() argument
640 …m_stream.m_context.get_verify_callback()(cert_chain, ocsp_responses, trusted_roots, usage, hostnam… in tls_verify_cert_chain()
644 …Callbacks::tls_verify_cert_chain(cert_chain, ocsp_responses, trusted_roots, usage, hostname, polic… in tls_verify_cert_chain()
/dports/security/botan2/Botan-2.18.2/src/lib/tls/asio/
H A Dasio_stream.h632 const std::vector<std::shared_ptr<const OCSP::Response>>& ocsp_responses, in tls_verify_cert_chain() argument
640 …m_stream.m_context.get_verify_callback()(cert_chain, ocsp_responses, trusted_roots, usage, hostnam… in tls_verify_cert_chain()
644 …Callbacks::tls_verify_cert_chain(cert_chain, ocsp_responses, trusted_roots, usage, hostname, polic… in tls_verify_cert_chain()

12