phpmyadmin/libraries/plugins
Robert Scheck 491c426623 Patch by Robert Scheck <robert@fedoraproject.org> for phpMyAdmin 4.2.6
which enhances cookie encryption/decryption by the optional usage of
PHP OpenSSL. Unfortunately PHP Mcrypt is not shipped by all Linux
distributions however PHP OpenSSL is often enabled by default.
PHP < 5.3.4 does not support passing an IV, thus this has been added as
a requirement. I could have used 'BF-CBC' rather 'AES-128-CBC' but Blowfish
(even it is fast) is seen by experts as weaker algorithm than
AES. If this should be a show-stopper for upstream merging just replace
'AES-128-CBC' by 'BF-CBC', please.

Patch adapted for 4.3.x and tests modified by Marc Delisle

Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-11-19 07:38:32 -05:00
..
auth Patch by Robert Scheck <robert@fedoraproject.org> for phpMyAdmin 4.2.6 2014-11-19 07:38:32 -05:00
export More long lines 2014-11-11 18:01:58 +05:30
import More long lines 2014-11-11 18:01:58 +05:30
schema $db is not defined 2014-11-14 12:10:05 +05:30
transformations Fix PHPCS issues. 2014-11-01 22:07:18 +01:00
AuthenticationPlugin.class.php Remove plugin manager and observer classes 2014-06-25 09:25:59 +02:00
ExportPlugin.class.php Fix typos. 2014-11-02 14:33:41 +01:00
ImportPlugin.class.php Replace PMA_String uses by mb_* calls. 2014-09-28 20:53:01 +02:00
IOTransformationsPlugin.class.php RFE-637: Custom field handlers (input transformations) 2014-07-12 01:52:32 +05:30
SchemaPlugin.class.php Fix typos. 2014-11-02 14:33:41 +01:00
TransformationsInterface.int.php oop: some coding style for plugins 2012-08-16 23:10:33 +03:00
TransformationsPlugin.class.php RFE-637: Custom field handlers (input transformations) 2014-07-12 01:52:32 +05:30
UploadInterface.int.php oop: some coding style for plugins 2012-08-16 23:10:33 +03:00