aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Release v0.9.5v0.9.5Steven Fackler2017-01-031-1/+1
|
* Some readme tweaksSteven Fackler2017-01-011-4/+7
|
* Release v0.9.4v0.9.4Steven Fackler2016-12-231-1/+1
|
* Merge branch 'master' of github.com:sfackler/rust-opensslSteven Fackler2016-12-201-0/+18
|\
| * Explain how to install trusted root certificatesPhilipp Keck2016-12-141-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_DIRAidan Hobson Sayers2016-12-121-0/+6
| |
* | Release v0.9.3v0.9.3Steven Fackler2016-12-091-1/+1
| |
* | Switch to docs.rs for docsSteven Fackler2016-12-091-1/+1
|/
* Update README.mdSteven Fackler2016-12-021-1/+1
|
* Release v0.9.2v0.9.2Steven Fackler2016-11-271-1/+1
|
* Release v0.9.1v0.9.1Steven Fackler2016-11-111-4/+4
|
* Don't recommend light version on WindowsSteven Fackler2016-11-081-1/+1
| | | Closes #516
* Release v0.9.0Steven Fackler2016-11-051-1/+1
|
* Mention 0.7 READMESteven Fackler2016-10-311-0/+6
|
* Add support for OpenSSL 1.1.0Alex Crichton2016-10-121-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.3Steven Fackler2016-09-091-1/+1
|
* Add description about how to solve openssl issueAdelar da Silva Queiróz2016-08-291-1/+2
|
* Add cargo clean in the listAdelar da Silva Queiróz2016-08-291-0/+1
|
* Release openssl-sys v0.7.17, openssl v0.8.2Steven Fackler2016-08-181-1/+1
|
* Release openssl-sys v0.7.16, openssl v0.8.1Steven Fackler2016-08-151-1/+1
|
* Release openssl-sys v0.7.15, openssl v0.8.0Steven Fackler2016-08-111-1/+1
|
* Release v0.7.14Steven Fackler2016-07-011-1/+1
|
* Release v0.7.13Steven Fackler2016-05-201-1/+1
|
* Release v0.7.12Steven Fackler2016-05-161-1/+1
|
* Merge pull request #360 from pingzing/masterSteven Fackler2016-05-161-4/+24
|\ | | | | Clarify windows build instructions
| * Fix order of 32- and 64-bit for mingw toolchainpingzing2016-03-141-2/+2
| |
| * Clarify windows build instructionspingzing2016-03-131-4/+24
| |
* | Release v0.7.11Steven Fackler2016-05-051-1/+1
| |
* | Release v0.7.10Steven Fackler2016-04-161-1/+1
| |
* | Release v0.7.9Steven Fackler2016-04-061-1/+1
| |
* | Release v0.7.8Steven Fackler2016-03-181-1/+1
| |
* | Release v0.7.7Steven Fackler2016-03-171-1/+1
|/
* 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.
* | Release v0.7.6Steven Fackler2016-02-101-1/+1
| |
* | Improved README.md for FedoraEmilio Wuerges2016-01-271-0/+2
| |
* | Release v0.7.5Steven Fackler2016-01-221-1/+1
|/
* Update README doc linkSteven Fackler2015-12-181-1/+1
|
* Release v0.7.3Steven Fackler2015-12-171-1/+1
|
* Release v0.7.2Steven Fackler2015-12-151-1/+1
|
* Mention el cap changes in readmeSteven Fackler2015-11-281-1/+3
|
* Release v0.7.1Steven Fackler2015-11-281-1/+1
|
* Release v0.7.0Steven Fackler2015-11-161-1/+1
|
* Release v0.6.7Steven Fackler2015-10-141-1/+1
|
* Release v0.6.6Steven Fackler2015-10-051-1/+1
|
* Enable testing on Windows via AppVeyorAlex Crichton2015-09-221-14/+0
| | | | | | | This abolishes the test.sh script which spawns a bunch of `openssl` instances to instead run/manage the binary in-process (providing more isolation to boot). The tests have been updated accordingly and the `connected_socket` dependency was also dropped in favor of `net2` as it the former doesn't work on Windows.
* Release v0.6.5Steven Fackler2015-08-311-1/+1
|
* Release v0.6.4Steven Fackler2015-07-061-1/+1
|