Recognise padding extension.
This commit is contained in:
parent
01f2f18f3c
commit
a09220d823
@ -1030,6 +1030,9 @@ void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
|
|||||||
extname = "encrypt-then-mac";
|
extname = "encrypt-then-mac";
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
case TLSEXT_TYPE_padding:
|
||||||
|
extname = "TLS padding";
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
extname = "unknown";
|
extname = "unknown";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user