ssl: Stop creating our own X509_LOOKUP_METHOD
authorSebastian Andrzej Siewior <sebastian@breakpoint.cc>
Wed, 26 Oct 2016 10:55:03 +0000 (12:55 +0200)
committerSalvatore Bonaccorso <carnil@debian.org>
Fri, 26 Oct 2018 15:52:24 +0000 (16:52 +0100)
commitc2c946154eb6eff8c315890e3fd535f08026b807
treeb12dd4a0b4068a82d36aceb81663729c86ef15dc
parent4bf0ec647a6bbb880895eb09a400e2440b291cf6
ssl: Stop creating our own X509_LOOKUP_METHOD

OpenSSL 1.1.0 does not seem to provide API to do that anymore.

There is no need to create a custom lookup to begin with. This method
here has no callbacks implemented and is doing nothing. The way I
understand it, it is used to retrieve a `lookup' object which provides a
certificate store.  The SSL ctx provides also such a store.

Acked-by: Christophe Fergeau <cfergeau@redhat.com>
Acked-by: Pavel Grunt <pgrunt@redhat.com>
Gbp-Pq: Name ssl-Stop-creating-our-own-X509_LOOKUP_METHOD.patch
src/spice-channel.c