Home
last modified time | relevance | path

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

12

/plugin/adfs/phpsaml/extlib/xmlseclibs/
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);
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.
/plugin/adfs/phpsaml/lib/Saml2/
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…
/plugin/forcessllogin/
H A Daction.php61 if( $this->getConf('cert')) {
64 .str_replace( '{{name}}', $this->getConf('cert'), $this->getLang('certinfo') )
67 … $form->addElement('<p>'.$this->getLang('certinfo')." ".$this->getConf('cert').'</p>'.NL ); }}
/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/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/gtime/gtlib/tsp/
H A DGTVerifier.php338 $cert = new X509Certificate($certificate);
342 $params = $cert->getParameters();
355 $hash2 = X509Certificate::getPublicKeyHash($cert->getPublicKey());
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/xymon/xymon-script/
H A Ddokuwiki.rb116 object_to_decorate.cert = certificate
/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/gtime/gtlib/asn1/x509/
H A DX509Certificate.php40 private $cert; variable in X509Certificate
77 if ($this->cert !== null && $this->cert !== false) {
78 openssl_x509_free($this->cert);
125 if ($this->cert === null || $this->cert === false) {
130 $this->pkey = openssl_pkey_get_public($this->cert);
145 if ($this->cert === null || $this->cert === false) {
150 $this->data = openssl_x509_parse($this->cert);
166 if ($this->cert === null || $this->cert === false) {
171 $this->pkey = openssl_pkey_get_public($this->cert);
190 if ($this->cert === null || $this->cert === false) {
[all …]
/plugin/farm/install/animaltemplate/conf/
H A Dwordblock.conf6027 https?:\/\/([^\/]*\.)?scripts-cert\.mit\.edu

12