aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/build/cfgs.rs
Commit message (Collapse)AuthorAgeFilesLines
* Support libressl 2.8.0Steven Fackler2018-09-121-0/+3
| | | | Closes #988
* X509_V_ERR_UNSPECIFIED was added in 1.0.2fSteven Fackler2018-08-041-0/+3
| | | | Closes #970
* 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
* Clean up openssl-sys cfgsSteven Fackler2018-05-201-14/+12
|
* Support min/max version in LibreSSLSteven Fackler2018-05-191-0/+45
Their implementations of the accessors don't behave expected with no bounds, so we ignore those bits of the tests.