| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add Ssl::set_verify | Steven Fackler | 2016-04-30 | 1 | -0/+30 | |
| | | | | | | It also uses a better, closure based API than the existing callback methods. | |||||
| * | Ignore default verify paths test on windows | Steven Fackler | 2016-04-29 | 1 | -0/+1 | |
| | | ||||||
| * | Add SslContext::set_default_verify_paths | Steven Fackler | 2016-04-16 | 1 | -0/+17 | |
| | | ||||||
| * | More deprecated function cleanup | Steven Fackler | 2016-02-08 | 1 | -1/+1 | |
| | | ||||||
| * | Stop using deprecated method | Steven Fackler | 2016-02-08 | 1 | -1/+2 | |
| | | ||||||
| * | openssl/ssl/context: test that we are refcounting correctly | Cody P Schafer | 2016-01-18 | 1 | -0/+13 | |
| | | | | | | | | | | | Not a perfect test, on failure it _might_ exit with this output: Process didn't exit successfully: `/home/cody/g/rust-openssl/openssl/target/debug/openssl-8e712036e3aac4fe` (signal: 11) But unclear if we can do any better. | |||||
| * | Fix should_panic check | Steven Fackler | 2016-01-11 | 1 | -3/+3 | |
| | | ||||||
| * | Add stream panic propagation behind a nightly feature gate | Steven Fackler | 2016-01-11 | 1 | -0/+88 | |
| | | ||||||
| * | Work around the worst of clone bogusness | Steven Fackler | 2015-12-18 | 1 | -0/+8 | |
| | | | | | | | | | | | SslStream::{clone,try_clone} are inherently broken since the Ssl object shared by both streams is only going to be talking to one stream. Stuff like hyper depends on try_clone, so we'll leave it here for now but minimize the brokenness to "no worse than what it used to be like". They'll be removed in 0.8. cc #325 | |||||
| * | Disable cross compilation for now | Steven Fackler | 2015-12-17 | 1 | -1/+2 | |
| | | ||||||
| * | Rustfmt | Steven Fackler | 2015-12-15 | 1 | -93/+112 | |
| | | ||||||
| * | Replace SslStream implementation! | Steven Fackler | 2015-12-09 | 1 | -20/+1 | |
| | | ||||||
| * | Implement read and write | Steven Fackler | 2015-12-09 | 1 | -0/+12 | |
| | | ||||||
| * | IT LIVES | Steven Fackler | 2015-12-09 | 1 | -1/+8 | |
| | | ||||||
| * | Switch to libc 0.2 | Steven Fackler | 2015-11-16 | 1 | -29/+14 | |
| | | ||||||
| * | Move SSL methods to Ssl object, add getter | Steven Fackler | 2015-11-16 | 1 | -19/+19 | |
| | | ||||||
| * | Revert "Revert "Merge pull request #280 from ltratt/libressl_build"" | Steven Fackler | 2015-11-16 | 1 | -4/+0 | |
| | | | | | This reverts commit ae3d0e36d71bb121c2fc1a75b3bc6d97f0e61480. | |||||
| * | Get nonblocking tests working on OSX/Windows | Alex Crichton | 2015-10-22 | 2 | -0/+1022 | |