/plugin/webdav/vendor/sabre/http/lib/Auth/ |
H A D | Digest.php | 42 protected $qop = self::QOP_AUTH; variable in Sabre\\HTTP\\Auth\\Digest 82 * @param int $qop 85 function setQOP($qop) { argument 87 $this->qop = $qop; 142 if (!($this->qop & self::QOP_AUTHINT)) return false; 150 if (!($this->qop & self::QOP_AUTH)) return false; 171 $qop = ''; 172 switch ($this->qop) { 174 $qop = 'auth'; 177 $qop = 'auth-int'; [all …]
|
/plugin/davcal/vendor/sabre/http/lib/Auth/ |
H A D | Digest.php | 42 protected $qop = self::QOP_AUTH; variable in Sabre\\HTTP\\Auth\\Digest 82 * @param int $qop 85 function setQOP($qop) { argument 87 $this->qop = $qop; 142 if (!($this->qop & self::QOP_AUTHINT)) return false; 150 if (!($this->qop & self::QOP_AUTH)) return false; 171 $qop = ''; 172 switch ($this->qop) { 174 $qop = 'auth'; 177 $qop = 'auth-int'; [all …]
|
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/ |
H A D | DigestMD5MessageFactory.php | 83 $challenge->set('qop', $this->generateAvailableQops($options)); 87 if (in_array('auth-conf', $challenge->get('qop'))) { 110 $qop = isset($options['qop']) ? (string) $options['qop'] : null; 116 $response->set('qop', $this->selectQopFromChallenge($challenge, $qop)); 120 if ($response->get('qop') === 'auth-conf' && !$response->get('cipher')) { 145 $qop = ['auth']; 148 $qop[] 160 selectQopFromChallenge(Message $challenge, string $qop) global() argument [all...] |
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Mechanism/ |
H A D | DigestMD5Mechanism.php | 85 * cnonce-value, ":", qop-value, ":", HEX(H(A2)) })) 87 * If the "qop" directive's value is "auth", then A2 is: 91 * If the "qop" value is "auth-int" or "auth-conf" then A2 is: 104 $qop = $response->get('qop'); 108 if ($qop === 'auth') { 110 } elseif ($qop === 'auth-int' || $qop === 'auth-conf') { 113 throw new SaslException('The qop directive must be one of: auth, auth-conf, auth-int.'); 123 $response->get('qop'), [all...] |
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/ |
H A D | DigestMD5SecurityLayer.php | 75 $qop = $context->get('qop'); 77 if ($qop === 'auth-conf') { 79 } elseif ($qop === 'auth-int') { 82 throw new SaslException(sprintf('The qop option "%s" is not recognized as a security layer.', $qop)); 95 $qop = $context->get('qop'); 98 if ($qop === 'auth-conf') { 100 } elseif ($qop [all...] |
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/ |
H A D | DigestMD5Challenge.php | 140 $this->context->set('qop', 'auth-conf'); 142 $this->context->set('qop', 'auth-int'); 144 $this->context->set('qop', 'auth'); 150 'qop' => $this->context->get('qop'), 204 $qop = $received->get('qop'); 209 # Client selected a qop we did not advertise... 210 if (!in_array($qop, $this->challenge->get('qop'), tru [all...] |
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/ |
H A D | DigestTest.php | 165 private function getServerTokens($qop = Digest::QOP_AUTH) { argument 169 switch ($qop) { 185 $this->auth->setQOP($qop);
|
/plugin/jdraw/lib/ |
H A D | httpclient-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/jcapture/lib/ |
H A D | httpclient-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | httpclient-4.5.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |