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";
|
||||
break;
|
||||
#endif
|
||||
case TLSEXT_TYPE_padding:
|
||||
extname = "TLS padding";
|
||||
break;
|
||||
|
||||
default:
|
||||
extname = "unknown";
|
||||
|
Loading…
x
Reference in New Issue
Block a user