| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'release-v0.7.0' into releasev0.7.0 | Steven Fackler | 2015-11-16 | 22 | -424/+963 |
| |\ | |||||
| | * | Release v0.7.0 | Steven Fackler | 2015-11-16 | 7 | -11/+17 |
| | | | |||||
| | * | Mention why the windows deps are there | Steven Fackler | 2015-11-16 | 1 | -0/+1 |
| | | | |||||
| | * | Don't depend on wildcard windows deps | Steven Fackler | 2015-11-16 | 1 | -8/+9 |
| | | | |||||
| | * | Merge pull request #297 from retep998/patch-1 | Steven Fackler | 2015-11-17 | 1 | -0/+12 |
| | |\ | | | | | | | Explicitly depend on gdi32 and user32 on Windows | ||||
| | | * | Explicitly depend on gdi32 and user32 on Windows | Peter Atashian | 2015-10-25 | 1 | -0/+12 |
| | | | | | | | | | | Since openssl ends up depending on functions from these system libraries, depend on -sys crates that provide these system libraries. | ||||
| | * | | Remove deprecated X509 methods | Steven Fackler | 2015-11-16 | 1 | -37/+4 |
| | | | | |||||
| | * | | Move HMAC_CTX_copy to sys-extras | Steven Fackler | 2015-11-16 | 3 | -2/+4 |
| | | | | |||||
| | * | | Split stuff requiring a shim out to a separate crate | Steven Fackler | 2015-11-16 | 14 | -217/+248 |
| | | | | |||||
| | * | | Bump ws2_32-sys version | Steven Fackler | 2015-11-16 | 1 | -1/+1 |
| | | | | |||||
| | * | | Set path for travis test | Steven Fackler | 2015-11-16 | 1 | -1/+1 |
| | | | | |||||
| | * | | Switch to libc 0.2 | Steven Fackler | 2015-11-16 | 3 | -31/+18 |
| | | | | |||||
| | * | | Move SSL methods to Ssl object, add getter | Steven Fackler | 2015-11-16 | 2 | -124/+66 |
| | | | | |||||
| | * | | Test all features | Steven Fackler | 2015-11-16 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fix feature gated sslv3 | Steven Fackler | 2015-11-16 | 2 | -1/+2 |
| | | | | |||||
| | * | | Revert "Revert "Merge pull request #280 from ltratt/libressl_build"" | Steven Fackler | 2015-11-16 | 3 | -4/+4 |
| | | | | | | | | | | | | | This reverts commit ae3d0e36d71bb121c2fc1a75b3bc6d97f0e61480. | ||||
| | * | | Revert "Use AsRef for backwards compatibility with passing IV as Vec" | Steven Fackler | 2015-11-16 | 1 | -5/+4 |
| | | | | | | | | | | | | | This reverts commit d2d20a83778b7c363322997332bf1ff5deef92d5. | ||||
| | * | | Merge pull request #300 from thommay/pkey_private_encrypt | Steven Fackler | 2015-11-16 | 2 | -12/+119 |
| | |\ \ | | | | | | | | | Provide public_decrypt, private_encrypt for PKEY | ||||
| | | * | | Provide public_decrypt, private_encrypt for PKEY | Thom May | 2015-10-28 | 2 | -12/+119 |
| | | | | | |||||
| | * | | | Fix syntax | Steven Fackler | 2015-11-09 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Stop adding strace | Steven Fackler | 2015-11-09 | 1 | -4/+0 |
| | | | | | |||||
| | * | | | Fix path for travis buidl | Steven Fackler | 2015-11-09 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | fuuu | Steven Fackler | 2015-11-09 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Install strace | Steven Fackler | 2015-11-08 | 1 | -0/+4 |
| | | | | | |||||
| | * | | | RUn tests through strace | Steven Fackler | 2015-11-08 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Moar debuggign | Steven Fackler | 2015-11-08 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Test with one thread to debug timeouts | Steven Fackler | 2015-11-08 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Travis without sudo | Steven Fackler | 2015-11-08 | 2 | -5/+5 |
| | |/ / | |||||
| | * / | Better debug impls | Steven Fackler | 2015-10-26 | 1 | -3/+7 |
| | |/ | |||||
| | * | Merge pull request #294 from alexcrichton/nonblocking-tests | Steven Fackler | 2015-10-22 | 3 | -122/+190 |
| | |\ | | | | | | | Get nonblocking tests working on OSX/Windows | ||||
| | | * | Get nonblocking tests working on OSX/Windows | Alex Crichton | 2015-10-22 | 3 | -122/+190 |
| | |/ | |||||
| | * | Merge pull request #272 from dropbox/async_support | Steven Fackler | 2015-10-21 | 6 | -2/+412 |
| | |\ | | | | | | | Nonblocking Socket Support | ||||
| | | * | Nonblocking streams support. | Jamie Turner | 2015-10-20 | 6 | -2/+412 |
| | |/ | |||||
| | * | Merge pull request #290 from jimmycuadra/master | Steven Fackler | 2015-10-17 | 1 | -0/+1 |
| | |\ | | | | | | | Expose RSA_generate_key_ex | ||||
| | | * | Expose RSA_generate_key_ex. | Jimmy Cuadra | 2015-10-15 | 1 | -0/+1 |
| | |/ | |||||
| | * | Merge branch 'release' | Steven Fackler | 2015-10-14 | 5 | -8/+8 |
| | |\ | |/ |/| | |||||
| * | | Merge branch 'release-v0.6.7' into releasev0.6.7 | Steven Fackler | 2015-10-14 | 13 | -15/+153 |
| |\ \ | |||||
| | * | | Release v0.6.7 | Steven Fackler | 2015-10-14 | 5 | -8/+8 |
| | |/ | |||||
| | * | Merge pull request #288 from alexcrichton/include | Steven Fackler | 2015-10-14 | 1 | -0/+1 |
| | |\ | | | | | | | Add metadata for the include dir of openssl | ||||
| | | * | Add metadata for the include dir of openssl | Alex Crichton | 2015-10-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | If OpenSSL is installed at a nonstandard location dependencies on OpenSSL may want to know where it was found to be installed at. | ||||
| | * | | Revert "Merge pull request #280 from ltratt/libressl_build" | Steven Fackler | 2015-10-14 | 3 | -4/+4 |
| | | | | | | | | | | | | | | | | This reverts commit aad933e5077b2c73e1f05d7314e442531a562bcf, reversing changes made to 60ee731408facdc8e3dfc000fdee2f1291fad664. | ||||
| | * | | Merge pull request #289 from larsbergstrom/version_fixup | Steven Fackler | 2015-10-14 | 1 | -2/+2 |
| | |\ \ | | |/ | |/| | Version fixup | ||||
| | | * | Update OpenSSL version checks to 1.0 numbers instead of 0.10 numbers | Lars Bergstrom | 2015-10-14 | 1 | -2/+2 |
| | |/ | |||||
| | * | Merge pull request #286 from jedisct1/use_certificate_chain | Steven Fackler | 2015-10-13 | 2 | -0/+11 |
| | |\ | | | | | | | Add set_certificate_chain_file() | ||||
| | | * | Add set_certificate_chain_file() | Frank Denis | 2015-10-12 | 2 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | SSL_CTX_use_certificate_chain_file() is preferred over SSL_CTX_use_certificate_file(). It allows the use of complete certificate chains instead of loading only the first certificate in a PEM file. | ||||
| | * | | Merge pull request #284 from bheart/cfb-mode | Steven Fackler | 2015-10-12 | 3 | -1/+86 |
| | |\ \ | | | | | | | | | AES CFB-mode feature | ||||
| | | * | | AES CFB{1,8,128} mode support | Will Tange | 2015-10-11 | 3 | -1/+86 |
| | | | | | |||||
| | * | | | Merge pull request #287 from radare/patch-1 | Steven Fackler | 2015-10-12 | 1 | -4/+8 |
| | |\ \ \ | | |_|/ | |/| | | Add certs.pem in cert probe list | ||||
| | | * | | Add certs.pem in cert probe list | radare | 2015-10-12 | 1 | -4/+8 |
| | |/ / | | | | | | | | | | It turns out that some distributions use /etc/ssl/certs.pem, which was causing some troubles. Related issue https://github.com/rust-lang/cargo/issues/1978#issuecomment-147515236 | ||||
| | * | | Merge pull request #280 from ltratt/libressl_build | Steven Fackler | 2015-10-10 | 3 | -4/+4 |
| | |\ \ | | | | | | | | | Fix build on LibreSSL. | ||||