Home
last modified time | relevance | path

Searched refs:cert (Results 1 – 25 of 38) sorted by path

12

/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 …]
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt41 - Drop failing extract-win-cert test (Thijs Kinkhorst). (Thijs Kinkhorst)
90 - Add options parameter to the add cert methods.
91 - Add optional issuerSerial creation with cert
108 XMLSecurityKey::getRawThumbprint($cert))
141 - Add getX509Certificate method to retrieve the x509 cert used for Key.
H A Dxmlseclibs.php235 public static function getRawThumbprint($cert) { argument
237 $arCert = explode("\n", $cert);
1157 static function get509XCert($cert, $isPEMFormat=true) { argument
1158 $certs = XMLSecurityDSig::staticGet509XCerts($cert, $isPEMFormat);
1192 …static function staticAdd509Cert($parentRef, $cert, $isPEMFormat=true, $isURL=false, $xpath=null, … argument
1194 $cert = file_get_contents($cert);
1203 $certs = XMLSecurityDSig::staticGet509XCerts($cert, $isPEMFormat);
1271 public function add509Cert($cert, $isPEMFormat=true, $isURL=false, $options=null) { argument
1273 self::staticAdd509Cert($this->sigNode, $cert, $isPEMFormat, $isURL, $xpath, $options);
/plugin/adfs/phpsaml/lib/Saml2/
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 DResponse.php386 $cert = $idpData['x509cert'];
398 …asSignedResponse && !OneLogin_Saml2_Utils::validateSign($this->document, $cert, $fingerprint, $fin…
407 …ertion && !OneLogin_Saml2_Utils::validateSign($documentToCheckAssertion, $cert, $fingerprint, $fin…
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 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/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe48161 con cert
/plugin/authclientcert/
H A Dauth.php53 $cert = $_SERVER[$header_name];
54 if (empty($cert)) {
97 protected function _formatCert($cert) { argument
100 if (1 === preg_match($pattern, $cert, $matches)) {
101 $cert = $matches[1];
103 $cert = str_replace($replaceCharacters, '', $cert);
108 protected function _extractUserInfoFromCert($cert) { argument
109 $cert = $this->_formatCert($cert);
110 if (empty($cert)) {
114 $_SESSION['SSL_CLIENT_CERT'] = $cert;
[all …]
/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/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/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/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/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/authsmartcard/auth/
H A Dindex.php18 $cert = $_SERVER['SSL_CLIENT_CERT']; variable
22 if (1 === preg_match($pattern, $cert, $matches)) {
23 $cert = $matches[1]; variable
28 $cert = str_replace($replaceCharacters, '', $cert); variable
31 $wrapped = wordwrap($cert, 64, "\n", true);
/plugin/autotweet/
H A DOAuth.php185 $cert = $this->fetch_private_cert($request);
188 $privatekeyid = openssl_get_privatekey($cert);
205 $cert = $this->fetch_public_cert($request);
208 $publickeyid = openssl_get_publickey($cert);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc376 .`setSSLCert(string $cert, string $password = null)`
/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

12