Renumber TLSEXT_TYPE_key_share for draft-23
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5068)
This commit is contained in:
parent
3b16c6648e
commit
f27f5cd487
2 changed files with 2 additions and 2 deletions
|
@ -140,13 +140,13 @@ extern "C" {
|
|||
# define TLSEXT_TYPE_session_ticket 35
|
||||
|
||||
/* As defined for TLS1.3 */
|
||||
# define TLSEXT_TYPE_key_share 40
|
||||
# define TLSEXT_TYPE_psk 41
|
||||
# define TLSEXT_TYPE_early_data 42
|
||||
# define TLSEXT_TYPE_supported_versions 43
|
||||
# define TLSEXT_TYPE_cookie 44
|
||||
# define TLSEXT_TYPE_psk_kex_modes 45
|
||||
# define TLSEXT_TYPE_certificate_authorities 47
|
||||
# define TLSEXT_TYPE_key_share 51
|
||||
|
||||
/* Temporary extension type */
|
||||
# define TLSEXT_TYPE_renegotiate 0xff01
|
||||
|
|
|
@ -74,7 +74,7 @@ use constant {
|
|||
EXT_ENCRYPT_THEN_MAC => 22,
|
||||
EXT_EXTENDED_MASTER_SECRET => 23,
|
||||
EXT_SESSION_TICKET => 35,
|
||||
EXT_KEY_SHARE => 40,
|
||||
EXT_KEY_SHARE => 51,
|
||||
EXT_PSK => 41,
|
||||
EXT_SUPPORTED_VERSIONS => 43,
|
||||
EXT_COOKIE => 44,
|
||||
|
|
Loading…
Reference in a new issue