Home
last modified time | relevance | path

Searched refs:checkCert (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DOcspClientBouncyCastle.java87 private X509Certificate checkCert; field in OcspClientBouncyCastle
97 public OcspClientBouncyCastle(X509Certificate checkCert, X509Certificate rootCert, String url) { in OcspClientBouncyCastle() argument
98 this.checkCert = checkCert; in OcspClientBouncyCastle()
141 OCSPReq request = generateOCSPRequest(rootCert, checkCert.getSerialNumber()); in getEncoded()
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/checks/
H A Dmain.c14 int GWENHYWFAR_CB checkCert(GWEN_UNUSED GWEN_GUI *gui, in checkCert() function
31 GWEN_Gui_SetCheckCertFn(gui, checkCert); in main()
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/checks/
H A Dmain.c14 int GWENHYWFAR_CB checkCert(GWEN_UNUSED GWEN_GUI *gui, in checkCert() function
31 GWEN_Gui_SetCheckCertFn(gui, checkCert); in main()
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/checks/
H A Dmain.c14 int GWENHYWFAR_CB checkCert(GWEN_UNUSED GWEN_GUI *gui, in checkCert() function
31 GWEN_Gui_SetCheckCertFn(gui, checkCert); in main()
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/checks/
H A Dmain.c14 int GWENHYWFAR_CB checkCert(GWEN_UNUSED GWEN_GUI *gui, in checkCert() function
31 GWEN_Gui_SetCheckCertFn(gui, checkCert); in main()
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/checks/
H A Dmain.c14 int GWENHYWFAR_CB checkCert(GWEN_UNUSED GWEN_GUI *gui, in checkCert() function
31 GWEN_Gui_SetCheckCertFn(gui, checkCert); in main()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/cygnal/libnet/
H A Dsslclient.cpp320 checkCert(hostname); in sslConnect()
328 SSLClient::checkCert() in checkCert() function in gnash::SSLClient
331 return checkCert(_hostname); in checkCert()
335 SSLClient::checkCert(std::string &hostname) in checkCert() function in gnash::SSLClient
H A Dsslclient.h103 bool checkCert();
104 bool checkCert(std::string &hostname);
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/modules/
H A DCertUtils.jsm5 this.EXPORTED_SYMBOLS = [ "BadCertHandler", "checkCert", "readCertPrefs", "validateCert" ];
16 * array can be passed to validateCert or checkCert to validate that a
140 this.checkCert =
141 function checkCert(aChannel, aAllowNonBuiltInCerts, aCerts) {
202 // Don't call checkCert for internal redirects. See bug 569648.
204 checkCert(oldChannel);
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/modules/
H A DCertUtils.jsm13 * array can be passed to validateCert or checkCert to validate that a
148 function checkCert(aChannel, aAllowNonBuiltInCerts, aCerts) {
209 // Don't call checkCert for internal redirects. See bug 569648.
211 checkCert(oldChannel);
231 checkCert,
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/modules/
H A DCertUtils.jsm5 var EXPORTED_SYMBOLS = [ "BadCertHandler", "checkCert", "readCertPrefs", "validateCert" ];
13 * array can be passed to validateCert or checkCert to validate that a
135 function checkCert(aChannel, aAllowNonBuiltInCerts, aCerts) {
189 // Don't call checkCert for internal redirects. See bug 569648.
191 checkCert(oldChannel);
/dports/www/firefox/firefox-99.0/toolkit/modules/
H A DCertUtils.jsm13 * array can be passed to validateCert or checkCert to validate that a
148 function checkCert(aChannel, aAllowNonBuiltInCerts, aCerts) {
209 // Don't call checkCert for internal redirects. See bug 569648.
211 checkCert(oldChannel);
231 checkCert,
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/modules/
H A DCertUtils.jsm13 * array can be passed to validateCert or checkCert to validate that a
148 function checkCert(aChannel, aAllowNonBuiltInCerts, aCerts) {
209 // Don't call checkCert for internal redirects. See bug 569648.
211 checkCert(oldChannel);
231 checkCert,
/dports/www/firefox-esr/firefox-91.8.0/toolkit/modules/
H A DCertUtils.jsm13 * array can be passed to validateCert or checkCert to validate that a
148 function checkCert(aChannel, aAllowNonBuiltInCerts, aCerts) {
209 // Don't call checkCert for internal redirects. See bug 569648.
211 checkCert(oldChannel);
231 checkCert,
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/libmachine/check/
H A Dcheck.go63 if err := checkCert(u.Host, authOptions); err != nil {
79 func checkCert(hostURL string, authOptions *auth.Options) error { func
/dports/sysutils/docker-machine/machine-0.16.2/libmachine/check/
H A Dcheck.go63 if err := checkCert(u.Host, authOptions); err != nil {
79 func checkCert(hostURL string, authOptions *auth.Options) error { func
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/vendor/github.com/coreos/etcd/pkg/transport/
H A Dlistener_tls.go123 if cerr := checkCert(ctx, cert, addr); cerr != nil {
137 func checkCert(ctx context.Context, cert *x509.Certificate, remoteAddr string) error { func
/dports/devel/ice37/ice-3.7.2/csharp/test/IceSSL/configuration/
H A DTest.ice13 void checkCert(string subjectDN, string issuerDN);
/dports/devel/php-ice37/ice-3.7.2/csharp/test/IceSSL/configuration/
H A DTest.ice13 void checkCert(string subjectDN, string issuerDN);
/dports/devel/php-ice37/ice-3.7.2/cpp/test/IceSSL/configuration/
H A DTest.ice13 void checkCert(string subjectDN, string issuerDN);
/dports/devel/ice37/ice-3.7.2/cpp/test/IceSSL/configuration/
H A DTest.ice13 void checkCert(string subjectDN, string issuerDN);
/dports/devel/py-ice37/ice-3.7.2/csharp/test/IceSSL/configuration/
H A DTest.ice13 void checkCert(string subjectDN, string issuerDN);
/dports/devel/py-ice37/ice-3.7.2/cpp/test/IceSSL/configuration/
H A DTest.ice13 void checkCert(string subjectDN, string issuerDN);
/dports/devel/php-ice37/ice-3.7.2/java/test/src/main/java/test/IceSSL/configuration/
H A DTest.ice14 void checkCert(string subjectDN, string issuerDN);
/dports/devel/php-ice37/ice-3.7.2/java-compat/test/src/main/java/test/IceSSL/configuration/
H A DTest.ice14 void checkCert(string subjectDN, string issuerDN);

123456789