| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Tweaks | Steven Fackler | 2017-02-18 | 1 | -4/+3 | |
| | | ||||||
| * | add Ok to result | Benjamin Fry | 2017-02-16 | 1 | -1/+1 | |
| | | ||||||
| * | only forget in non-error condition | Benjamin Fry | 2017-02-16 | 1 | -1/+1 | |
| | | ||||||
| * | review fixes: reorder forget() | Benjamin Fry | 2017-02-16 | 1 | -2/+6 | |
| | | ||||||
| * | fix cfg options for v102 and v110 | Benjamin Fry | 2017-02-16 | 1 | -2/+2 | |
| | | ||||||
| * | add set_verify_cert_store() to ssl ctx | Benjamin Fry | 2017-02-16 | 2 | -0/+38 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into x509-builder | Steven Fackler | 2017-02-11 | 4 | -153/+823 | |
| |\ | ||||||
| | * | Switch to foreign_types | Steven Fackler | 2017-02-03 | 2 | -7/+25 | |
| | | | ||||||
| | * | Merge pull request #550 from Keruspe/master | Steven Fackler | 2017-01-22 | 1 | -2/+2 | |
| | |\ | | | | | | | LibreSSL support improvements | |||||
| | | * | libressl: make set_ecdh_auto available | Marc-Antoine Perennou | 2017-01-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | | Signed-off-by: Marc-Antoine Perennou <[email protected]> | |||||
| | * | | Fix test warnings | Steven Fackler | 2017-01-21 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | OCSP functionality | Steven Fackler | 2017-01-14 | 2 | -6/+183 | |
| | | | | ||||||
| | * | | Fix typo | Steven Fackler | 2017-01-08 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Add methods to construct SslAcceptorBuilder without key and cert | Steven Fackler | 2017-01-08 | 2 | -32/+51 | |
| | | | | | | | | | | | | | | | | This will allow, in particular, initialization directly from files rather than having to load and parse them manually. | |||||
| | * | | Provide master key access | Steven Fackler | 2017-01-04 | 2 | -2/+36 | |
| | | | | ||||||
| | * | | Add basic session tests | Steven Fackler | 2017-01-04 | 1 | -0/+16 | |
| | | | | ||||||
| | * | | session is nullable | Steven Fackler | 2017-01-04 | 1 | -2/+9 | |
| | | | | ||||||
| | * | | Provide access to the session ID | Steven Fackler | 2017-01-04 | 1 | -2/+13 | |
| | | | | ||||||
| | * | | Types and accessor for SslSession | Steven Fackler | 2017-01-04 | 1 | -0/+7 | |
| | |/ | ||||||
| | * | Typo | Steven Fackler | 2017-01-02 | 1 | -1/+1 | |
| | | | ||||||
| | * | Clean up bio | Steven Fackler | 2017-01-01 | 1 | -7/+7 | |
| | | | ||||||
| | * | Merge pull request #538 from semarie/libressl | Steven Fackler | 2016-12-22 | 2 | -4/+7 | |
| | |\ | | | | | | | Add LibreSSL support | |||||
| | | * | Add LibreSSL 2.5.0 support | Sébastien Marie | 2016-12-21 | 2 | -4/+7 | |
| | | | | ||||||
| | * | | Handle zero-length reads/writes | Alex Crichton | 2016-12-20 | 2 | -0/+24 | |
| | |/ | | | | | | | | | | | | | This commit adds some short-circuits for zero-length reads/writes to `SslStream`. Because OpenSSL returns 0 on error, then we could mistakenly confuse a 0-length success as an actual error, so we avoid writing or reading 0 bytes by returning quickly with a success. | |||||
| | * | Implement Clone for SslConnector and SslAcceptor | Steven Fackler | 2016-11-27 | 1 | -0/+2 | |
| | | | ||||||
| | * | Cleanup | Steven Fackler | 2016-11-27 | 3 | -12/+8 | |
| | | | ||||||
| | * | Rename ec_key to ec | Steven Fackler | 2016-11-14 | 3 | -5/+5 | |
| | | | ||||||
| | * | Rename new_by_curve_name to from_curve_name | Steven Fackler | 2016-11-13 | 1 | -1/+1 | |
| | | | ||||||
| | * | No need to use a raw string anymore | Steven Fackler | 2016-11-13 | 1 | -2/+2 | |
| | | | ||||||
| | * | Use ffdhe2048 in mozilla_intermediate | Steven Fackler | 2016-11-12 | 1 | -42/+8 | |
| | | | ||||||
| | * | Be a bit more emphatic about the danger | Steven Fackler | 2016-11-12 | 2 | -4/+4 | |
| | | | ||||||
| | * | Add a connect method that does not perform hostname verification | Steven Fackler | 2016-11-12 | 2 | -4/+49 | |
| | | | | | | | | | The method name is intentionally painful to type to discourage its use | |||||
| | * | Simplify test logic a bit | Steven Fackler | 2016-11-12 | 1 | -10/+2 | |
| | | | ||||||
| | * | Add SslRef::set_{tmp_dh,tmp_ecdh,ecdh_auto} | Steven Fackler | 2016-11-12 | 1 | -0/+18 | |
| | | | ||||||
| | * | Pick different cipher lists on 1.0.1 and 1.0.2 | Steven Fackler | 2016-11-12 | 1 | -2/+10 | |
| | | | ||||||
| | * | Adjust cipher lists to work on older versions | Steven Fackler | 2016-11-12 | 1 | -4/+4 | |
| | | | ||||||
| | * | Add SslRef::set_tmp_{ec,}dh_calback | Steven Fackler | 2016-11-12 | 2 | -3/+141 | |
| | | | ||||||
| | * | Add SslContextBuilder::set_tmp_{ec,}dh_callback | Steven Fackler | 2016-11-12 | 2 | -6/+150 | |
| | | | ||||||
| | * | Add basic X509_STORE access | Steven Fackler | 2016-11-12 | 2 | -0/+25 | |
| | | | | | | | | | | | | | | | There's more to do here, but this enabled addition of trusted CAs from X509 objects. Closes #394 | |||||
| | * | Fix EOF detection | Steven Fackler | 2016-11-11 | 1 | -19/+35 | |
| | | | | | | | | | See https://github.com/openssl/openssl/issues/1903 for details | |||||
| | * | Drop rustc-serialize dependency | Steven Fackler | 2016-11-09 | 1 | -5/+4 | |
| | | | ||||||
| | * | Make sure to override SslContext verify callback always | Steven Fackler | 2016-11-08 | 1 | -1/+3 | |
| | | | | | | | | | | | | | The 1.0.1 code has to override this to setup hostname validation, and don't want behavior to silently change depending on the OpenSSL version you're building against. | |||||
| * | | Add stack creation and push | Steven Fackler | 2016-11-06 | 1 | -0/+4 | |
| |/ | ||||||
| * | Support client CA advertisement | Steven Fackler | 2016-11-06 | 3 | -3/+22 | |
| | | ||||||
| * | Fix build on 1.0.1 | Steven Fackler | 2016-11-06 | 1 | -0/+6 | |
| | | ||||||
| * | Add accessors for cert and private key | Steven Fackler | 2016-11-06 | 1 | -0/+49 | |
| | | | | | Closes #340 | |||||
| * | Fixes | Steven Fackler | 2016-11-05 | 1 | -7/+22 | |
| | | ||||||
| * | Rustfmt | Steven Fackler | 2016-11-05 | 1 | -5/+2 | |
| | | ||||||
| * | Rename accessors | Steven Fackler | 2016-11-05 | 2 | -6/+6 | |
| | | ||||||
| * | Get rid of Ref | Steven Fackler | 2016-11-04 | 3 | -56/+59 | |
| | | | | | | There's unfortunately a rustdoc bug that causes all methods implemented for any Ref<T> to be inlined in the deref methods section :( | |||||