Home
last modified time | relevance | path

Searched refs:certs (Results 1 – 25 of 17725) sorted by last modified time

12345678910>>...709

/dports/www/chromium-legacy/chromium-88.0.4324.182/net/cert/
H A Dtest_root_certs.h120 explicit ScopedTestRoot(CertificateList certs);
128 void Reset(CertificateList certs);
H A Dcert_verify_proc.cc479 base::Value certs(base::Value::Type::LIST); in CertVerifyParams() local
485 certs.Append(std::move(pem_encoded)); in CertVerifyParams()
488 dict.SetKey("additional_trust_anchors", std::move(certs)); in CertVerifyParams()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/
H A DBUILD.gn3551 "third_party/nist-pkits/certs/BadSignedCACert.crt",
3561 "third_party/nist-pkits/certs/DSACACert.crt",
3571 "third_party/nist-pkits/certs/GoodCACert.crt",
3572 "third_party/nist-pkits/certs/GoodsubCACert.crt",
3696 "third_party/nist-pkits/certs/NoCRLCACert.crt",
3731 "third_party/nist-pkits/certs/TwoCRLsCACert.crt",
3732 "third_party/nist-pkits/certs/UIDCACert.crt",
3830 "third_party/nist-pkits/certs/WrongCRLCACert.crt",
3831 "third_party/nist-pkits/certs/anyPolicyCACert.crt",
3835 "third_party/nist-pkits/certs/deltaCRLCA1Cert.crt",
[all …]
/dports/www/grafana8/grafana-8.3.6/conf/
H A Dsample.ini63 # https certs & key file
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/
H A DBUILD.gn3550 "third_party/nist-pkits/certs/BadSignedCACert.crt",
3560 "third_party/nist-pkits/certs/DSACACert.crt",
3570 "third_party/nist-pkits/certs/GoodCACert.crt",
3571 "third_party/nist-pkits/certs/GoodsubCACert.crt",
3695 "third_party/nist-pkits/certs/NoCRLCACert.crt",
3730 "third_party/nist-pkits/certs/TwoCRLsCACert.crt",
3731 "third_party/nist-pkits/certs/UIDCACert.crt",
3829 "third_party/nist-pkits/certs/WrongCRLCACert.crt",
3830 "third_party/nist-pkits/certs/anyPolicyCACert.crt",
3834 "third_party/nist-pkits/certs/deltaCRLCA1Cert.crt",
[all …]
/dports/www/serf/serf-1.3.9/buckets/
H A Dssl_buckets.c678 const serf_ssl_certificate_t **certs; in validate_server_certificate() local
697 certs = apr_palloc(subpool, sizeof(*certs) * 2); in validate_server_certificate()
698 certs[0] = cert; in validate_server_certificate()
707 certs = apr_palloc(subpool, sizeof(*certs) * (certs_len + 1)); in validate_server_certificate()
715 certs[i] = cert; in validate_server_certificate()
718 certs[certs_len] = NULL; in validate_server_certificate()
723 certs, certs_len); in validate_server_certificate()
/dports/www/mod_gnutls/mod_gnutls-0.8.4/src/
H A Dgnutls_ocsp.c984 gnutls_certificate_set_ocsp_status_request_function(sc->certs, in mgs_ocsp_post_config_server()
/dports/www/w3m/w3m-2b59b9e/
H A Dconfigure8597 for f in /etc/ssl/certs/ca-certificates.crt \
8598 /etc/pki/tls/certs/ca-bundle.crt \
8600 /usr/ssl/certs/ca-bundle.crt \
8601 /usr/local/share/certs/ca-root-nss.crt \
8603 /etc/certs/ca-certificates.crt; do
/dports/www/sogo2/SOGo-2.4.1/Documentation/
H A DSOGoInstallationGuide.asciidoc1255 openssl x509 -in /etc/ssl/certs/sogo-cert.pem -outform DER \
1257 keytool -import -keystore /etc/ssl/certs/java/cacerts \
1276 # add the pem to the trusted certs
1277 cp tomcat.pem /etc/ssl/certs
1278 cat tomcat.pem >>/etc/ssl/certs/ca-certificates
/dports/www/c-icap/c_icap-0.5.10/
H A Dc-icap.conf.in153 # File containing all CA that we accept client certs from. If it
/dports/www/tclhttpd/tclhttpd3.5.1/bin/
H A Dtclhttpd.rc166 Config SSL_CADIR [file join [file dirname [Config home]] certs]
/dports/www/tclhttpd/tclhttpd3.5.1/
H A DMakefile.in326 $(INSTALL_DATA) $(srcdir)/certs/README.ssl $(DESTDIR)$(htdocsdir)/links/README.ssl.txt
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/conf/
H A Dacng.conf.in454 # CApath: /etc/ssl/certs
/dports/www/typo3-9/typo3_src-9.5.31/vendor/symfony/mime/Crypto/
H A DSMimeEncrypter.php22 private $certs; variable in Symfony\\Component\\Mime\\Crypto\\SMimeEncrypter
36 $this->certs = array_map([$this, 'normalizeFilePath'], $certificate);
38 $this->certs = $this->normalizeFilePath($certificate);
51 …ata($bufferFile)['uri'], stream_get_meta_data($outputFile)['uri'], $this->certs, [], 0, $this->cip…
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/mozapps/extensions/internal/
H A DXPIProvider.jsm138 const PREF_EM_HOTFIX_CERTS = "extensions.hotfix.certs.";
/dports/www/ufdbguard/ufdbGuard-1.35.3/
H A Dconfigure1435 --with-ufdb-verify-certs=yes|no
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/mime/Crypto/
H A DSMimeEncrypter.php22 private $certs; variable in Symfony\\Component\\Mime\\Crypto\\SMimeEncrypter
36 $this->certs = array_map([$this, 'normalizeFilePath'], $certificate);
38 $this->certs = $this->normalizeFilePath($certificate);
51 …ata($bufferFile)['uri'], stream_get_meta_data($outputFile)['uri'], $this->certs, [], 0, $this->cip…
/dports/www/tomcat-native/tomcat-native-1.2.24-src/native/include/
H A Dssl_private.h255 STACK_OF(X509_INFO) *certs;
284 X509 *certs[SSL_AIDX_MAX]; member
/dports/www/sahi/sahi/config/
H A Dsahi.properties29 certs.dir=certs
125 #ssl.client.cert.path=certs/sahi_example_com
/dports/www/privoxy/privoxy-3.0.33-stable/
H A Dconfig2618 # ./certs
2651 # certificate-directory /usr/local/var/privoxy/certs
2653 #certificate-directory /usr/local/var/privoxy/certs
/dports/www/neon/neon-0.32.1/
H A DNEWS198 - fix handling of PKCS#12 client certs with multiple certs or keys
254 - fix ne_ssl_clicert_read() to fail for client certs missing cert or key
303 * Fix use of unencrypted client certs with GnuTLS
336 - some remaining issues with PKCS#12 certs in current GnuTLS releases,
529 - only PKCS#12-encoded client certs are supported.
534 - the entire chain of certs presented by server is now accessible
793 - new interfaces to load CA certs and to load SSL library's bundled CA certs
797 - support for wildcard server certs where commonName is "*.example.com".
1145 - Supports certs in PEM-encoded files.
/dports/www/sogo-activesync/SOGo-5.4.0/Documentation/
H A DSOGoInstallationGuide.asciidoc1309 openssl x509 -in /etc/ssl/certs/sogo-cert.pem -outform DER \
1311 keytool -import -keystore /etc/ssl/certs/java/cacerts \
1330 # add the pem to the trusted certs
1331 cp tomcat.pem /etc/ssl/certs
1332 cat tomcat.pem >>/etc/ssl/certs/ca-certificates
/dports/www/squid/squid-4.15/
H A DChangeLog89 - TLS: Fix expiration of self-signed generated certs to be 3 years
258 - TLS: Fix reporting of validation errors for downloaded intermediate certs
1521 - Bug 3817: Memory leak in SSL cert validate for alt_name peer certs
/dports/www/w3m-img/w3m-2b59b9e/
H A Dconfigure8597 for f in /etc/ssl/certs/ca-certificates.crt \
8598 /etc/pki/tls/certs/ca-bundle.crt \
8600 /usr/ssl/certs/ca-bundle.crt \
8601 /usr/local/share/certs/ca-root-nss.crt \
8603 /etc/certs/ca-certificates.crt; do
/dports/www/sogo/SOGo-5.4.0/Documentation/
H A DSOGoInstallationGuide.asciidoc1309 openssl x509 -in /etc/ssl/certs/sogo-cert.pem -outform DER \
1311 keytool -import -keystore /etc/ssl/certs/java/cacerts \
1330 # add the pem to the trusted certs
1331 cp tomcat.pem /etc/ssl/certs
1332 cat tomcat.pem >>/etc/ssl/certs/ca-certificates

12345678910>>...709