Allow match selecting of current certificate.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 13 Nov 2013 22:57:11 +0000 (22:57 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 13 Nov 2013 23:48:35 +0000 (23:48 +0000)
commit629b640bbc5391c6ac727aaa8465c5c5f99a5708
tree8381a3ff67166b544185f87ebbe7d2294b8cade8
parent7b6b246fd393cbe07bc1f0d456140efdff59f971
Allow match selecting of current certificate.

If pointer comparison for current certificate fails check
to see if a match using X509_cmp succeeds for the current
certificate: this is useful for cases where the certificate
pointer is not available.
ssl/ssl_cert.c