Home
last modified time | relevance | path

Searched refs:security (Results 1 – 25 of 207) sorted by relevance

123456789

/plugin/adfs/phpsaml/lib/Saml2/
DAuthnRequest.php43 $security = $this->_settings->getSecurityData();
62 if (isset($security['wantNameIdEncrypted']) && $security['wantNameIdEncrypted']) {
108 … if (isset($security['requestedAuthnContext']) && $security['requestedAuthnContext'] !== false) {
110 if (isset($security['requestedAuthnContextComparison'])) {
111 $authnComparison = $security['requestedAuthnContextComparison'];
119 if ($security['requestedAuthnContext'] === true) {
128 foreach ($security['requestedAuthnContext'] as $contextValue) {
DAuth.php300 $security = $this->_settings->getSecurityData();
301 if (isset($security['logoutResponseSigned']) && $security['logoutResponseSigned']) {
302 …se, isset($parameters['RelayState'])? $parameters['RelayState']: null, $security['signatureAlgorit…
303 $parameters['SigAlg'] = $security['signatureAlgorithm'];
521 $security = $this->_settings->getSecurityData();
522 if (isset($security['authnRequestsSigned']) && $security['authnRequestsSigned']) {
523 … $this->buildRequestSignature($samlRequest, $parameters['RelayState'], $security['signatureAlgorit…
524 $parameters['SigAlg'] = $security['signatureAlgorithm'];
578 $security = $this->_settings->getSecurityData();
579 if (isset($security['logoutRequestSigned']) && $security['logoutRequestSigned']) {
[all …]
DSettings.php568 $security = $settings['security'];
579 if ((isset($security['nameIdEncrypted']) && $security['nameIdEncrypted'] == true)
611 $security = array();
613 $security = $settings['security'];
636 if (isset($security['signMetadata']) && is_array($security['signMetadata'])) {
637 if ((!isset($security['signMetadata']['keyFileName'])
638 || !isset($security['signMetadata']['certFileName'])) &&
639 (!isset($security['signMetadata']['privateKey'])
640 || !isset($security['signMetadata']['x509cert']))
646 … if (((isset($security['authnRequestsSigned']) && $security['authnRequestsSigned'] == true)
[all …]
DLogoutRequest.php58 $security = $this->_settings->getSecurityData();
66 if (isset($security['nameIdEncrypted']) && $security['nameIdEncrypted']) {
340 $security = $this->_settings->getSecurityData();
342 if ($security['wantXMLValidation']) {
369 if (!$security['relaxDestinationValidation']) {
376 …$urlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($cu…
379 …$urlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($cu…
402 if ($security['wantMessagesSigned'] && !isset($_GET['Signature'])) {
DLogoutResponse.php127 $security = $this->_settings->getSecurityData();
129 if ($security['wantXMLValidation']) {
165 if (!$security['relaxDestinationValidation']) {
172 …$urlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($cu…
175 …$urlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($cu…
187 if ($security['wantMessagesSigned'] && !isset($_GET['Signature'])) {
DResponse.php142 $security = $this->_settings->getSecurityData();
144 if ($security['wantXMLValidation']) {
174 …if (!isset($requestId) && isset($responseInResponseTo) && $security['rejectUnsolicitedResponsesWit…
196 if (!$this->encrypted && $security['wantAssertionsEncrypted']) {
203 if ($security['wantNameIdEncrypted']) {
245 if (!$security['relaxDestinationValidation']) {
252 …$urlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($cu…
255 …$urlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($cu…
354 if ($security['wantAssertionsSigned'] && !$hasSignedAssertion) {
361 if ($security['wantMessagesSigned'] && !$hasSignedResponse) {
[all …]
/plugin/saml/phpsaml/lib/Saml2/
DAuthnRequest.php43 $security = $this->_settings->getSecurityData();
62 if (isset($security['wantNameIdEncrypted']) && $security['wantNameIdEncrypted']) {
108 … if (isset($security['requestedAuthnContext']) && $security['requestedAuthnContext'] !== false) {
110 if (isset($security['requestedAuthnContextComparison'])) {
111 $authnComparison = $security['requestedAuthnContextComparison'];
119 if ($security['requestedAuthnContext'] === true) {
128 foreach ($security['requestedAuthnContext'] as $contextValue) {
DAuth.php300 $security = $this->_settings->getSecurityData();
301 if (isset($security['logoutResponseSigned']) && $security['logoutResponseSigned']) {
302 …se, isset($parameters['RelayState'])? $parameters['RelayState']: null, $security['signatureAlgorit…
303 $parameters['SigAlg'] = $security['signatureAlgorithm'];
521 $security = $this->_settings->getSecurityData();
522 if (isset($security['authnRequestsSigned']) && $security['authnRequestsSigned']) {
523 … $this->buildRequestSignature($samlRequest, $parameters['RelayState'], $security['signatureAlgorit…
524 $parameters['SigAlg'] = $security['signatureAlgorithm'];
578 $security = $this->_settings->getSecurityData();
579 if (isset($security['logoutRequestSigned']) && $security['logoutRequestSigned']) {
[all …]
DSettings.php568 $security = $settings['security'];
579 if ((isset($security['nameIdEncrypted']) && $security['nameIdEncrypted'] == true)
611 $security = array();
613 $security = $settings['security'];
636 if (isset($security['signMetadata']) && is_array($security['signMetadata'])) {
637 if ((!isset($security['signMetadata']['keyFileName'])
638 || !isset($security['signMetadata']['certFileName'])) &&
639 (!isset($security['signMetadata']['privateKey'])
640 || !isset($security['signMetadata']['x509cert']))
646 … if (((isset($security['authnRequestsSigned']) && $security['authnRequestsSigned'] == true)
[all …]
DLogoutRequest.php58 $security = $this->_settings->getSecurityData();
66 if (isset($security['nameIdEncrypted']) && $security['nameIdEncrypted']) {
340 $security = $this->_settings->getSecurityData();
342 if ($security['wantXMLValidation']) {
369 if (!$security['relaxDestinationValidation']) {
376 …$urlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($cu…
379 …$urlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($cu…
402 if ($security['wantMessagesSigned'] && !isset($_GET['Signature'])) {
DLogoutResponse.php127 $security = $this->_settings->getSecurityData();
129 if ($security['wantXMLValidation']) {
165 if (!$security['relaxDestinationValidation']) {
172 …$urlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($cu…
175 …$urlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($cu…
187 if ($security['wantMessagesSigned'] && !isset($_GET['Signature'])) {
DResponse.php142 $security = $this->_settings->getSecurityData();
144 if ($security['wantXMLValidation']) {
174 …if (!isset($requestId) && isset($responseInResponseTo) && $security['rejectUnsolicitedResponsesWit…
196 if (!$this->encrypted && $security['wantAssertionsEncrypted']) {
203 if ($security['wantNameIdEncrypted']) {
245 if (!$security['relaxDestinationValidation']) {
252 …$urlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($cu…
255 …$urlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($cu…
354 if ($security['wantAssertionsSigned'] && !$hasSignedAssertion) {
361 if ($security['wantMessagesSigned'] && !$hasSignedResponse) {
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
Drun-elasticsearch.sh46 --env xpack.security.enabled=true
47 --env xpack.security.http.ssl.enabled=true
48 --env xpack.security.http.ssl.verification_mode=certificate
49 --env xpack.security.http.ssl.key=certs/testnode.key
50 --env xpack.security.http.ssl.certificate=certs/testnode.crt
51 --env xpack.security.http.ssl.certificate_authorities=certs/ca.crt
52 --env xpack.security.transport.ssl.enabled=true
53 --env xpack.security.transport.ssl.verification_mode=certificate
54 --env xpack.security.transport.ssl.key=certs/testnode.key
55 --env xpack.security.transport.ssl.certificate=certs/testnode.crt
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
DYumSettings.php38 public $security; variable in Google\\Service\\OSConfig\\YumSettings
85 public function setSecurity($security) argument
87 $this->security = $security;
94 return $this->security;
/plugin/dw2pdf/vendor/setasign/fpdi/
DSECURITY.md3 To report a security vulnerability, please use the
4 [Tidelift security contact](https://tidelift.com/security).
/plugin/asciidocjs/node_modules/has-flag/
Dreadme.md15 … sustainable for maintainers while giving companies<br>assurances about security, maintenance, and…
84 To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com…
/plugin/asciidocjs/node_modules/resolve/
DSECURITY.md3 …(https://github.com/ljharb) or see https://tidelift.com/security if you have a potential security
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DREADME.md84security vulnerability within this package, please send an email to security@tidelift.com. All sec…
/plugin/fckg/
DREADME40 is called .htaccess.security and allows direct http access only to image files, but not
42 data/media directory. In this case security is enforced using the "secure" directory
47 Also: http://www.dokuwiki.org/plugin:fckglite?&#security
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-logging-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/jdraw/lib/
Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/svgpureinsert/
DREADME.md21 Details can be found [here](http://security.stackexchange.com/questions/11384/exploits-or-other-sec…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
DREADME.md59 To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com…
/plugin/btable2/
DREADME.md60 - implement dokuwiki security token (dokuwiki security guideline)

123456789