aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorValerii Hiora <[email protected]>2014-09-23 18:13:48 +0300
committerValerii Hiora <[email protected]>2014-09-23 18:29:43 +0300
commit4c1edcf4c8aa00ec3bb8ff0c0e8627a91a36792f (patch)
tree11e44929ef4d100aee27513b5c8a2952d271590d /Cargo.toml
parentEnabling TLS1.2 support (diff)
downloadrust-openssl-4c1edcf4c8aa00ec3bb8ff0c0e8627a91a36792f.tar.xz
rust-openssl-4c1edcf4c8aa00ec3bb8ff0c0e8627a91a36792f.zip
TLS 1_1, 1_2, Ssl 2 is enabled by features
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4e7246ff..4c61dd7e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,3 +8,8 @@ authors = ["Steven Fackler <[email protected]"]
name = "openssl"
path = "src/lib.rs"
+
+[features]
+tlsv1_2 = []
+tlsv1_1 = []
+sslv2 = []