]> git.ipfire.org Git - thirdparty/openssl.git/commit
Check that the obtained public key is valid
authorMatt Caswell <matt@openssl.org>
Mon, 25 Apr 2016 15:50:59 +0000 (16:50 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 19 May 2016 20:08:27 +0000 (21:08 +0100)
commiteea595ff6b554b3876bab51b2560df5fb0006696
treec8b5c96a3a39dae5d0e49d1b48efdb0f90f77a65
parentbdbfb8477eac725639469a50e55698e371d86d2f
Check that the obtained public key is valid

In the X509 app check that the obtained public key is valid before we
attempt to use it.

Issue reported by Yuan Jochen Kang.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
apps/x509.c