aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/build/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Support libressl 2.8.0Steven Fackler2018-09-121-0/+1
| | | | Closes #988
* Support builds of OpenSSL from vendored source (take 2)Alex Crichton2018-07-301-155/+183
| | | | | | This is a revival of #684 to see if I can help push it across the finish line! Closes #580
* Link all needed system libraries on Windows, when building staticallyEmīls2018-06-291-0/+4
|
* Link to gdi32 on windowsSteven Fackler2018-06-091-0/+4
| | | | Closes #935
* Support min/max version in LibreSSLSteven Fackler2018-05-191-0/+572
Their implementations of the accessors don't behave expected with no bounds, so we ignore those bits of the tests.