summaryrefslogtreecommitdiffstats
path: root/util/build.info
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2016-09-07 16:53:18 +0100
committerRich Salz <rsalz@openssl.org>2016-09-07 13:57:48 -0400
commit978ecbb08be69864c2a85524eafbdb70487becb0 (patch)
tree3e6832b8661c070bb04ef352038ecf7916c57231 /util/build.info
parent3e2dd30d665f3a312a45f945ffafb74ff6c420d6 (diff)
Avoid EVP_PKEY_cmp() crash on EC keys without public component
Some hardware devices don't provide the public EC_POINT data. The only way for X509_check_private_key() to validate that the key matches a given certificate is to actually perform a sign operation and then verify it using the public key in the certificate. Maybe that can come later, as discussed in issue 1532. But for now let's at least make it fail gracefully and not crash. GH: 1532 Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1547) (cherry picked from commit 92ed7fa575a80955f3bb6efefca9bf576a953586)
Diffstat (limited to 'util/build.info')
0 files changed, 0 insertions, 0 deletions