Re: Known apps supporting tls max frag size extn

Joey Yandle <[email protected]> Sun, 3 Dec 2017 21:13:57 -0800
Newsgroups gmane.comp.encryption.openssl.devel
Message-ID <[email protected]>
> 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(00000003)
TLS server extension "renegotiation info" (id=65281), len=1
0001 - <SPACES/NULS>
TLS server extension "EC point formats" (id=11), len=4
0000 - 03 00 01 02                                       ....
TLS server extension "session ticket" (id=35), len=0
TLS server extension "heartbeat" (id=15), len=1

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
signature.asc (application/pgp-signature, 473 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJaJNmZAAoJEIkIIKU/JKoXlBYH/0SAjWOCzxjBQt4YPgaC6JqI
Y5841qU3acCwZMk7bHIzqdQmleTpCe4k/oVJjbWjmDB1M6A1+TaIB9GMhfvg951F
UH4YOg5aJvFBfNwhEzJLpRZ6qIo9rEFGxh4MuFRyAyUK+zEkXIwb2/xDMDECdQJO
yEHKonhhxUyOUHVZEi3gmGpADKxtCvXzYcwqT0sANTJAocngiiLWQ5LyM83wI+L5
RtY7Nkxw8KkewW2qpX2YgQLj3fa/0S32Ts0efPV+XsWne696w125VMUZQz9LQq4i
5+dcQRiV1Wh/QyYslWMtWhtep/v6oU3QmYEWn/zZUaOJteCORKTVdg4QAcHf8VQ=
=zc2p
-----END PGP SIGNATURE-----