phpmyadmin/libraries/plugins/auth
Michal Čihař 5022ff9560 Do not show errors from OpenSSL cookie encryption/decryption
This can happen from corrupted cookies, by invalid encryption parameters
used in older phpMyAdmin versions or by wrong openSSL configuration.

In neither case the error is useful to user, but we need to clear the
error buffer as otherwise the errors would pop up later, for example
during MySQL SSL setup.

Fixes #12924

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-02 13:43:51 +01:00
..
AuthenticationConfig.php Simplify Response object handling 2016-12-07 18:17:59 +01:00
AuthenticationCookie.php Do not show errors from OpenSSL cookie encryption/decryption 2017-02-02 13:43:51 +01:00
AuthenticationHttp.php Fix empty password login for http authetication 2016-12-19 16:01:00 +01:00
AuthenticationSignon.php Merge remote-tracking branch 'origin/pull/12799' 2017-01-02 16:15:58 +01:00