Disable the buggy RSA parser by default.
In doing so, fix the error mapping in openssl_ssl_util.cc. An SSL connection may fail due to errors in other modules as well (notably the RSA parser lives in libcrypto). Map any unknown error to ERR_SSL_PROTOCOL_ERROR, rather than ERR_FAILED and continue to report the error info. Bug: 735616 Change-Id: Icb587e66987ddd9d5445d30d456de1c029cda21a Reviewed-on: https://chromium-review.googlesource.com/540536 Commit-Queue: Steven Valdez <svaldez@chromium.org> Reviewed-by:Steven Valdez <svaldez@chromium.org> Cr-Commit-Position: refs/heads/master@{#481640}
Showing
Please register or sign in to comment