Home
last modified time | relevance | path

Searched refs:cert (Results 1 – 25 of 38) sorted by last modified time

12

/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe48161 con cert
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc321 you need that functionality. For example, if you need to use a self-signed cert
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php525 * @param string $cert The name of a file containing a PEM formatted certificate.
528 public function setSSLCert(string $cert, string $password = null): ClientBuilder argument
530 $this->sslCert = [$cert, $password];
598 $sslOptions['cert'] = $this->sslCert;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc376 .`setSSLCert(string $cert, string $password = null)`
/plugin/authgooglesheets/vendor/google/auth/src/
H A DCredentialsLoader.php273 throw new UnexpectedValueException('Invalid client cert source JSON');
277 'cert source requires "cert_provider_command"'
282 'cert source expects "cert_provider_command" to be an array'
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php101 foreach ($certs as $cert) {
104 $publicKey = $this->getPublicKey($cert);
230 private function getPublicKey($cert) argument
233 $modulus = new $bigIntClass($this->jwt->urlsafeB64Decode($cert['n']), 256);
234 $exponent = new $bigIntClass($this->jwt->urlsafeB64Decode($cert['e']), 256);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DSslCert.php25 public $cert; variable in Google\\Service\\SQLAdmin\\SslCert
62 public function setCert($cert) argument
64 $this->cert = $cert;
71 return $this->cert;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
H A DTlsCertificate.php25 public $cert; variable in Google\\Service\\CloudRedis\\TlsCertificate
46 public function setCert($cert) argument
48 $this->cert = $cert;
55 return $this->cert;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md713 * Added `cert` and `ssl_key` as request options
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php443 $cert = $options['cert'];
444 if (is_array($cert)) {
445 $conf[CURLOPT_SSLCERTPASSWD] = $cert[1];
446 $cert = $cert[0];
448 if (!file_exists($cert)) {
450 "SSL certificate not found: {$cert}"
453 $conf[CURLOPT_SSLCERT] = $cert;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php469 * @param string $cert
476 if (is_array($cert) && isset($cert['tbsCertificate'])) {
490 return $cert;
498 $cert = $newcert;
543 * @param array $cert
550 if (!is_array($cert) || !isset($cert['tbsCertificate'])) {
600 $cert = ASN1::encodeDER($cert, Maps\Certificate::MAP);
604 return $cert;
997 * @param string $cert
1008 $cert = $this->loadX509($cert);
[all …]
/plugin/gemini/
H A Dcli.php310 $cert = openssl_csr_sign($csr, null, $privkey, $days, $config, 0);
311 openssl_x509_export($cert, $out['public']);
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md52 * Fix an issue with the Socket class not recognizing the certificate authority cert specified in the options.
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php255 …$cert = 'LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUVwRENDQTR5Z0F3SUJBZ0lKQUp6dThyNnU2ZUJjTUEwR0NTc…
263 $script = '<'."?php\n".sprintf($script, $cert);
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php437 $cert = CaBundle::getSystemCaRootBundlePath();
441 if (substr($cert, 0, 7) === 'phar://') {
449 if (!copy($cert, $newCert)) {
451 "Could not copy $cert to $newCert: "
464 $cert = $newCert;
466 if (!file_exists($cert)) {
467 throw new \RuntimeException("CA cert does not exist at $cert");
470 return $cert;
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DCHANGELOG.md33 * Fix typo in code to copy cert to temp directory.
50 * Updated included cert bundle.
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php700 $cert = $this->getSPcert();
731 $cert = null;
742 return $cert;
753 $cert = null;
764 return $cert;
865 $cert = $this->getSPcert();
866 if (!empty($cert)) {
869 $cert,
878 $certMetadata = $cert;
1117 public function setIdPCert($cert) argument
[all …]
H A DLogoutRequest.php65 $cert = null;
70 $cert = $idpData['x509certMulti']['encryption'][0];
72 $cert = $idpData['x509cert'];
102 $cert,
H A DMetadata.php179 * @param string $cert x509 cert
187 …public static function signMetadata($metadata, $key, $cert, $signAlgorithm = XMLSecurityKey::RSA_S… argument
189 … return OneLogin_Saml2_Utils::addSign($metadata, $key, $cert, $signAlgorithm, $digestAlgorithm);
197 * @param string $cert x509 cert
204 public static function addX509KeyDescriptors($metadata, $cert, $wantsEncrypted = true) argument
218 $formatedCert = OneLogin_Saml2_Utils::formatCert($cert, false);
H A DUtils.php211 * @param string $cert A x509 unformated cert
217 public static function formatCert($cert, $heads = true) argument
219 $x509cert = str_replace(array("\x0D", "\r", "\n"), "", $cert);
1049 * @param string|null $cert IdP Public cert to encrypt the nameID
1056 public static function generateNameId($value, $spnq, $format = null, $cert = null, $nq = null) argument
1075 if (!empty($cert)) {
1077 $seckey->loadKey($cert);
1329 * @param string $cert The public
1337 …public static function addSign($xml, $key, $cert, $signAlgorithm = XMLSecurityKey::RSA_SHA1, $dige… argument
/plugin/adfs/
H A Dhelper.php37 $cert = $this->getConf('certificate');
38 $cert = wordwrap($cert, 65, "\n", true);
39 $cert = trim($cert);
40 if (!preg_match('/^-----BEGIN CERTIFICATE-----.*-----END CERTIFICATE-----$/s', $cert)) {
41 $cert = "-----BEGIN CERTIFICATE-----\n$cert\n-----END CERTIFICATE-----";
72 'x509cert' => $cert,
/plugin/adfs/phpsaml/
H A DCHANGELOG212 * Adding ability to set idp cert once the Setting object initialized.
H A DREADME.md197 the x509 cert and the private key that the SP will use:
199 * `sp.crt` - The public cert of the SP
206 this case we could use the x509 cert previously mentioned or use a new x509
207 cert: `metadata.crt` and `metadata.key`.
1417 * `getCertPath` - Returns cert path.
1423 * `getSPcert` - Returns the x509 public cert of the SP.
1424 * `getSPcertNew` - Returns the future x509 public cert of the SP.
1432 * `formatIdPCert` - Formats the IdP cert.
1433 * `formatSPCert` - Formats the SP cert.
1434 * `formatSPCertNew` - Formats the SP cert new.
[all …]

12