boring2/openssl-sys
Steven Fackler cd69343d67 Fix SslContext::add_extra_chain_cert
SSL_CTX_add_extra_chain_cert assumes ownership of the certificate, so
the method really needs to take an X509 by value. Work around this by
manually cloning the cert.

This method has been around for over a year but I'm guessing nobody
actually used it since it produces a nice double free into segfault!
2016-08-17 19:30:57 -07:00
..
src Fix SslContext::add_extra_chain_cert 2016-08-17 19:30:57 -07:00
Cargo.toml Release openssl-sys v0.7.16, openssl v0.8.1 2016-08-15 18:44:57 -07:00
LICENSE-MIT New build system 2014-11-13 15:17:00 +02:00
build.rs Avoid empty include paths (i.e. cc -I "" ) as they are not supported by GCC. Fix #311 2015-11-28 16:26:58 +01:00