Recognise padding extension.

This commit is contained in:
Dr. Stephen Henson 2014-06-01 16:25:43 +01:00
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";