summaryrefslogtreecommitdiffstats
path: root/net/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-10-17 14:39:59 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-10-17 16:48:57 +0200
commit77651457891268376b0eb8e1ae50105c770f08a0 (patch)
treeab442b9129fcc8d40ca3f30b9581bab4adeba35b /net/Cargo.toml
parent045b322c1879874db30c3d2a6a1a2bfaa52da794 (diff)
net: Compare cookies in constant time.
Diffstat (limited to 'net/Cargo.toml')
-rw-r--r--net/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index cf6a5321..551f1e00 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -15,6 +15,7 @@ http = "0.1.5"
hyper = "0.12"
hyper-tls = "0.3"
libc = "0.2.33"
+memsec = "0.5.4"
native-tls = "0.2.0"
percent-encoding = "1.0.1"
rand = "0.5"