| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Exception/ |
| H A D | BadConfigurationException.php | 21 class BadConfigurationException extends \RuntimeException class
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/ |
| H A D | PrivateKey.php | 24 use phpseclib3\Exception\BadConfigurationException; alias 64 …throw new BadConfigurationException('Engine OpenSSL is not supported for the multiplication operat… 68 … throw new BadConfigurationException('Engine libsodium is only supported for Curve25519'); 73 … throw new BadConfigurationException('Engine libsodium is forced but unsupported for Curve25519'); 125 throw new BadConfigurationException('Engine libsodium is only supported for Ed25519'); 133 …throw new BadConfigurationException('Engine libsodium is forced but unsupported for Ed25519 / Ed44… 136 …throw new BadConfigurationException('Engine libsodium is forced but unsupported for Ed25519ctx (co… 152 …throw new BadConfigurationException('Engine OpenSSL is forced but unsupported for Ed25519 / Ed448'… 156 …throw new BadConfigurationException('Engine OpenSSL is forced but unsupported for Ed25519 / Ed448 … 170 …throw new BadConfigurationException('Engine OpenSSL is forced but was unable to create signature b… [all …]
|
| H A D | PublicKey.php | 23 use phpseclib3\Exception\BadConfigurationException; alias 57 throw new BadConfigurationException('Engine libsodium is only supported for Ed25519'); 65 …throw new BadConfigurationException('Engine libsodium is forced but unsupported for Ed25519 / Ed44… 68 …throw new BadConfigurationException('Engine libsodium is forced but unsupported for Ed25519ctx (co… 91 …throw new BadConfigurationException('Engine OpenSSL is forced but unsupported for Ed25519 / Ed448'… 95 …throw new BadConfigurationException('Engine OpenSSL is forced but unsupported for Ed25519 / Ed448 … 105 …throw new BadConfigurationException('Engine OpenSSL is forced but was unable to create signature b… 168 … throw new BadConfigurationException('Engine OpenSSL is forced but unsupported for ECDSA'); 183 …throw new BadConfigurationException('Engine OpenSSL is forced but was unable to verify signature b… 186 …throw new BadConfigurationException('Engine OpenSSL is forced but unsupported for ECDSA / ' . $thi…
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/ |
| H A D | PrivateKey.php | 18 use phpseclib3\Exception\BadConfigurationException; alias 84 … throw new BadConfigurationException('Engine libsodium is forced but unsupported for DSA'); 88 throw new BadConfigurationException('Engine OpenSSL is forced but unsupported for DSA'); 107 …throw new BadConfigurationException('Engine OpenSSL is forced but was unable to create signature b… 110 …throw new BadConfigurationException('Engine OpenSSL is forced but unsupported for DSA / ' . $this-…
|
| H A D | PublicKey.php | 17 use phpseclib3\Exception\BadConfigurationException; alias 39 … throw new BadConfigurationException('Engine libsodium is forced but unsupported for DSA'); 43 throw new BadConfigurationException('Engine OpenSSL is forced but unsupported for DSA'); 65 …throw new BadConfigurationException('Engine OpenSSL is forced but unsupported for DSA / ' . $this-…
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| H A D | RSA.php | 60 use phpseclib3\Exception\BadConfigurationException; alias 302 …throw new BadConfigurationException('Engine ' . self::$forcedEngine . ' is forced but unsupported … 325 …throw new BadConfigurationException('Engine OpenSSL is forced but produced an error - ' . openssl_… 956 throw new BadConfigurationException('Engine libsodium is not supported for RSA'); 960 … throw new BadConfigurationException('Only the PHP engine can be used with relaxed PKCS1 padding'); 965 … throw new BadConfigurationException('Engine OpenSSL is forced but unavailable for RSA'); 993 throw new BadConfigurationException($error); 1004 …throw new BadConfigurationException('Engine OpenSSL is forced but cannot be used because the priva… 1013 … throw new BadConfigurationException("Engine OpenSSL is forced but got error: $errstr"); 1019 } catch (BadConfigurationException $e) { [all …]
|
| H A D | DSA.php | 36 use phpseclib3\Exception\BadConfigurationException; alias 194 …throw new BadConfigurationException('Engine ' . self::$forcedEngine . ' is forced but unsupported … 198 throw new BadConfigurationException("Engine OpenSSL is forced but unsupported for DSA"); 239 … throw new BadConfigurationException('Engine OpenSSL is forced but unsupported for DSA');
|
| H A D | DH.php | 34 use phpseclib3\Exception\BadConfigurationException; alias 316 …throw new BadConfigurationException('Engine libsodium is forced but can only used with Curve25519 … 323 … throw new BadConfigurationException('Engine OpenSSL is forced but unsupported for ECDH'); 337 …throw new BadConfigurationException('Engine OpenSSL is forced but was unable to perform ECDH becau…
|
| H A D | EC.php | 44 use phpseclib3\Exception\BadConfigurationException; alias 205 …throw new BadConfigurationException("EC::createKey: Engine $engine is forced but unsupported for $…
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/ |
| H A D | XML.php | 23 use phpseclib3\Exception\BadConfigurationException; alias 47 … throw new BadConfigurationException('The dom extension is not setup correctly on this system');
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/ |
| H A D | Agent.php | 39 use phpseclib3\Exception\BadConfigurationException; alias 115 * @throws BadConfigurationException if SSH_AUTH_SOCK cannot be found 129 throw new BadConfigurationException('SSH_AUTH_SOCK not found');
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/ |
| H A D | XML.php | 24 use phpseclib3\Exception\BadConfigurationException; alias 49 … throw new BadConfigurationException('The dom extension is not setup correctly on this system');
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/ |
| H A D | BigInteger.php | 30 use phpseclib3\Exception\BadConfigurationException; alias 98 throw new BadConfigurationException("$main is not setup correctly on this system"); 114 … throw new BadConfigurationException("No valid modular exponentiation engine found for $main");
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/ |
| H A D | XML.php | 26 use phpseclib3\Exception\BadConfigurationException; alias 69 … throw new BadConfigurationException('The dom extension is not setup correctly on this system');
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
| H A D | GMP.php | 16 use phpseclib3\Exception\BadConfigurationException; alias 64 throw new BadConfigurationException('GMP is not setup correctly on this system');
|
| H A D | BCMath.php | 17 use phpseclib3\Exception\BadConfigurationException; alias 70 throw new BadConfigurationException('BCMath is not setup correctly on this system');
|
| H A D | Engine.php | 18 use phpseclib3\Exception\BadConfigurationException; alias 231 throw new BadConfigurationException("$engine is not setup correctly on this system");
|
| H A D | PHP.php | 17 use phpseclib3\Exception\BadConfigurationException; alias 80 … throw new BadConfigurationException(static::class . ' is not setup correctly on this system');
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/ |
| H A D | PublicKey.php | 20 use phpseclib3\Exception\BadConfigurationException; alias 340 …throw new BadConfigurationException('Engine OpenSSL is forced but unavailable for RSA PKCS1 signat…
|