| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Test reading CN from test certificate | Joseph Glanville | 2015-05-18 | 1 | -2/+2 |
| | | |||||
| * | Add test for get_peer_certificate() | Joseph Glanville | 2015-05-16 | 1 | -0/+10 |
| | | |||||
| * | Add SslStream.pending() | Manuel Schölling | 2015-04-30 | 1 | -0/+24 |
| | | |||||
| * | Write through to underlying stream for every write call | Steven Fackler | 2015-04-30 | 1 | -3/+28 |
| | | | | | cc #208 | ||||
| * | Fix nightly build issues | Steven Fackler | 2015-04-15 | 1 | -1/+0 |
| | | |||||
| * | Fix non-dtls tests | Steven Fackler | 2015-04-08 | 1 | -4/+3 |
| | | |||||
| * | Fix dtls tests | Steven Fackler | 2015-04-08 | 1 | -8/+8 |
| | | | | | There's a reason static mut is unsafe... | ||||
| * | Adapt code for rust-1.0.0-beta | Manuel Schölling | 2015-04-06 | 1 | -9/+6 |
| | | |||||
| * | Fix rebase errors | Manuel Schölling | 2015-04-06 | 1 | -8/+1 |
| | | |||||
| * | Add ability to load private keys from files and use raw keys and ↵ | Manuel Schölling | 2015-04-06 | 1 | -1/+1 |
| | | | | | | | | | certificates for SslContext Conflicts: openssl/src/crypto/pkey.rs openssl/src/ssl/tests.rs | ||||
| * | Add ability to load private keys from files and use raw keys and ↵ | Manuel Schölling | 2015-04-06 | 1 | -2/+5 |
| | | | | | | | | certificates for SslContext Conflicts: openssl/src/ssl/tests.rs | ||||
| * | Debug halteproblem with tests | Manuel Schölling | 2015-04-06 | 1 | -2/+2 |
| | | |||||
| * | Move connected_socket to its own crate and fix SSL_CTX_set_read_ahead() | Manuel Schölling | 2015-04-06 | 1 | -5/+6 |
| | | |||||
| * | Adjust sin_len/sin6_len for non-linux platforms | Manuel Schölling | 2015-04-06 | 1 | -1/+1 |
| | | | | | | | Fixing errors for platforms you don't own is really annoying ;) Fixing errors | ||||
| * | Fix portability issue and typo | Manuel Schölling | 2015-04-06 | 1 | -5/+4 |
| | | |||||
| * | Fix travis test setup for DTLS | Manuel Schölling | 2015-04-06 | 1 | -8/+23 |
| | | |||||
| * | Add DTLSv1 and DTLSv1.2 support | Manuel Schölling | 2015-04-06 | 1 | -80/+135 |
| | | |||||
| * | Add connect() support for UDP sockets | Manuel Schölling | 2015-04-06 | 1 | -18/+52 |
| | | |||||
| * | Fix errors in tests (SslVerifyPeer -> SSL_VERIFY_PEER) | Manuel Schölling | 2015-04-03 | 1 | -16/+16 |
| | | |||||
| * | Return Result<(),SslError> instead of Option<SslError> | Manuel Schölling | 2015-04-03 | 1 | -11/+11 |
| | | |||||
| * | Add ability to load private keys from files and use raw keys and ↵ | Manuel Schölling | 2015-04-03 | 1 | -1/+24 |
| | | | | | certificates for SslContext | ||||
| * | Change SslVerifyMode to bitflags and add SSL_VERIFY_FAIL_IF_NO_PEER_CERT | Manuel Schölling | 2015-04-03 | 1 | -11/+12 |
| | | | | | | SslVerifyMode was changed to bitflags to allow for bitwise operations like (SSL_VERIFY_PEER | SSL_VERIFY_FAIL_IF_NO_PEER_CERT). | ||||
| * | Fix npn feature | Steven Fackler | 2015-03-25 | 1 | -0/+6 |
| | | |||||
| * | Fix deprecation warnings | Steven Fackler | 2015-03-25 | 1 | -4/+3 |
| | | |||||
| * | openssl: Add tests for server-side NPN | Marko Lalic | 2015-03-23 | 1 | -0/+41 |
| | | |||||
| * | openssl: Add tests for client-side NPN | Marko Lalic | 2015-03-23 | 1 | -2/+74 |
| | | | | | | An additional `openssl` process is spun up before the tests are ran. This process has NPN enabled with some default protocols. | ||||
| * | Merge pull request #172 from reaperhulk/add-ssl-ctx-set-get-options | Steven Fackler | 2015-03-07 | 1 | -0/+25 |
| |\ | | | | | 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 | -4/+15 |
| | | | |||||
| | * | add support for SSL_CTX_set_options and SSL_CTX_get_options | Paul Kehrer | 2015-02-22 | 1 | -0/+14 |
| | | | | | | | | | fixes #168 | ||||
| * | | Convert to new IO. | Steven Fackler | 2015-02-24 | 1 | -16/+6 |
| |/ | |||||
| * | Update depreciated code | Kevin Butler | 2015-02-20 | 1 | -2/+2 |
| | | |||||
| * | Move docs to this repo and auto build | Steven Fackler | 2015-02-07 | 1 | -0/+207 |