aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/build.rs
Commit message (Expand)AuthorAgeFilesLines
* Adjust libressl version detectionSteven Fackler2017-11-131-29/+9
* Add support for LibreSSL 2.6.3phoebe jenkins2017-11-131-1/+10
* Add support for LibreSSL 2.6.2Christopher Vittal2017-10-031-1/+10
* Fix rerun logicv0.9.19Steven Fackler2017-09-201-2/+2
* Update to cc 1.0Steven Fackler2017-09-201-2/+2
* openssl-sys: Fix typo in libressl_version definitionLuis Ressel2017-09-181-1/+1
* Merge pull request #695 from Keruspe/masterSteven Fackler2017-09-171-1/+17
|\
| * openssl-sys: define libressl versionMarc-Antoine Perennou2017-09-171-0/+8
| * openssl-sys: support libressl 2.6.1Marc-Antoine Perennou2017-09-141-1/+9
* | Extract prefixed environment variables into helper function.Jessica Hamilton2017-09-131-24/+19
* | Use target name in variables when cross-compiling.Jessica Hamilton2017-09-131-2/+3
* | Allow overriding lib/include dirs when cross-compiling.Jessica Hamilton2017-09-061-4/+16
|/
* Fix build note for MinGWSteven Fackler2017-09-041-1/+1
* Merge pull request #622 from mcgoo/vcpkgSteven Fackler2017-08-111-0/+47
|\
| * for msvc abi builds, allow use of openssl libs from vcpkgJim McGrath2017-06-071-0/+47
* | Fully wrap feature checksSteven Fackler2017-08-101-2/+2
* | Forbid LibreSSL 2.5.6+Steven Fackler2017-07-191-0/+2
* | Support for LibreSSL 2.5.5Inokentiy Babushkin2017-07-171-0/+8
* | Test against libressl 2.6.0Steven Fackler2017-07-161-2/+2
* | RustfmtSteven Fackler2017-07-151-58/+81
* | Inform cargo about which env vars we care aboutSteven Fackler2017-07-041-0/+5
* | Enable build on LibreSSL 5.6.0 development branch.Laurence Tratt2017-06-251-1/+9
|/
* Fix for changes in OpenSSL 1.1.0fSteven Fackler2017-06-061-0/+8
* RustfmtSteven Fackler2017-05-201-50/+54
* Fix support for LibreSSL versions other than 2.5.0Steven Fackler2017-05-121-7/+44
* (issues-600) Avoid compiling ec2m code against no-ec2m opensslAndrew Roetker2017-04-111-0/+1
* show help message when pkg-config is missingJay Lee2017-03-291-3/+8
* (maint) Recreate ability to pass in OPENSSL_LIBS variableAndrew Roetker2017-03-131-6/+13
* Clean up pkg-config logicSteven Fackler2017-02-031-46/+29
* Macro-expand OpenSSL headers for feature checksSteven Fackler2017-01-281-124/+108
* Make sure to not add system dirs to linkageSteven Fackler2017-01-241-4/+17
* Improving missing OpenSSL message on LinuxTomasz Drwięga2017-01-031-3/+14
* Use metadeps to specify pkg-config dependencies declarativelyJosh Triplett2016-12-241-3/+3
* Add LibreSSL 2.5.0 supportSébastien Marie2016-12-211-0/+9
* Allow OPENSSL_{LIB,INCLUDE}_DIR to override OPENSSL_DIRAidan Hobson Sayers2016-12-121-6/+14
* Provide a tailored error message on LinuxAlex Crichton2016-11-051-0/+13
* Always dump openssl confsSteven Fackler2016-11-041-45/+43
* More buildscript tweaksSteven Fackler2016-11-041-1/+1
* Improve buildscript logicSteven Fackler2016-11-041-3/+3
* Prefer 1.1 when looking for Homebrew installsSteven Fackler2016-10-141-2/+2
* Respect osslconf in systestSteven Fackler2016-10-141-0/+3
* Add support for OpenSSL 1.1.0Alex Crichton2016-10-121-59/+317
* Avoid empty include paths (i.e. cc -I "" ) as they are not supported by GCC. ...Maximilian Hristache2015-11-281-2/+5
* Remove unecessary build dependencySteven Fackler2015-11-161-1/+0
* Split stuff requiring a shim out to a separate crateSteven Fackler2015-11-161-78/+2
* Add metadata for the include dir of opensslAlex Crichton2015-10-131-0/+1
* Swap order of linking ssl/cryptoAlex Crichton2015-09-011-3/+3
* Remove #ifs for same-value shimmed SSL options. Depend on compiler optimizati...Jethro Beekman2015-07-011-4/+0
* Decouple C SSL Option bit flags from Rust versionJethro Beekman2015-07-011-0/+64
* Modernize cargo directivesSteven Fackler2015-06-281-4/+5