summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-03-26 14:33:55 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-03-26 14:33:55 +0000
commit5f1747b683331e10300cf747facfda8aefd4ebcc (patch)
tree2655fc8ca49297f27997996a13d597a0da2d0c36 /lib/gnutls_int.h
parentf87e0b3f1164cb582b99b1d7ed646f5b45591e2e (diff)
parentc6754cf52ecfb655f04707cef0d4c2d41e1c9587 (diff)
downloadgnutls-5f1747b683331e10300cf747facfda8aefd4ebcc.tar.gz
Merge branch 'tmp-increase-nr-of-tickets' into 'master'
handshake: increase the default number of tickets we send to 2 Closes #596 See merge request gnutls/gnutls!942
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index d7a4235f9a..f5c89c18cf 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -127,16 +127,9 @@ typedef struct {
#define GNUTLS_MASTER_SIZE 48
#define GNUTLS_RANDOM_SIZE 32
-#define HRR_RANDOM \
- "\xCF\x21\xAD\x74\xE5\x9A\x61\x11\xBE\x1D\x8C\x02\x1E\x65\xB8\x91" \
- "\xC2\xA2\x11\x16\x7A\xBB\x8C\x5E\x07\x9E\x09\xE2\xC8\xA8\x33\x9C"
-
/* Under TLS1.3 a hello retry request is sent as server hello */
#define REAL_HSK_TYPE(t) ((t)==GNUTLS_HANDSHAKE_HELLO_RETRY_REQUEST?GNUTLS_HANDSHAKE_SERVER_HELLO:t)
-/* Enable: Appendix D4. Middlebox Compatibility Mode */
-#define TLS13_APPENDIX_D4 1
-
/* DTLS */
#define DTLS_RETRANS_TIMEOUT 1000