Tongsuo icon indicating copy to clipboard operation
Tongsuo copied to clipboard

TLSEXT_INDEX in ssl/ssl_local.h vs ssl/statem_ntls/extensions.c

Open vk2705 opened this issue 2 years ago • 1 comments

hi, in version 8.2.1: there is no match between definition of enum TLSEXT_INDEX and the declarations in ssl/statem_ntls/extensions.c. (unlike ssl/statem/extensions.c)

on 14th place in ssl/ssl_local.h there is delegated_cred extension, while in .c file it is extended_master_secret. as result some of following definitions are bad, and it is not possible to access [TLSEXT_IDX_supported_versions] .

can you please tell , what is the intention of this?

vk2705 avatar Mar 04 '22 14:03 vk2705

It's a bug. Has been fixed in 8.3.0

dongbeiouba avatar Mar 08 '22 02:03 dongbeiouba