From: Felix Morgner Date: Sun, 12 Jul 2015 13:01:07 +0000 (+0200) Subject: Use different API for reading TLS cert (fixes #64) X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=commitdiff_plain;h=82e80f8f18cbb6fed903621751ba9751dc2b80a2;hp=82e80f8f18cbb6fed903621751ba9751dc2b80a2 Use different API for reading TLS cert (fixes #64) The OpenSSL TLS backend now reads the certificate file using SSL_CTX_use_certificate_chain_file(...) so that concatenated certificate files containing a verification chain are read correctly. Thanks to Andres Erbsen (@andres-erbsen) for reporting the issue. ---