aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/build
Commit message (Collapse)AuthorAgeFilesLines
* Support libressl 2.8.0Steven Fackler2018-09-122-0/+4
| | | | Closes #988
* X509_V_ERR_UNSPECIFIED was added in 1.0.2fSteven Fackler2018-08-041-0/+3
| | | | Closes #970
* 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
|
* Switch to accessors in libressl where possibleSteven Fackler2018-06-091-0/+3
| | | | | | | Some accessors are mysteriously still macros so we can't make everything opaque yet, unfortunately. cc #909
* Link to gdi32 on windowsSteven Fackler2018-06-091-0/+4
| | | | Closes #935
* Clean up openssl-sys cfgsSteven Fackler2018-05-201-14/+12
|
* Support min/max version in LibreSSLSteven Fackler2018-05-192-0/+617
Their implementations of the accessors don't behave expected with no bounds, so we ignore those bits of the tests.