| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #858 from Ralith/stateless-api | Steven Fackler | 2018-03-31 | 1 | -39/+163 |
| |\ | | | | | Introduce SslStreamBuilder | ||||
| | * | Introduce SslStreamBuilder | Benjamin Saunders | 2018-03-28 | 1 | -34/+114 |
| | | | |||||
| | * | Update to OpenSSL 1.1.1-pre3 | Benjamin Saunders | 2018-03-28 | 1 | -5/+49 |
| | | | |||||
| * | | Clean up a couple of holdovers from old features | Steven Fackler | 2018-03-29 | 1 | -3/+5 |
| |/ | |||||
| * | Remove version-specific features | Steven Fackler | 2018-03-19 | 1 | -87/+80 |
| | | | | | Closes #852 | ||||
| * | Expose additional cipher and digest accessors | Benjamin Saunders | 2018-03-16 | 1 | -0/+26 |
| | | |||||
| * | Add a Sync + Send bound to the custom ext type | Steven Fackler | 2018-03-11 | 1 | -13/+26 |
| | | | | | | It's stored inside of the Ssl, so this is probably tecnically necessarly? | ||||
| * | Merge branch 'master' into custom-extensions | Steven Fackler | 2018-03-11 | 1 | -0/+3 |
| |\ | |||||
| | * | Add one more set of impls | Steven Fackler | 2018-03-10 | 1 | -0/+3 |
| | | | |||||
| * | | Generic custom extension add fn return type | Benjamin Saunders | 2018-03-10 | 1 | -7/+7 |
| | | | |||||
| * | | High-level API for OpenSSL 1.1.1 custom extension support | Benjamin Saunders | 2018-03-09 | 1 | -0/+76 |
| |/ | |||||
| * | Add SslOptions::ENABLE_MIDDLEBOX_COMPAT | Benjamin Saunders | 2018-03-03 | 1 | -0/+7 |
| | | |||||
| * | Add min/max protocol version support | Steven Fackler | 2018-02-25 | 1 | -4/+100 |
| | | |||||
| * | Expose cookie generate/verify callback setters | Benjamin Saunders | 2018-02-25 | 1 | -0/+45 |
| | | |||||
| * | Add RFC 5705 support | Steven Fackler | 2018-02-23 | 1 | -2/+30 |
| | | |||||
| * | Actually add version stuff | Steven Fackler | 2018-02-21 | 1 | -2/+16 |
| | | |||||
| * | Add some debugging-related bindings | Steven Fackler | 2018-02-17 | 1 | -23/+70 |
| | | |||||
| * | Add SSL_version binding | Steven Fackler | 2018-02-17 | 1 | -2/+40 |
| | | |||||
| * | Fix session cloning | Steven Fackler | 2018-02-17 | 1 | -1/+1 |
| | | |||||
| * | Bind remove and get session callbacks | Steven Fackler | 2018-02-16 | 1 | -0/+52 |
| | | |||||
| * | SSL session callbacks have always been around | Steven Fackler | 2018-02-16 | 1 | -3/+0 |
| | | |||||
| * | Doc tweak | Steven Fackler | 2018-02-15 | 1 | -1/+1 |
| | | |||||
| * | Add more session cache support | Steven Fackler | 2018-02-15 | 1 | -3/+87 |
| | | |||||
| * | Tweak features | Steven Fackler | 2018-02-14 | 1 | -14/+27 |
| | | | | | We should keep the version features totally separate for now. | ||||
| * | OpenSSL 1.1.1 support | Steven Fackler | 2018-02-13 | 1 | -30/+29 |
| | | |||||
| * | Adjust the SNI callback | Steven Fackler | 2018-01-06 | 1 | -7/+23 |
| | | | | | Brings it more in line with how the raw callback is structured. | ||||
| * | Fix docs | Steven Fackler | 2018-01-06 | 1 | -1/+3 |
| | | |||||
| * | Misc cleanup | Steven Fackler | 2018-01-01 | 1 | -20/+7 |
| | | |||||
| * | Move X509Filetype to SslFiletype | Steven Fackler | 2018-01-01 | 1 | -22/+43 |
| | | | | | | | These constants have the same values, but X509_FILETYPE_DEFAULT doesn't work in the Ssl methods and using the SSL_* names is a bit less confusing. | ||||
| * | Parameterize keys over what they contain | Steven Fackler | 2017-12-30 | 1 | -24/+29 |
| | | | | | Closes #790 | ||||
| * | Remove `SslRef::compression` | Steven Fackler | 2017-12-28 | 1 | -24/+0 |
| | | | | | | TLS compression is extremely deprecated, so no-one should be messing with this in the first place. | ||||
| * | Add a parameter to servername | Steven Fackler | 2017-12-28 | 1 | -8/+24 |
| | | |||||
| * | Overhaul ALPN | Steven Fackler | 2017-12-27 | 1 | -113/+100 |
| | | | | | | | | | There was previously a lot of behind the scenes magic. We now bind much more directly to the relevant functions. Also remove APN support. That protocol is supersceded by ALPN - let's see if anyone actually needs to use it. | ||||
| * | Overhaul ssl error | Steven Fackler | 2017-12-26 | 1 | -81/+52 |
| | | |||||
| * | Overhaul verify error type | Steven Fackler | 2017-12-26 | 1 | -9/+7 |
| | | | | | Also set the error in the hostname verification callback for 1.0.1 | ||||
| * | Adjust SslConnector and SslAcceptor construction | Steven Fackler | 2017-12-26 | 1 | -19/+9 |
| | | |||||
| * | Drop Any bounds | Steven Fackler | 2017-12-26 | 1 | -12/+10 |
| | | |||||
| * | Fix a bunch of FIXMEs | Steven Fackler | 2017-12-25 | 1 | -13/+22 |
| | | |||||
| * | Fix tests | Steven Fackler | 2017-12-25 | 1 | -2/+2 |
| | | |||||
| * | Rename X509FileType to X509Filetype | Steven Fackler | 2017-12-25 | 1 | -3/+3 |
| | | |||||
| * | Move to associated consts | Steven Fackler | 2017-12-25 | 1 | -3/+3 |
| | | |||||
| * | Upgrade bitflags to 1.0 | Steven Fackler | 2017-12-25 | 1 | -63/+36 |
| | | | | | Closes #756 | ||||
| * | Fix link | Steven Fackler | 2017-12-09 | 1 | -1/+1 |
| | | |||||
| * | Finish documentation for the ssl module | Steven Fackler | 2017-12-04 | 1 | -45/+217 |
| | | | | | Closes #727 | ||||
| * | Docs for the ssl module. | Steven Fackler | 2017-12-03 | 1 | -36/+431 |
| | | | | | cc #727 | ||||
| * | Upgrade foreign-types | Steven Fackler | 2017-11-26 | 1 | -9/+1 |
| | | | | | | foreign-types 0.3 and 0.2 now share the same types and traits, so this is backwards compatible. | ||||
| * | Revert "Update foreign-types to 0.3" | Steven Fackler | 2017-11-21 | 1 | -0/+7 |
| | | |||||
| * | Update foreign-types to 0.3 | Anthony Ramine | 2017-11-21 | 1 | -7/+0 |
| | | |||||
| * | Adjust libressl version detection | Steven Fackler | 2017-11-13 | 1 | -2/+2 |
| | | | | | | The 2.5.3+ and 2.6.3+ series are ABI-stable, so we don't need to whitelist individual releases in those ranges. | ||||
| * | Add support for LibreSSL 2.6.3 | phoebe jenkins | 2017-11-13 | 1 | -2/+2 |
| | | |||||