| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Add SslContext::set_default_verify_paths | Steven Fackler | 2016-04-16 | 2 | -0/+21 | |
| |/ | ||||||
| * | Update for nightly changes | Steven Fackler | 2016-04-13 | 3 | -8/+8 | |
| | | ||||||
| * | Update lazy_static | Steven Fackler | 2016-04-13 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #380 from Yoric/master | Steven Fackler | 2016-04-13 | 2 | -0/+90 | |
| |\ | | | | | Resolves #378 - Module version with the version information | |||||
| | * | Resolves #378 - Module version with the version information | David Rajchenbach-Teller | 2016-04-13 | 2 | -0/+90 | |
| | | | ||||||
| * | | Add ability to set session ID context on an SSL context | Rico Huijbers | 2016-04-13 | 1 | -0/+14 | |
| |/ | | | | | This is necessary to make authentication with client certificates work without session restarts. | |||||
| * | copy PKey using DER encode and decode | Kevin King | 2016-04-10 | 1 | -4/+34 | |
| | | | | | test that fields of cloned private and public keys can be accessed | |||||
| * | Release v0.7.9 | Steven Fackler | 2016-04-06 | 2 | -5/+5 | |
| | | ||||||
| * | add EVP_PKEY_copy_parameters to FFI | Kevin King | 2016-04-06 | 2 | -11/+15 | |
| | | | | | | | copy EVP_PKEY params in PKey::clone test that PKey::clone creates a copy | |||||
| * | Add safe wrapper BioMethod for ffi::BIO_METHOD | Joe Wilm | 2016-04-04 | 2 | -18/+29 | |
| | | | | | | | Adds a wrapper for ffi::BIO_METHOD located at ssl::bio::BioMethod. This enables SslStream to be Send without doing an unsafe impl on the ffi struct. | |||||
| * | Cleanup | Steven Fackler | 2016-03-27 | 1 | -8/+3 | |
| | | ||||||
| * | Update for nightly changes | Steven Fackler | 2016-03-27 | 1 | -1/+1 | |
| | | ||||||
| * | Cast correctly c_char raw pointers (fixes build on ARM #363) | Leon Anavi | 2016-03-22 | 1 | -1/+1 | |
| | | | | | | | | Fix error caused by mismatched types while building crate openssl for Raspberry Pi 2 and other ARM devices. Signed-off-by: Leon Anavi <[email protected]> | |||||
| * | Release v0.7.8 | Steven Fackler | 2016-03-18 | 2 | -5/+5 | |
| | | ||||||
| * | Allow Rust to infer the type of the argument to SSL_CIPHER_description. | Ms2ger | 2016-03-18 | 1 | -2/+2 | |
| | | | | | | This allows the code to compile on Android, where an unsigned char is expected. | |||||
| * | Clean up BIO name | Steven Fackler | 2016-03-17 | 1 | -4/+1 | |
| | | ||||||
| * | Simplify panic safety logic for new nightly | Steven Fackler | 2016-03-17 | 1 | -44/+5 | |
| | | ||||||
| * | Release v0.7.7 | Steven Fackler | 2016-03-17 | 2 | -5/+5 | |
| | | ||||||
| * | Fix nightly warnings about zero-sized fn pointers | Alex Crichton | 2016-03-11 | 1 | -2/+4 | |
| | | ||||||
| * | Merge pull request #353 from bluejekyll/master | Steven Fackler | 2016-03-05 | 3 | -1/+79 | |
| |\ | | | | | adding functionality to directly get and set RSA public key material | |||||
| | * | making from_raw() unsafe | Benjamin Fry | 2016-03-05 | 1 | -1/+2 | |
| | | | ||||||
| | * | added public key material to the constructor | Benjamin Fry | 2016-02-28 | 3 | -22/+34 | |
| | | | ||||||
| | * | review fixes, keep raw RSA initiallization private | Benjamin Fry | 2016-02-23 | 2 | -8/+9 | |
| | | | ||||||
| | * | adding functionality to directly get and set RSA key material | Benjamin Fry | 2016-02-17 | 3 | -1/+65 | |
| | | | ||||||
| * | | Stop testing sslv2 feature on Travis | Steven Fackler | 2016-03-01 | 1 | -1/+1 | |
| | | | | | | | OpenSSL removed support for this entirely in the most recent release. | |||||
| * | | Update source URL for new OpenSSL release | Steven Fackler | 2016-03-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #356 from erikjohnston/conninfo | Steven Fackler | 2016-03-01 | 1 | -0/+87 | |
| |\ \ | | | | | | | Add support for SSL_CIPHER | |||||
| | * | | Make SSLCipher.bits() return a struct. | Erik Johnston | 2016-02-29 | 1 | -10/+14 | |
| | | | | ||||||
| | * | | Add SSL_get_version | Erik Johnston | 2016-02-29 | 1 | -11/+42 | |
| | | | | ||||||
| | * | | Add support for SSL_CIPHER | Erik Johnston | 2016-02-17 | 1 | -0/+52 | |
| | | | | ||||||
| * | | | Bump bitflags to 0.4 | Kalita Alexey | 2016-02-28 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Release v0.7.6 | Steven Fackler | 2016-02-10 | 2 | -5/+5 | |
| | | | ||||||
| * | | More deprecated function cleanup | Steven Fackler | 2016-02-08 | 1 | -1/+1 | |
| | | | ||||||
| * | | Stop using deprecated method | Steven Fackler | 2016-02-08 | 1 | -1/+2 | |
| |/ | ||||||
| * | Rename Nid uid/UID to prevent breakage | Joe Wilm | 2016-02-02 | 2 | -3/+5 | |
| | | ||||||
| * | Fix Nid::UID value | Joe Wilm | 2016-02-02 | 3 | -1/+43 | |
| | | | | | | Nid::UID (userId) previously held the value of Nid::uid (uniqueIdentifier). | |||||
| * | Revert "Revert "impl Clone for PKey and X509 by using their 'references' ↵ | Steven Fackler | 2016-01-31 | 3 | -0/+36 | |
| | | | | | member"" | |||||
| * | Fix PKey RSA constructors | Steven Fackler | 2016-01-30 | 2 | -31/+62 | |
| | | | | | | | | | `set1` functions bump the object's refcount so we were previously leaking the RSA object. Split the decode from PEM part out to a method on RSA and use that in the PKey constructors. Also make RSA a pointer and actually free it. | |||||
| * | Revert "impl Clone for PKey and X509 by using their 'references' member" | Steven Fackler | 2016-01-28 | 3 | -36/+0 | |
| | | ||||||
| * | Merge pull request #343 from jimmycuadra/ordered-extensions | Steven Fackler | 2016-01-28 | 2 | -6/+101 | |
| |\ | | | | | Preserve X.509 extension insertion order | |||||
| | * | Preserve X.509 extension insertion order. | Jimmy Cuadra | 2016-01-28 | 2 | -6/+101 | |
| | | | | | | | | | | | | | | | Ensures that extensions that are order-dependent are inserted in the same order when calling out to OpenSSL during certificate signing. Fixes #327. | |||||
| * | | Bump openssl version to test with | Steven Fackler | 2016-01-28 | 1 | -1/+1 | |
| |/ | ||||||
| * | Remove unwraps from rsa accessors | Steven Fackler | 2016-01-22 | 1 | -10/+11 | |
| | | ||||||
| * | Merge pull request #330 from esclear/master | Steven Fackler | 2016-01-22 | 4 | -2/+61 | |
| |\ | | | | | Add a interface to RSA structs | |||||
| | * | Fix up RSA integration | Daniel Albert | 2016-01-20 | 2 | -2/+2 | |
| | | | ||||||
| | * | Merge branch 'master' of https://github.com/sfackler/rust-openssl | Daniel Albert | 2016-01-20 | 9 | -15/+347 | |
| | |\ | ||||||
| | * | | Fix incorrect unsafe declaration | Daniel Albert | 2016-01-12 | 1 | -10/+21 | |
| | | | | ||||||
| | * | | Adhere to rust conventions | Daniel Albert | 2016-01-12 | 1 | -10/+6 | |
| | | | | ||||||
| | * | | Make the BigNum generation from a native pointer unsafe | Daniel Albert | 2016-01-09 | 1 | -8/+6 | |
| | | | | ||||||
| | * | | Add public interface to access BigNums from RSA keys | Daniel Albert | 2016-01-01 | 1 | -0/+39 | |
| | | | | ||||||