Recognise padding extension.
(cherry picked from commit ea2bb861f0daaa20819bf9ac8c146f7593feacd4) Conflicts: apps/s_cb.c (cherry picked from commit 14dc83ca779e91a267701a1fb05b2bbcf2cb63c4)
This commit is contained in:
parent
aaed77c55e
commit
19ce768c6b
@ -747,6 +747,10 @@ void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
|
|||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
case TLSEXT_TYPE_padding:
|
||||||
|
extname = "TLS padding";
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
extname = "unknown";
|
extname = "unknown";
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user