[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 214a2b: Rewrite SSL verification code for curl

Michal Čihař michal at cihar.com
Mon Mar 6 14:51:05 CET 2017


  Branch: refs/heads/QA_4_7
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 214a2b6b341b14efb6405a78dd7102a8725823ae
      https://github.com/phpmyadmin/phpmyadmin/commit/214a2b6b341b14efb6405a78dd7102a8725823ae
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Changed paths:
    M libraries/Util.php

  Log Message:
  -----------
  Rewrite SSL verification code for curl

It seems that the curl extension is quite tricky what can be set. You
can not set both CURLOPT_CAINFO and CURLOPT_CAPATH. Unfortunately some
systems seem to have built in defaults for one of these which can not be
figured out of PHP. So let's just try the three options which make
sense.

Issue #12846

Signed-off-by: Michal Čihař <michal at cihar.com>


  Commit: 4312b16a549666aad464fd77ca0854a77ac6f117
      https://github.com/phpmyadmin/phpmyadmin/commit/4312b16a549666aad464fd77ca0854a77ac6f117
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Changed paths:
    A libraries/certs/4042bcee.0
    R libraries/certs/4042bcee.0
    A libraries/certs/6187b673.0
    R libraries/certs/6187b673.0

  Log Message:
  -----------
  Avoid using symlinks in certificate storage

Signed-off-by: Michal Čihař <michal at cihar.com>


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/3d24d08e41a0...4312b16a5496


More information about the Git mailing list