Home
last modified time | relevance | path

Searched refs:openssl_error_string (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/dports/www/mediawiki135/mediawiki-1.35.5/includes/password/
H A DEncryptedPassword.php47 while ( openssl_error_string() !== false );
54 throw new PasswordError( 'Error decrypting password: ' . openssl_error_string() );
71 throw new PasswordError( 'Error encrypting password: ' . openssl_error_string() );
89 while ( openssl_error_string() !== false );
100 throw new PasswordError( 'Error decrypting password: ' . openssl_error_string() );
116 throw new PasswordError( 'Error encrypting password: ' . openssl_error_string() );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/password/
H A DEncryptedPassword.php47 while ( openssl_error_string() !== false );
54 throw new PasswordError( 'Error decrypting password: ' . openssl_error_string() );
71 throw new PasswordError( 'Error encrypting password: ' . openssl_error_string() );
89 while ( openssl_error_string() !== false );
100 throw new PasswordError( 'Error decrypting password: ' . openssl_error_string() );
116 throw new PasswordError( 'Error encrypting password: ' . openssl_error_string() );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/password/
H A DEncryptedPassword.php47 while ( openssl_error_string() !== false );
54 throw new PasswordError( 'Error decrypting password: ' . openssl_error_string() );
71 throw new PasswordError( 'Error encrypting password: ' . openssl_error_string() );
89 while ( openssl_error_string() !== false );
100 throw new PasswordError( 'Error decrypting password: ' . openssl_error_string() );
116 throw new PasswordError( 'Error encrypting password: ' . openssl_error_string() );
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-crypt/src/PublicKey/Rsa/
H A DPrivateKey.php13 use function openssl_error_string; alias
65 'Unable to load private key; openssl ' . openssl_error_string()
107 'Can not encrypt; openssl ' . openssl_error_string()
141 'Can not decrypt; openssl ' . openssl_error_string()
H A DPublicKey.php14 use function openssl_error_string; alias
66 'Unable to load public key; openssl ' . openssl_error_string()
104 'Can not encrypt; openssl ' . openssl_error_string()
133 'Can not decrypt; openssl ' . openssl_error_string()
/dports/deskutils/egroupware/egroupware/vendor/lcobucci/jwt/src/Signer/
H A DOpenSSL.php9 use function openssl_error_string; alias
28 'There was an error while creating the signature: ' . openssl_error_string()
91 'It was not possible to parse your key, reason: ' . openssl_error_string()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/lcobucci/jwt/src/Signer/
H A DOpenSSL.php9 use function openssl_error_string; alias
28 'There was an error while creating the signature: ' . openssl_error_string()
91 'It was not possible to parse your key, reason: ' . openssl_error_string()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/lcobucci/jwt/src/Signer/
H A DOpenSSL.php9 use function openssl_error_string; alias
28 'There was an error while creating the signature: ' . openssl_error_string()
91 'It was not possible to parse your key, reason: ' . openssl_error_string()
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Crypt/PublicKey/Rsa/
H A DPublicKey.php54 'Unable to load public key; openssl ' . openssl_error_string()
92 'Can not encrypt; openssl ' . openssl_error_string()
121 'Can not decrypt; openssl ' . openssl_error_string()
H A DPrivateKey.php55 'Unable to load private key; openssl ' . openssl_error_string()
97 'Can not encrypt; openssl ' . openssl_error_string()
130 'Can not decrypt; openssl ' . openssl_error_string()
/dports/www/owncloud/owncloud/apps/encryption/lib/Crypto/
H A DCrypt.php128 if (\openssl_error_string()) {
129 $log->error('Encryption library openssl_pkey_new() fails: ' . \openssl_error_string(),
146 if (\openssl_error_string()) {
147 $log->error('Encryption Library:' . \openssl_error_string(),
251 $this->logger->error($error . \openssl_error_string(),
608 …eption('Encryption library: Decryption (symmetric) of content failed: ' . \openssl_error_string());
674 …w new MultiKeyDecryptException('multikeydecrypt with share key failed:' . \openssl_error_string());
710 throw new MultiKeyEncryptException('multikeyencryption failed ' . \openssl_error_string());
/dports/www/nextcloud/nextcloud/apps-pkg/encryption/lib/Crypto/
H A DCrypt.php125 if (openssl_error_string()) {
126 $log->error('Encryption library openssl_pkey_new() fails: ' . openssl_error_string(),
143 if (openssl_error_string()) {
144 $log->error('Encryption Library:' . openssl_error_string(),
245 $this->logger->error($error . openssl_error_string(),
626 …ception('Encryption library: Decryption (symmetric) of content failed: ' . openssl_error_string());
692 …ow new MultiKeyDecryptException('multikeydecrypt with share key failed:' . openssl_error_string());
728 throw new MultiKeyEncryptException('multikeyencryption failed ' . openssl_error_string());
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/vendor/xmlseclibs/src/
H A DXMLSecurityKey.php403 … throw new Exception('Failure encrypting Data (openssl symmetric) - ' . openssl_error_string());
421 … throw new Exception('Failure decrypting Data (openssl symmetric) - ' . openssl_error_string());
436 … throw new Exception('Failure encrypting Data (openssl public) - ' . openssl_error_string());
451 … throw new Exception('Failure decrypting Data (openssl public) - ' . openssl_error_string());
466 … throw new Exception('Failure encrypting Data (openssl private) - ' . openssl_error_string());
481 … throw new Exception('Failure decrypting Data (openssl private) - ' . openssl_error_string());
500 throw new Exception('Failure Signing Data: ' . openssl_error_string() . ' - ' . $algo);
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/vendor/xmlseclibs/src/
H A DXMLSecurityKey.php403 … throw new Exception('Failure encrypting Data (openssl symmetric) - ' . openssl_error_string());
421 … throw new Exception('Failure decrypting Data (openssl symmetric) - ' . openssl_error_string());
436 … throw new Exception('Failure encrypting Data (openssl public) - ' . openssl_error_string());
451 … throw new Exception('Failure decrypting Data (openssl public) - ' . openssl_error_string());
466 … throw new Exception('Failure encrypting Data (openssl private) - ' . openssl_error_string());
481 … throw new Exception('Failure decrypting Data (openssl private) - ' . openssl_error_string());
500 throw new Exception('Failure Signing Data: ' . openssl_error_string() . ' - ' . $algo);
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/vendor/xmlseclibs/src/
H A DXMLSecurityKey.php403 … throw new Exception('Failure encrypting Data (openssl symmetric) - ' . openssl_error_string());
421 … throw new Exception('Failure decrypting Data (openssl symmetric) - ' . openssl_error_string());
436 … throw new Exception('Failure encrypting Data (openssl public) - ' . openssl_error_string());
451 … throw new Exception('Failure decrypting Data (openssl public) - ' . openssl_error_string());
466 … throw new Exception('Failure encrypting Data (openssl private) - ' . openssl_error_string());
481 … throw new Exception('Failure decrypting Data (openssl private) - ' . openssl_error_string());
500 throw new Exception('Failure Signing Data: ' . openssl_error_string() . ' - ' . $algo);
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/vendor/xmlseclibs/src/
H A DXMLSecurityKey.php403 … throw new Exception('Failure encrypting Data (openssl symmetric) - ' . openssl_error_string());
421 … throw new Exception('Failure decrypting Data (openssl symmetric) - ' . openssl_error_string());
436 … throw new Exception('Failure encrypting Data (openssl public) - ' . openssl_error_string());
451 … throw new Exception('Failure decrypting Data (openssl public) - ' . openssl_error_string());
466 … throw new Exception('Failure encrypting Data (openssl private) - ' . openssl_error_string());
481 … throw new Exception('Failure decrypting Data (openssl private) - ' . openssl_error_string());
500 throw new Exception('Failure Signing Data: ' . openssl_error_string() . ' - ' . $algo);
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/vendor/xmlseclibs/src/
H A DXMLSecurityKey.php403 … throw new Exception('Failure encrypting Data (openssl symmetric) - ' . openssl_error_string());
421 … throw new Exception('Failure decrypting Data (openssl symmetric) - ' . openssl_error_string());
436 … throw new Exception('Failure encrypting Data (openssl public) - ' . openssl_error_string());
451 … throw new Exception('Failure decrypting Data (openssl public) - ' . openssl_error_string());
466 … throw new Exception('Failure encrypting Data (openssl private) - ' . openssl_error_string());
481 … throw new Exception('Failure decrypting Data (openssl private) - ' . openssl_error_string());
500 throw new Exception('Failure Signing Data: ' . openssl_error_string() . ' - ' . $algo);
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/vendor/xmlseclibs/src/
H A DXMLSecurityKey.php403 … throw new Exception('Failure encrypting Data (openssl symmetric) - ' . openssl_error_string());
421 … throw new Exception('Failure decrypting Data (openssl symmetric) - ' . openssl_error_string());
436 … throw new Exception('Failure encrypting Data (openssl public) - ' . openssl_error_string());
451 … throw new Exception('Failure decrypting Data (openssl public) - ' . openssl_error_string());
466 … throw new Exception('Failure encrypting Data (openssl private) - ' . openssl_error_string());
481 … throw new Exception('Failure decrypting Data (openssl private) - ' . openssl_error_string());
500 throw new Exception('Failure Signing Data: ' . openssl_error_string() . ' - ' . $algo);
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/vendor/xmlseclibs/src/
H A DXMLSecurityKey.php403 … throw new Exception('Failure encrypting Data (openssl symmetric) - ' . openssl_error_string());
421 … throw new Exception('Failure decrypting Data (openssl symmetric) - ' . openssl_error_string());
436 … throw new Exception('Failure encrypting Data (openssl public) - ' . openssl_error_string());
451 … throw new Exception('Failure decrypting Data (openssl public) - ' . openssl_error_string());
466 … throw new Exception('Failure encrypting Data (openssl private) - ' . openssl_error_string());
481 … throw new Exception('Failure decrypting Data (openssl private) - ' . openssl_error_string());
500 throw new Exception('Failure Signing Data: ' . openssl_error_string() . ' - ' . $algo);
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/vendor/xmlseclibs/src/
H A DXMLSecurityKey.php403 … throw new Exception('Failure encrypting Data (openssl symmetric) - ' . openssl_error_string());
421 … throw new Exception('Failure decrypting Data (openssl symmetric) - ' . openssl_error_string());
436 … throw new Exception('Failure encrypting Data (openssl public) - ' . openssl_error_string());
451 … throw new Exception('Failure decrypting Data (openssl public) - ' . openssl_error_string());
466 … throw new Exception('Failure encrypting Data (openssl private) - ' . openssl_error_string());
481 … throw new Exception('Failure decrypting Data (openssl private) - ' . openssl_error_string());
500 throw new Exception('Failure Signing Data: ' . openssl_error_string() . ' - ' . $algo);
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/vendor/xmlseclibs/src/
H A DXMLSecurityKey.php403 … throw new Exception('Failure encrypting Data (openssl symmetric) - ' . openssl_error_string());
421 … throw new Exception('Failure decrypting Data (openssl symmetric) - ' . openssl_error_string());
436 … throw new Exception('Failure encrypting Data (openssl public) - ' . openssl_error_string());
451 … throw new Exception('Failure decrypting Data (openssl public) - ' . openssl_error_string());
466 … throw new Exception('Failure encrypting Data (openssl private) - ' . openssl_error_string());
481 … throw new Exception('Failure decrypting Data (openssl private) - ' . openssl_error_string());
500 throw new Exception('Failure Signing Data: ' . openssl_error_string() . ' - ' . $algo);
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/vendor/xmlseclibs/src/
H A DXMLSecurityKey.php403 … throw new Exception('Failure encrypting Data (openssl symmetric) - ' . openssl_error_string());
421 … throw new Exception('Failure decrypting Data (openssl symmetric) - ' . openssl_error_string());
436 … throw new Exception('Failure encrypting Data (openssl public) - ' . openssl_error_string());
451 … throw new Exception('Failure decrypting Data (openssl public) - ' . openssl_error_string());
466 … throw new Exception('Failure encrypting Data (openssl private) - ' . openssl_error_string());
481 … throw new Exception('Failure decrypting Data (openssl private) - ' . openssl_error_string());
500 throw new Exception('Failure Signing Data: ' . openssl_error_string() . ' - ' . $algo);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/robrichards/xmlseclibs/src/
H A DXMLSecurityKey.php403 … throw new Exception('Failure encrypting Data (openssl symmetric) - ' . openssl_error_string());
421 … throw new Exception('Failure decrypting Data (openssl symmetric) - ' . openssl_error_string());
436 … throw new Exception('Failure encrypting Data (openssl public) - ' . openssl_error_string());
451 … throw new Exception('Failure decrypting Data (openssl public) - ' . openssl_error_string());
466 … throw new Exception('Failure encrypting Data (openssl private) - ' . openssl_error_string());
481 … throw new Exception('Failure decrypting Data (openssl private) - ' . openssl_error_string());
500 throw new Exception('Failure Signing Data: ' . openssl_error_string() . ' - ' . $algo);
/dports/lang/php73/php-7.3.33/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt2 openssl_error_string() tests
11 while (($error_string = openssl_error_string()) !== false) {
46 while (($error_string = openssl_error_string()) !== false) {
75 $enc_error = openssl_error_string();
78 var_dump(openssl_error_string());
84 while (($enc_error_new = openssl_error_string()) !== false) {
/dports/lang/php81/php-8.1.1/ext/openssl/tests/
H A Dopenssl_error_string_basic_openssl3.phpt2 openssl_error_string() tests (OpenSSL >= 3.0)
15 while (($error_string = openssl_error_string()) !== false) {
50 while (($error_string = openssl_error_string()) !== false) {
81 $enc_error = openssl_error_string();
84 var_dump(openssl_error_string());
90 while (($enc_error_new = openssl_error_string()) !== false) {

12345678910>>...15