summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl/sstp/sstp_prot.h
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2018-07-31 12:06:57 +0300
committerDmitry Kozlov <xeb@mail.ru>2018-07-31 12:06:57 +0300
commit2763a35fc00ef18e91a3c6e55f0568d40b55f717 (patch)
treea58a1415ce43417f823b46dc9f47f8a6c3875fe4 /accel-pppd/ctrl/sstp/sstp_prot.h
parent737024756483079572815a96e8243077ef9a08b5 (diff)
parent384d6a8a17d876dc4639e29d2baf4b223a8eaadf (diff)
downloadaccel-ppp-xebd-2763a35fc00ef18e91a3c6e55f0568d40b55f717.tar.gz
accel-ppp-xebd-2763a35fc00ef18e91a3c6e55f0568d40b55f717.zip
Merge branch 'master' of github.com:xebd/accel-ppp
Diffstat (limited to 'accel-pppd/ctrl/sstp/sstp_prot.h')
-rw-r--r--accel-pppd/ctrl/sstp/sstp_prot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/accel-pppd/ctrl/sstp/sstp_prot.h b/accel-pppd/ctrl/sstp/sstp_prot.h
index f9f78d8..e3c4c9c 100644
--- a/accel-pppd/ctrl/sstp/sstp_prot.h
+++ b/accel-pppd/ctrl/sstp/sstp_prot.h
@@ -10,6 +10,9 @@
#define SSTP_VERSION 0x10
#define SSTP_MAX_PACKET_SIZE 4095
#define SSTP_NONCE_SIZE 32
+#define SSTP_HLAK_SIZE 32
+#define SSTP_CMK_SEED "SSTP inner method derived CMK"
+#define SSTP_CMK_SEED_SIZE 29
#define SSTP_NEGOTIOATION_TIMEOUT 60
#define SSTP_HELLO_TIMEOUT 60
#define SSTP_ABORT_TIMEOUT_1 3