Steven Fackler
|
953fe86b9a
|
Add ERR_PACK
Also make error functions const when targeting a new enough rustc
|
2019-02-27 21:50:39 -08:00 |
Steven Fackler
|
5faeeb5c61
|
Merge pull request #1070 from sfackler/build-script-cleanup
Build script cleanup
|
2019-02-27 21:28:45 -08:00 |
Steven Fackler
|
2474bce3db
|
Don't dynamically generate expando.c
|
2019-02-27 21:14:46 -08:00 |
Steven Fackler
|
25f750c223
|
Add some debugability to build script env
Also split finding logic out to separate files
|
2019-02-26 20:45:10 -08:00 |
Steven Fackler
|
ab298d0264
|
Fix const changes in 1.1.1b
|
2019-02-26 20:31:01 -08:00 |
Steven Fackler
|
7eee39f1ec
|
Rustfmt
|
2019-02-22 10:14:15 -07:00 |
Laurence Tratt
|
af4488357c
|
Explicitly support LibreSSL 2.9.0.
|
2018-12-03 17:33:53 +00:00 |
Steven Fackler
|
9fd7584a84
|
Support LibreSSL 2.8.x
Closes #1009
|
2018-10-18 08:49:24 -07:00 |
Alex Crichton
|
dab71dbf0a
|
Bump dependency on openssl-src-rs
Brings in the first release with OpenSSL 1.1.1
|
2018-10-16 06:59:07 -07:00 |
Charlie Li
|
b86f547dbf
|
Update the OCSP_cert_to_id() signature for LibreSSL 2.8.1
While here, restore CI for LibreSSL 2.8.0 alongside 2.8.1 to account for the function signature change.
|
2018-10-01 00:44:37 -04:00 |
Charlie Li
|
72a60af503
|
Only whitelist LibreSSL 2.8.0 and 2.8.1
ABI is not declared stable for anything past 2.8.1 yet.
|
2018-09-27 01:48:44 -04:00 |
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 |