Charlie Li
|
f0b8a2e467
|
Support LibreSSL 2.9.1
LibreSSL 2.9.1 added generic DTLS methods.
While here, bump CircleCI.
|
2019-04-24 16:08:42 -04:00 |
Steven Fackler
|
27494508bf
|
Fix deprecation warning
|
2019-03-11 21:35:21 -07:00 |
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
|
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
|
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
|
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 |
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
|
9bf748befb
|
Link to gdi32 on windows
Closes #935
|
2018-06-09 09:35:01 -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 |