Add rate limiter check to handshake messages.

This commit is contained in:
Mathias Hall-Andersen
2019-08-06 13:02:13 +02:00
parent 8f488882be
commit a12e6e139c
7 changed files with 194 additions and 8 deletions

View File

@@ -16,6 +16,7 @@ zerocopy = "0.2.7"
byteorder = "1.3.1"
digest = "0.8.0"
sodiumoxide = "0.2.2"
lazy_static = "^1.3"
[dependencies.x25519-dalek]
version = "^0.5"