aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Add docs for set_default_verify_pathsSteven Fackler2016-04-161-0/+5
| | | |
| * | | Add SslContext::set_default_verify_pathsSteven Fackler2016-04-163-0/+22
| |/ /
| * | Update for nightly changesSteven Fackler2016-04-133-8/+8
| | |
| * | Update lazy_staticSteven Fackler2016-04-131-1/+1
| | |
| * | Merge pull request #380 from Yoric/masterSteven Fackler2016-04-133-0/+99
| |\ \ | | | | | | | | Resolves #378 - Module version with the version information
| | * | Resolves #378 - Module version with the version informationDavid Rajchenbach-Teller2016-04-133-0/+99
| | | |
| * | | Merge pull request #379 from rix0rrr/add-context-idSteven Fackler2016-04-132-0/+15
| |\ \ \ | | |/ / | |/| | Add ability to set session ID context on an SSL context
| | * | Add ability to set session ID context on an SSL contextRico Huijbers2016-04-132-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-derSteven Fackler2016-04-091-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 decodeKevin King2016-04-101-4/+34
| |/ / | | | | | | | | | test that fields of cloned private and public keys can be accessed
| * | Merge branch 'release'Steven Fackler2016-04-067-13/+13
| |\ \ | |/ / |/| |
* | | Merge branch 'release-v0.7.9' into releasev0.7.9Steven Fackler2016-04-0611-52/+63
|\ \ \
| * | | Release v0.7.9Steven Fackler2016-04-067-13/+13
| |/ /
| * | Merge pull request #374 from kcking/kcking-pkey-clone-copySteven Fackler2016-04-063-11/+16
| |\ \ | | | | | | | | change PKey::clone to use EVP_PKEY_copy_parameters
| | * | add EVP_PKEY_copy_parameters to FFIKevin King2016-04-063-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-wrapperSteven Fackler2016-04-042-18/+29
| |\ \ | | | | | | | | Add safe wrapper BioMethod for ffi::BIO_METHOD
| | * | Add safe wrapper BioMethod for ffi::BIO_METHODJoe Wilm2016-04-042-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.
| * | CleanupSteven Fackler2016-03-271-8/+3
| | |
| * | Update for nightly changesSteven Fackler2016-03-271-1/+1
| | |
| * | Merge pull request #364 from leon-anavi/masterSteven Fackler2016-03-211-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 Anavi2016-03-221-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 Fackler2016-03-187-13/+13
| |\ \ | |/ / |/| |
* | | Merge branch 'release-v0.7.8' into releasev0.7.8Steven Fackler2016-03-189-63/+21
|\ \ \
| * | | Release v0.7.8Steven Fackler2016-03-187-13/+13
| |/ /
| * | Merge pull request #361 from servo/ptrSteven Fackler2016-03-181-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.Ms2ger2016-03-181-2/+2
| |/ / | | | | | | | | | | | | This allows the code to compile on Android, where an unsigned char is expected.
| * | Clean up BIO nameSteven Fackler2016-03-171-4/+1
| | |
| * | Simplify panic safety logic for new nightlySteven Fackler2016-03-171-44/+5
| | |
| * | Merge branch 'release'Steven Fackler2016-03-177-13/+13
| |\ \ | |/ / |/| / | |/
* | Merge branch 'release-v0.7.7' into releasev0.7.7Steven Fackler2016-03-1714-23/+208
|\ \
| * | Release v0.7.7Steven Fackler2016-03-177-13/+13
| |/
| * Merge pull request #359 from alexcrichton/nightly-fixesSteven Fackler2016-03-111-2/+4
| |\ | | | | | | Fix nightly warnings about zero-sized fn pointers
| | * Fix nightly warnings about zero-sized fn pointersAlex Crichton2016-03-111-2/+4
| |/
| * Merge pull request #285 from winding-lines/patch-1Steven Fackler2016-03-091-0/+8
| |\ | | | | | | Update README with OSX 10.11 instructions
| | * Update README.md.Marius Seritan2015-12-241-2/+2
| | | | | | | | | | | | Use the brew --prefix command instead of hardcoding paths.
| | * Update README.mdMarius2015-12-241-2/+4
| | |
| | * Update README with OSX 10.11 instructionsMarius2015-12-241-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 Fackler2016-03-091-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 latestAndrew Roetker2016-03-091-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 buildSteven Fackler2016-03-051-3/+3
| | |
| * | Merge pull request #353 from bluejekyll/masterSteven Fackler2016-03-054-1/+80
| |\ \ | | | | | | | | adding functionality to directly get and set RSA public key material
| | * | making from_raw() unsafeBenjamin Fry2016-03-051-1/+2
| | | |
| | * | added public key material to the constructorBenjamin Fry2016-02-283-22/+34
| | | |
| | * | review fixes, keep raw RSA initiallization privateBenjamin Fry2016-02-232-8/+9
| | | |
| | * | adding functionality to directly get and set RSA key materialBenjamin Fry2016-02-174-1/+66
| | | |
| * | | Stop testing sslv2 feature on TravisSteven Fackler2016-03-011-1/+1
| | | | | | | | | | | | OpenSSL removed support for this entirely in the most recent release.
| * | | Update source URL for new OpenSSL releaseSteven Fackler2016-03-011-1/+1
| | | |
| * | | Merge pull request #356 from erikjohnston/conninfoSteven Fackler2016-03-012-0/+96
| |\ \ \ | | | | | | | | | | Add support for SSL_CIPHER
| | * | | Make SSLCipher.bits() return a struct.Erik Johnston2016-02-291-10/+14
| | | | |
| | * | | Add SSL_get_versionErik Johnston2016-02-292-13/+43
| | | | |