diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2021-09-01 02:23:22 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2021-09-01 02:23:22 +0000 |
commit | c1d1798abd60f12527b70443cb7d0b9cd78ef7b1 (patch) | |
tree | 1ac1ccb6b23135a8b57efdff5c4a84ad03202f7a /ssl/statem/statem_local.h | |
parent | 94fa08a4bcdfbb3434b025d67d014af3b18e5380 (diff) | |
download | src-c1d1798abd60f12527b70443cb7d0b9cd78ef7b1.tar.gz src-c1d1798abd60f12527b70443cb7d0b9cd78ef7b1.zip |
Import OpenSSL 1.1.1lvendor/openssl/1.1.1l
Diffstat (limited to 'ssl/statem/statem_local.h')
-rw-r--r-- | ssl/statem/statem_local.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ssl/statem/statem_local.h b/ssl/statem/statem_local.h index e27c0c13a2bb..eae88053dcd7 100644 --- a/ssl/statem/statem_local.h +++ b/ssl/statem/statem_local.h @@ -1,5 +1,5 @@ /* - * Copyright 2015-2019 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2015-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -22,6 +22,8 @@ #define SERVER_HELLO_MAX_LENGTH 20000 #define HELLO_RETRY_REQUEST_MAX_LENGTH 20000 #define ENCRYPTED_EXTENSIONS_MAX_LENGTH 20000 +#define SESSION_TICKET_MAX_LENGTH_TLS13 131338 +#define SESSION_TICKET_MAX_LENGTH_TLS12 65541 #define SERVER_KEY_EXCH_MAX_LENGTH 102400 #define SERVER_HELLO_DONE_MAX_LENGTH 0 #define KEY_UPDATE_MAX_LENGTH 1 |