[openssl-dev] Known apps supporting tls max frag size extn

2017-12-03 Thread Jitendra Lulla via openssl-dev
Hi,

Could anybody please help me in finding known standard apps ( eg browsers and 
servers) which support tls extension for maximum fragment size negotiation?


Also, I have lost the url of a website which used to analyze any given server ( 
eg www.yahoo.com) for its supporting various tls extensions. You provide the 
server url and it will display all the tls extns supported by that server.  If 
you know of any such url, could you please help me with that also.

Thanks
Jitendra
-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev


Re: [openssl-dev] Known apps supporting tls max frag size extn

2017-12-03 Thread Joey Yandle
> Also, I have lost the url of a website which used to analyze any given server 
> ( eg www.yahoo.com) for its supporting various tls extensions. You provide 
> the server url and it will display all the tls extns supported by that 
> server.  If you know of any such url, could you please help me with that also.
> 

openssl s_client has an argument -tlsextdebug:

$ openssl s_client -connect www.yahoo.com:443 -tlsextdebug
CONNECTED(0003)
TLS server extension "renegotiation info" (id=65281), len=1
0001 - 
TLS server extension "EC point formats" (id=11), len=4
 - 03 00 01 02   
TLS server extension "session ticket" (id=35), len=0
TLS server extension "heartbeat" (id=15), len=1




signature.asc
Description: OpenPGP digital signature
-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev