boring2/openssl
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
test Add x509_validity feature to travis tests 2016-08-17 01:23:54 -04:00
Cargo.toml Add `"x509_expiry"` feature flag 2016-08-17 01:23:54 -04:00
LICENSE Move openssl license to openssl 2015-02-13 23:24:40 -08:00
build.rs Make c_helpers optional 2016-08-09 22:02:49 -07:00