Charlie Li
|
b6971883be
|
Support the rest of LibreSSL 2.8.x
LibreSSL 2.8.1 released, so update the check for all versions in the series, not just 2.8.0.
|
2018-09-27 01:19:39 -04:00 |
Steven Fackler
|
8c6bc774db
|
Support libressl 2.8.0
Closes #988
|
2018-09-12 20:44:22 -07:00 |
Steven Fackler
|
cb2f4c2287
|
X509_V_ERR_UNSPECIFIED was added in 1.0.2f
Closes #970
|
2018-08-04 10:23:35 -07:00 |
Alex Crichton
|
71ee9439ca
|
Support builds of OpenSSL from vendored source (take 2)
This is a revival of #684 to see if I can help push it across the finish line!
Closes #580
|
2018-07-30 15:15:24 -07:00 |
Emīls
|
76cad11b64
|
Link all needed system libraries on Windows, when building statically
|
2018-06-29 19:35:16 +01:00 |
Steven Fackler
|
115cb730b0
|
Switch to accessors in libressl where possible
Some accessors are mysteriously still macros so we can't make everything
opaque yet, unfortunately.
cc #909
|
2018-06-09 21:49:36 -07:00 |
Steven Fackler
|
9bf748befb
|
Link to gdi32 on windows
Closes #935
|
2018-06-09 09:35:01 -07:00 |
Steven Fackler
|
862d784161
|
Clean up openssl-sys cfgs
|
2018-05-20 11:29:27 -07:00 |
Steven Fackler
|
d991566f2b
|
Support min/max version in LibreSSL
Their implementations of the accessors don't behave expected with no
bounds, so we ignore those bits of the tests.
|
2018-05-19 19:57:12 -07:00 |