| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
There's unfortunately a rustdoc bug that causes all methods implemented
for any Ref<T> to be inlined in the deref methods section :(
|
| |
|
|
|
| |
Fall back to a hardcoded PEM blob on 1.0.1, but serialized from
DH_get_2048_256.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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).
|
| | |
|
| |
|