Matt Caswell d813f9eb38 SSL_check_chain fix
If SSL_check_chain is called with a NULL X509 object or a NULL EVP_PKEY
or the type of the public key is unrecognised then the local variable
|cpk| in tls1_check_chain does not get initialised. Subsequently an
attempt is made to deref it (after the "end" label), and a seg fault will
result.

Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
2015-03-12 09:25:32 +00:00
..
2015-02-06 10:52:12 -05:00
2015-03-09 10:51:57 +00:00
2015-02-06 10:52:12 -05:00
2015-02-06 10:52:12 -05:00
2015-02-26 23:27:09 +00:00
2015-02-27 20:29:03 +00:00
2012-07-05 13:20:19 +00:00
2015-02-06 10:52:12 -05:00
2015-01-22 09:20:09 +00:00
2015-01-12 10:28:05 -05:00
2015-01-27 12:34:45 -05:00
2015-03-11 10:40:44 +00:00
2015-03-05 09:25:53 +00:00
2015-02-06 10:52:12 -05:00
2015-02-06 10:52:12 -05:00
2015-01-22 09:20:09 +00:00
2015-01-22 09:20:09 +00:00
2015-01-22 09:20:09 +00:00
2015-01-30 14:43:57 +01:00
2015-03-11 10:40:44 +00:00
2015-01-28 15:37:16 -05:00
2015-03-12 09:25:32 +00:00
2015-02-06 10:52:12 -05:00