| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Add docs for set_default_verify_paths | Steven Fackler | 2016-04-16 | 1 | -0/+5 | |
| | | | | | ||||||
| | * | | | Add SslContext::set_default_verify_paths | Steven Fackler | 2016-04-16 | 3 | -0/+22 | |
| | |/ / | ||||||
| | * | | 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 | 3 | -0/+99 | |
| | |\ \ | | | | | | | | | Resolves #378 - Module version with the version information | |||||
| | | * | | Resolves #378 - Module version with the version information | David Rajchenbach-Teller | 2016-04-13 | 3 | -0/+99 | |
| | | | | | ||||||
| | * | | | Merge pull request #379 from rix0rrr/add-context-id | Steven Fackler | 2016-04-13 | 2 | -0/+15 | |
| | |\ \ \ | | |/ / | |/| | | Add ability to set session ID context on an SSL context | |||||
| | | * | | Add ability to set session ID context on an SSL context | Rico Huijbers | 2016-04-13 | 2 | -0/+15 | |
| | |/ / | | | | | | | | | | | | | This is necessary to make authentication with client certificates work without session restarts. | |||||
| | * | | Merge pull request #376 from kcking/kcking-copy-pkey-using-der | Steven Fackler | 2016-04-09 | 1 | -4/+34 | |
| | |\ \ | | | | | | | | | Switch to using DER encode/decode to clone PKey (since EVP_PKEY_copy_parameters doesn't work) | |||||
| | | * | | 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 | |||||
| | * | | Merge branch 'release' | Steven Fackler | 2016-04-06 | 7 | -13/+13 | |
| | |\ \ | |/ / |/| | | ||||||
| * | | | Merge branch 'release-v0.7.9' into releasev0.7.9 | Steven Fackler | 2016-04-06 | 11 | -52/+63 | |
| |\ \ \ | ||||||
| | * | | | Release v0.7.9 | Steven Fackler | 2016-04-06 | 7 | -13/+13 | |
| | |/ / | ||||||
| | * | | Merge pull request #374 from kcking/kcking-pkey-clone-copy | Steven Fackler | 2016-04-06 | 3 | -11/+16 | |
| | |\ \ | | | | | | | | | change PKey::clone to use EVP_PKEY_copy_parameters | |||||
| | | * | | add EVP_PKEY_copy_parameters to FFI | Kevin King | 2016-04-06 | 3 | -11/+16 | |
| | |/ / | | | | | | | | | | | | | | | | copy EVP_PKEY params in PKey::clone test that PKey::clone creates a copy | |||||
| | * | | Merge pull request #372 from jwilm/safe-bio-method-wrapper | Steven Fackler | 2016-04-04 | 2 | -18/+29 | |
| | |\ \ | | | | | | | | | Add safe wrapper BioMethod for ffi::BIO_METHOD | |||||
| | | * | | 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 | |
| | | | | ||||||
| | * | | Merge pull request #364 from leon-anavi/master | Steven Fackler | 2016-03-21 | 1 | -1/+1 | |
| | |\ \ | | | | | | | | | Cast correctly c_char raw pointers (fixes build on ARM #363) | |||||
| | | * | | 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]> | |||||
| | * | | Merge branch 'release' | Steven Fackler | 2016-03-18 | 7 | -13/+13 | |
| | |\ \ | |/ / |/| | | ||||||
| * | | | Merge branch 'release-v0.7.8' into releasev0.7.8 | Steven Fackler | 2016-03-18 | 9 | -63/+21 | |
| |\ \ \ | ||||||
| | * | | | Release v0.7.8 | Steven Fackler | 2016-03-18 | 7 | -13/+13 | |
| | |/ / | ||||||
| | * | | Merge pull request #361 from servo/ptr | Steven Fackler | 2016-03-18 | 1 | -2/+2 | |
| | |\ \ | | | | | | | | | Allow Rust to infer the type of the argument to SSL_CIPHER_description. | |||||
| | | * | | 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 | |
| | | | | ||||||
| | * | | Merge branch 'release' | Steven Fackler | 2016-03-17 | 7 | -13/+13 | |
| | |\ \ | |/ / |/| / | |/ | ||||||
| * | | Merge branch 'release-v0.7.7' into releasev0.7.7 | Steven Fackler | 2016-03-17 | 14 | -23/+208 | |
| |\ \ | ||||||
| | * | | Release v0.7.7 | Steven Fackler | 2016-03-17 | 7 | -13/+13 | |
| | |/ | ||||||
| | * | Merge pull request #359 from alexcrichton/nightly-fixes | Steven Fackler | 2016-03-11 | 1 | -2/+4 | |
| | |\ | | | | | | | Fix nightly warnings about zero-sized fn pointers | |||||
| | | * | Fix nightly warnings about zero-sized fn pointers | Alex Crichton | 2016-03-11 | 1 | -2/+4 | |
| | |/ | ||||||
| | * | Merge pull request #285 from winding-lines/patch-1 | Steven Fackler | 2016-03-09 | 1 | -0/+8 | |
| | |\ | | | | | | | Update README with OSX 10.11 instructions | |||||
| | | * | Update README.md. | Marius Seritan | 2015-12-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | | Use the brew --prefix command instead of hardcoding paths. | |||||
| | | * | Update README.md | Marius | 2015-12-24 | 1 | -2/+4 | |
| | | | | ||||||
| | | * | Update README with OSX 10.11 instructions | Marius | 2015-12-24 | 1 | -0/+6 | |
| | | | | | | | | | | These instructions are from one of the open issues on the project. They are working for me, I am not sure if there are some possible side effects from the brew link --force. | |||||
| | * | | Merge pull request #358 from ↵ | Steven Fackler | 2016-03-09 | 1 | -1/+1 | |
| | |\ \ | | | | | | | | | | | | | | | | | ajroetker/maint/update_openssl_download_name_in_appveyor (maint) Update download version for OpenSSL in appveyor to latest | |||||
| | | * | | (maint) Update download version for OpenSSL in appveyor to latest | Andrew Roetker | 2016-03-09 | 1 | -1/+1 | |
| | |/ / | | | | | | | | | | | | | | | | This commit updates the download version for OpenSSL in appveyor, previous to this commit the version that was installed was mismatched from the download version. | |||||
| | * | | Update appveyor openssl version and disable x86_64 build | Steven Fackler | 2016-03-05 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | Merge pull request #353 from bluejekyll/master | Steven Fackler | 2016-03-05 | 4 | -1/+80 | |
| | |\ \ | | | | | | | | | 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 | 4 | -1/+66 | |
| | | | | | ||||||
| | * | | | 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 | 2 | -0/+96 | |
| | |\ \ \ | | | | | | | | | | | 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 | 2 | -13/+43 | |
| | | | | | | ||||||