Use different API for reading TLS cert (fixes #64)
authorFelix Morgner <felix.morgner@gmail.com>
Sun, 12 Jul 2015 13:01:07 +0000 (15:01 +0200)
committerFelix Morgner <felix.morgner@gmail.com>
Sun, 12 Jul 2015 13:01:07 +0000 (15:01 +0200)
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.


No differences found