Manuel Schölling
|
632d8398cf
|
Add ability to load private keys from files and use raw keys and certificates for SslContext
|
2015-04-03 14:34:24 +02:00 |
Manuel Schölling
|
b42202b858
|
Change SslVerifyMode to bitflags and add SSL_VERIFY_FAIL_IF_NO_PEER_CERT
SslVerifyMode was changed to bitflags to allow for bitwise operations
like (SSL_VERIFY_PEER | SSL_VERIFY_FAIL_IF_NO_PEER_CERT).
|
2015-04-03 14:34:24 +02:00 |
Alex Crichton
|
293f1ce5b1
|
Fixup for beta
Add derive(Clone) and don't negate unsigned numbers
|
2015-04-02 18:14:51 -07:00 |
Steven Fackler
|
368c0a18ee
|
Release v0.5.4
|
2015-04-02 11:17:31 -07:00 |
Steven Fackler
|
19a24b80e9
|
Fix doctest errors
|
2015-04-02 11:15:59 -07:00 |
Sean McArthur
|
24b876521b
|
rustup: changes to io::Error
|
2015-04-02 11:12:18 -07:00 |
Steven Fackler
|
a2199e0132
|
Release v0.5.3
|
2015-03-29 10:22:09 -07:00 |
Steven Fackler
|
73a5276d47
|
Release v0.5.2
|
2015-03-25 11:38:04 -07:00 |
Alex Crichton
|
5a80cc8aae
|
Update to rust master
|
2015-03-25 10:51:28 -07:00 |
Marko Lalic
|
f09cfdfdd5
|
openssl-sys: Add TLS extension constants
|
2015-03-23 08:14:47 +01:00 |
Marko Lalic
|
b96bbf6961
|
openssl-sys: Add NPN functions and constants
|
2015-03-23 08:14:47 +01:00 |
Alex Crichton
|
2560ccb330
|
Remove usage of unstable features in openssl-sys
|
2015-03-16 11:05:29 -07:00 |
Steven Fackler
|
a65b03c89e
|
Fix warnings
|
2015-03-10 19:38:44 -07:00 |
Steven Fackler
|
8b8736fb46
|
Merge pull request #172 from reaperhulk/add-ssl-ctx-set-get-options
add support for SSL_CTX_set_options and SSL_CTX_get_options
|
2015-03-07 08:43:30 -08:00 |
Alex Crichton
|
1c9b8a029b
|
Cut down on unstable features in openssl-sys
* Move from `old_path` to `path` (leveraging the `fs` feature as well)
* Move from `StaticMutex` to `Mutex<()>` as they're dynamically initialized
|
2015-03-04 14:14:05 -08:00 |
Steven Fackler
|
5154581c32
|
Release v0.5.0
|
2015-02-27 19:49:01 -08:00 |
Steven Fackler
|
1b4a2eef0e
|
Switch to cargo liblibc
|
2015-02-24 21:47:30 -08:00 |
Paul Kehrer
|
8940bd767b
|
add support for SSL_CTX_clear_options and use bitflags
|
2015-02-23 19:39:23 -06:00 |
Paul Kehrer
|
06ba41ad47
|
add support for SSL_CTX_set_options and SSL_CTX_get_options
fixes #168
|
2015-02-22 15:45:00 -06:00 |
Steven Fackler
|
ebd9062933
|
Use new path API in buildscript
|
2015-02-22 11:14:20 -08:00 |
Steven Fackler
|
81c057b7b9
|
Relase v0.4.3
|
2015-02-20 13:47:02 -08:00 |
Steven Fackler
|
19488f711d
|
Fix warning
|
2015-02-19 09:15:18 -08:00 |
Steven Fackler
|
9ca965231c
|
Release v0.4.2
|
2015-02-19 09:14:25 -08:00 |
Steven Fackler
|
6bfc4d986b
|
Fix warnings
|
2015-02-19 09:13:22 -08:00 |
Alex Crichton
|
bb2fe87d03
|
Fix debuginfo ICE for now
|
2015-02-19 07:39:40 -08:00 |
Steven Fackler
|
d3e48fa131
|
Release v0.4.1
|
2015-02-16 23:29:42 -08:00 |
Steven Fackler
|
4350298a52
|
Release v0.4.0
|
2015-02-13 23:36:34 -08:00 |
Steven Fackler
|
2fa1571e2e
|
Remove deprecated functions from openssl-sys
|
2015-02-13 23:31:00 -08:00 |
Steven Fackler
|
c424931c75
|
Don't use pkg-config if any overrides are passed
|
2015-02-13 23:02:08 -08:00 |
Steven Fackler
|
c4f8427bfd
|
Stop hardcoding things in openssl-sys build.rs
This more properly handles Windows builds as well as cross compiles.
|
2015-02-13 22:33:31 -08:00 |
Steven Fackler
|
15ff737b8c
|
Ask openssl what version it is
|
2015-02-13 21:39:41 -08:00 |
Steven Fackler
|
9cb3b44e9a
|
Oops, pass include dirs through for 1.0.0 versions too
|
2015-02-13 10:52:14 -08:00 |
Steven Fackler
|
94d7c1ff88
|
Fix shim builds
gcc-rs adds the proper link commands for us
|
2015-02-13 10:29:22 -08:00 |
Steven Fackler
|
d4c5bafa19
|
Pass include directories to gcc
|
2015-02-12 18:41:51 -08:00 |
bombless
|
24b4df49d0
|
Make it safer
|
2015-02-13 06:22:48 +08:00 |
bombless
|
40f5227064
|
Fix Windows build
|
2015-02-13 05:50:21 +08:00 |
Steven Fackler
|
a87decff0e
|
Release v0.3.6
|
2015-02-12 13:23:13 -08:00 |
Steven Fackler
|
d20bdfe551
|
Fix for upstream change
|
2015-02-12 13:21:53 -08:00 |
Steven Fackler
|
12d30628fe
|
Merge pull request #160 from globin/fix/rustup
rustup to current master
|
2015-02-12 13:20:32 -08:00 |
Robin Gloster
|
fabc1da31e
|
rustup to current master
|
2015-02-12 18:25:45 +01:00 |
Steven Fackler
|
9d0b3d1574
|
Move BSD special case after pkg-config lookups
Also give a better error message if we couldn't find anything
|
2015-02-12 09:23:46 -08:00 |
Steven Fackler
|
64287197a2
|
Release v0.3.5
|
2015-02-11 21:31:52 -08:00 |
Steven Fackler
|
4bdfe473c3
|
Merge pull request #159 from wg/master
Fix build on *BSD
|
2015-02-12 00:30:09 -05:00 |
Will
|
dd261e4305
|
Add clarifying comment for BSD special case
|
2015-02-12 13:32:39 +09:00 |
Will
|
5fdde8bda3
|
Fix build on *BSD
|
2015-02-12 13:05:46 +09:00 |
Steven Fackler
|
af0835a8fd
|
Releaes v0.3.4
|
2015-02-11 19:59:23 -08:00 |
Quentin Baradat
|
e11bfa6f0c
|
Fix a bad fix :)
|
2015-02-11 21:29:07 +01:00 |
Quentin Baradat
|
5adb3f397a
|
Fix the target for windows
|
2015-02-11 20:41:13 +01:00 |
Steven Fackler
|
a68a74ff6b
|
Release v0.3.3
|
2015-02-09 00:05:48 -08:00 |
Steven Fackler
|
2682d4f2ba
|
Always build shim
|
2015-02-09 00:04:44 -08:00 |