summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli_server.c
diff options
context:
space:
mode:
authorTjerk Meesters <datibbaw@php.net>2015-06-26 05:31:54 +0800
committerTjerk Meesters <datibbaw@php.net>2015-06-26 05:33:28 +0800
commit2ff3dafccfa4fd0bc031d5165f84593d092148d2 (patch)
tree64e08e153a0502afa50bee0f5884f6444225a1b7 /sapi/cli/php_cli_server.c
parentb1ec4515b00739d89ba1c76ed9285b27094ea349 (diff)
downloadphp-git-2ff3dafccfa4fd0bc031d5165f84593d092148d2.tar.gz
Fixed #69882: OpenSSL error "key values mismatch" after openssl_pkcs12_read with extra certs
Squashed commit of the following: commit a64c1d9bc4c129fd946a478bdcb55101e42157b7 Author: Tomasz Sawicki <falundir@gmail.com> Date: Wed Jun 24 08:49:37 2015 +0200 Fix #69882: OpenSSL error "key values mismatch" after openssl_pkcs12_read with extra certs The "key values mismatch" error is triggered in openssl_pkcs12_read by PKCS12_parse, because it uses X509_check_private_key to separate main certificate (which corresponds to private key) from extra certificates. Extra certificates usually comes first (p12 contents are reversed as stack) and X509_check_private_key triggers X509_R_KEY_VALUES_MISMATCH error. The fix pops "key values mismatch" error from OpenSSL error stack for each extra certificate if there are any.
Diffstat (limited to 'sapi/cli/php_cli_server.c')
0 files changed, 0 insertions, 0 deletions