| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Make connected_socket a dev-dependency | Manuel Schölling | 2015-04-06 | 1 | -0/+1 | |
| | | ||||||
| * | Fix rebase errors | Manuel Schölling | 2015-04-06 | 1 | -2/+0 | |
| | | ||||||
| * | Move connected_socket to its own crate and fix SSL_CTX_set_read_ahead() | Manuel Schölling | 2015-04-06 | 1 | -0/+3 | |
| | | ||||||
| * | Add DTLSv1 and DTLSv1.2 support | Manuel Schölling | 2015-04-06 | 1 | -0/+2 | |
| | | ||||||
| * | Stabilize openssl! | Steven Fackler | 2015-04-02 | 1 | -1/+0 | |
| | | ||||||
| * | Remove two features | Steven Fackler | 2015-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | rustup: changes to io::Error | Sean McArthur | 2015-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | Remove unsafe_destructor | Steven Fackler | 2015-03-30 | 1 | -1/+1 | |
| | | ||||||
| * | Fix verify data free function | Steven Fackler | 2015-03-29 | 1 | -4/+5 | |
| | | | | | | | | | | Turns out this is called with a null pointer if you never set the data which didn't end up doing anything until the recent zeroing drop changes. Also use a map of indexes since statics in generic functions don't monomorphize | |||||
| * | Update to rust master | Alex Crichton | 2015-03-25 | 1 | -2/+2 | |
| | | ||||||
| * | Fix warnings and build issues | Steven Fackler | 2015-03-20 | 1 | -2/+1 | |
| | | ||||||
| * | Fix warnings | Steven Fackler | 2015-03-10 | 1 | -2/+2 | |
| | | ||||||
| * | Merge pull request #172 from reaperhulk/add-ssl-ctx-set-get-options | Steven Fackler | 2015-03-07 | 1 | -0/+3 | |
| |\ | | | | | add support for SSL_CTX_set_options and SSL_CTX_get_options | |||||
| | * | add support for SSL_CTX_clear_options and use bitflags | Paul Kehrer | 2015-02-23 | 1 | -0/+3 | |
| | | | ||||||
| * | | Added try_clone to SslStream for SslStream<TcpStream>. | Aaron Weiss | 2015-03-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'breaks' | Steven Fackler | 2015-02-27 | 1 | -1/+2 | |
| |\ \ | | | | | | | | | | | | | Conflicts: openssl/src/lib.rs | |||||
| | * | | Convert to new IO. | Steven Fackler | 2015-02-24 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | Switch to cargo liblibc | Steven Fackler | 2015-02-24 | 1 | -1/+1 | |
| | |/ | ||||||
| * / | Silence stability warning | Steven Fackler | 2015-02-26 | 1 | -1/+1 | |
| |/ | ||||||
| * | Remove old attributes | Steven Fackler | 2015-02-21 | 1 | -3/+0 | |
| | | ||||||
| * | Update depreciated code | Kevin Butler | 2015-02-20 | 1 | -1/+1 | |
| | | ||||||
| * | Fix warnings | Steven Fackler | 2015-02-19 | 1 | -1/+1 | |
| | | ||||||
| * | Move docs to this repo and auto build | Steven Fackler | 2015-02-07 | 1 | -0/+20 | |