| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add some docs to the README about the vendored feature. | Steven Fackler | 2018-07-30 | 1 | -0/+15 |
| | | |||||
| * | Find path prefix to OpenSSL installed by Homebrew. | eonil | 2018-05-19 | 1 | -7/+7 |
| | | |||||
| * | Fix minor typo | Florian Gilcher | 2018-04-05 | 1 | -1/+1 |
| | | |||||
| * | Update version | Steven Fackler | 2018-01-25 | 1 | -3/+3 |
| | | |||||
| * | Add crates.io badge | Benjamin Gill | 2017-12-12 | 1 | -1/+1 |
| | | | | Make it easier to get to the crates.io page from this repo | ||||
| * | Remove travis badge | Steven Fackler | 2017-11-20 | 1 | -2/+2 |
| | | |||||
| * | Add instructions for adding OpenSSL DLLs to PATH if needed during install | johnthagen | 2017-09-28 | 1 | -0/+7 |
| | | |||||
| * | Mention target specific env vars | Steven Fackler | 2017-09-15 | 1 | -2/+7 |
| | | |||||
| * | Update version in README | Steven Fackler | 2017-08-29 | 1 | -3/+3 |
| | | |||||
| * | Update README.md | Steven Fackler | 2017-08-11 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #622 from mcgoo/vcpkg | Steven Fackler | 2017-08-11 | 1 | -2/+23 |
| |\ | | | | | try to find openssl libraries in a vcpkg ports tree | ||||
| | * | for msvc abi builds, allow use of openssl libs from vcpkg | Jim McGrath | 2017-06-07 | 1 | -2/+23 |
| | | | |||||
| * | | Mention Debian for apt-get instructions | Martin Geisler | 2017-07-22 | 1 | -1/+1 |
| | | | | | | | Since Debian is the upstream for Ubuntu (and many other distributions), I think it makes sense to mention it explicitly. | ||||
| * | | Remove unused import | Steven Fackler | 2017-07-16 | 1 | -1/+0 |
| | | | |||||
| * | | Add badges to README | Steven Fackler | 2017-07-16 | 1 | -2/+3 |
| |/ | |||||
| * | Add pkg-config | Oussama Gammoudi | 2017-06-03 | 1 | -1/+1 |
| | | | | | | | | error: failed to run custom build command for `openssl-sys v0.9.13` run pkg_config fail: "Failed to run `\"pkg-config\" \"--libs\" \"--cflags\" \"openssl\"`: No such file or directory (os error 2)" Problem encountered on WSL (Ubuntu on windows). Fixed by installing pkg-config | ||||
| * | (maint) Recreate ability to pass in OPENSSL_LIBS variable | Andrew Roetker | 2017-03-13 | 1 | -0/+2 |
| | | | | | | | | | | Prior to this commit in 43c951f743e68fac5f45119eda7c994882a1d489 the ability to pass OPENSSL_LIBS was removed from the build.rs of openssl-sys. This commit adds the ability to pass custom names for the OPENSSL_LIBS back in. This is useful for when building openssl across linux and windows with the same lib names (ssl:crypto) and the default names provided by the build script are not valid. | ||||
| * | Fix dangling reference | Steven Fackler | 2017-02-25 | 1 | -2/+2 |
| | | |||||
| * | License all future contributions properly | Steven Fackler | 2017-02-25 | 1 | -0/+7 |
| | | |||||
| * | Add note about needing pkg-config | Leo Tindall | 2017-02-19 | 1 | -1/+3 |
| | | | | I didn't have it and it took me a bit to figure out what the problem was. | ||||
| * | Update 1.1.0 version | Steven Fackler | 2017-02-16 | 1 | -3/+3 |
| | | |||||
| * | De-quote README line | Steven Fackler | 2017-02-14 | 1 | -1/+1 |
| | | |||||
| * | complication -> compilation | Stephan Buys | 2017-02-08 | 1 | -1/+1 |
| | | |||||
| * | Add MacOS and XCode hint | Stephan Buys | 2017-02-08 | 1 | -0/+6 |
| | | |||||
| * | Release v0.9.5v0.9.5 | Steven Fackler | 2017-01-03 | 1 | -1/+1 |
| | | |||||
| * | Some readme tweaks | Steven Fackler | 2017-01-01 | 1 | -4/+7 |
| | | |||||
| * | Release v0.9.4v0.9.4 | Steven Fackler | 2016-12-23 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:sfackler/rust-openssl | Steven Fackler | 2016-12-20 | 1 | -0/+18 |
| |\ | |||||
| | * | Explain how to install trusted root certificates | Philipp Keck | 2016-12-14 | 1 | -0/+12 |
| | | | | | | | The slproweb.com OpenSSL distribution does not contain root certificates, so they need to be downloaded and installed manually to avoid certificate warnings when making requests. | ||||
| | * | Allow OPENSSL_{LIB,INCLUDE}_DIR to override OPENSSL_DIR | Aidan Hobson Sayers | 2016-12-12 | 1 | -0/+6 |
| | | | |||||
| * | | Release v0.9.3v0.9.3 | Steven Fackler | 2016-12-09 | 1 | -1/+1 |
| | | | |||||
| * | | Switch to docs.rs for docs | Steven Fackler | 2016-12-09 | 1 | -1/+1 |
| |/ | |||||
| * | Update README.md | Steven Fackler | 2016-12-02 | 1 | -1/+1 |
| | | |||||
| * | Release v0.9.2v0.9.2 | Steven Fackler | 2016-11-27 | 1 | -1/+1 |
| | | |||||
| * | Release v0.9.1v0.9.1 | Steven Fackler | 2016-11-11 | 1 | -4/+4 |
| | | |||||
| * | Don't recommend light version on Windows | Steven Fackler | 2016-11-08 | 1 | -1/+1 |
| | | | | Closes #516 | ||||
| * | Release v0.9.0 | Steven Fackler | 2016-11-05 | 1 | -1/+1 |
| | | |||||
| * | Mention 0.7 README | Steven Fackler | 2016-10-31 | 1 | -0/+6 |
| | | |||||
| * | Add support for OpenSSL 1.1.0 | Alex Crichton | 2016-10-12 | 1 | -53/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit is relatively major refactoring of the `openssl-sys` crate as well as the `openssl` crate itself. The end goal here was to support OpenSSL 1.1.0, and lots of other various tweaks happened along the way. The major new features are: * OpenSSL 1.1.0 is supported * OpenSSL 0.9.8 is no longer supported (aka all OSX users by default) * All FFI bindings are verified with the `ctest` crate (same way as the `libc` crate) * CI matrixes are vastly expanded to include 32/64 of all platforms, more OpenSSL version coverage, as well as ARM coverage on Linux * The `c_helpers` module is completely removed along with the `gcc` dependency. * The `openssl-sys` build script was completely rewritten * Now uses `OPENSSL_DIR` to find the installation, not include/lib env vars. * Better error messages for mismatched versions. * Better error messages for failing to find OpenSSL on a platform (more can be done here) * Probing of OpenSSL build-time configuration to inform the API of the `*-sys` crate. * Many Cargo features have been removed as they're now enabled by default. As this is a breaking change to both the `openssl` and `openssl-sys` crates this will necessitate a major version bump of both. There's still a few more API questions remaining but let's hash that out on a PR! Closes #452 | ||||
| * | Release v0.8.3 | Steven Fackler | 2016-09-09 | 1 | -1/+1 |
| | | |||||
| * | Add description about how to solve openssl issue | Adelar da Silva Queiróz | 2016-08-29 | 1 | -1/+2 |
| | | |||||
| * | Add cargo clean in the list | Adelar da Silva Queiróz | 2016-08-29 | 1 | -0/+1 |
| | | |||||
| * | Release openssl-sys v0.7.17, openssl v0.8.2 | Steven Fackler | 2016-08-18 | 1 | -1/+1 |
| | | |||||
| * | Release openssl-sys v0.7.16, openssl v0.8.1 | Steven Fackler | 2016-08-15 | 1 | -1/+1 |
| | | |||||
| * | Release openssl-sys v0.7.15, openssl v0.8.0 | Steven Fackler | 2016-08-11 | 1 | -1/+1 |
| | | |||||
| * | Release v0.7.14 | Steven Fackler | 2016-07-01 | 1 | -1/+1 |
| | | |||||
| * | Release v0.7.13 | Steven Fackler | 2016-05-20 | 1 | -1/+1 |
| | | |||||
| * | Release v0.7.12 | Steven Fackler | 2016-05-16 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #360 from pingzing/master | Steven Fackler | 2016-05-16 | 1 | -4/+24 |
| |\ | | | | | Clarify windows build instructions | ||||
| | * | Fix order of 32- and 64-bit for mingw toolchain | pingzing | 2016-03-14 | 1 | -2/+2 |
| | | | |||||