Home
last modified time | relevance | path

Searched refs:BadConfigurationException (Results 1 – 19 of 19) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Exception/
H A DBadConfigurationException.php21 class BadConfigurationException extends \RuntimeException class
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php24 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 DPublicKey.php23 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 DPrivateKey.php18 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 DPublicKey.php17 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 DRSA.php60 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 DDSA.php36 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 DDH.php34 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 DEC.php44 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 DXML.php23 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 DAgent.php39 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 DXML.php24 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 DBigInteger.php30 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 DXML.php26 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 DGMP.php16 use phpseclib3\Exception\BadConfigurationException; alias
64 throw new BadConfigurationException('GMP is not setup correctly on this system');
H A DBCMath.php17 use phpseclib3\Exception\BadConfigurationException; alias
70 throw new BadConfigurationException('BCMath is not setup correctly on this system');
H A DEngine.php18 use phpseclib3\Exception\BadConfigurationException; alias
231 throw new BadConfigurationException("$engine is not setup correctly on this system");
H A DPHP.php17 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 DPublicKey.php20 use phpseclib3\Exception\BadConfigurationException; alias
340 …throw new BadConfigurationException('Engine OpenSSL is forced but unavailable for RSA PKCS1 signat…