| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Macroise from_pem | Steven Fackler | 2016-11-13 | 1 | -14/+1 |
| | | |||||
| * | Macroise to_pem | Steven Fackler | 2016-11-13 | 1 | -10/+2 |
| | | |||||
| * | Macroise from_der | Steven Fackler | 2016-11-13 | 1 | -11/+1 |
| | | |||||
| * | Macroise to_der | Steven Fackler | 2016-11-13 | 1 | -9/+1 |
| | | |||||
| * | Consistently support both PEM and DER encodings | Steven Fackler | 2016-11-11 | 1 | -9/+39 |
| | | | | | Closes #500 | ||||
| * | Get rid of Ref | Steven Fackler | 2016-11-04 | 1 | -3/+3 |
| | | | | | | There's unfortunately a rustdoc bug that causes all methods implemented for any Ref<T> to be inlined in the deref methods section :( | ||||
| * | Use built in DH parameters when available | Steven Fackler | 2016-11-01 | 1 | -1/+15 |
| | | | | | | Fall back to a hardcoded PEM blob on 1.0.1, but serialized from DH_get_2048_256. | ||||
| * | Convert Dh | Steven Fackler | 2016-10-31 | 1 | -29/+2 |
| | | |||||
| * | Expose SSL_MODEs | Steven Fackler | 2016-10-30 | 1 | -4/+1 |
| | | |||||
| * | Rustfmt | Steven Fackler | 2016-10-30 | 1 | -19/+10 |
| | | |||||
| * | Configure ECDH parameters in connector | Steven Fackler | 2016-10-30 | 1 | -6/+26 |
| | | |||||
| * | Camel case DH | Steven Fackler | 2016-10-27 | 1 | -20/+20 |
| | | |||||
| * | Don't allow mutation of SslContexts | Steven Fackler | 2016-10-25 | 1 | -3/+3 |
| | | | | | | | SslContext is reference counted and the various setter methods don't take out locks where necessary. Fix this by adding a builder for the context. | ||||
| * | Implement new feature setup | Steven Fackler | 2016-10-17 | 1 | -4/+7 |
| | | | | | | | | | The basic idea here is that there is a feature for each supported OpenSSL version. Enabling multiple features represents support for multiple OpenSSL versions, but it's then up to you to check which version you link against (probably by depending on openssl-sys and making a build script similar to what openssl does). | ||||
| * | Finish error overhaul | Steven Fackler | 2016-10-16 | 1 | -16/+21 |
| | | |||||
| * | Start on error + BN refactor | Steven Fackler | 2016-10-16 | 1 | -0/+142 |