Ask Your Question

JWK's profile - activity

2021-03-16 15:08:40 +0000 marked best answer How to find what cipher TLS1.2 is using

Our security auditor is requiring I show them the exact cipher our SSL-VPN traffic is using. I have captured a packet from our firewall and am deciphering it in WireShark. In the Client Hello, it shows that the two ends are using TLS1.2 and will accept 19 different ciphers, 18 AES128 or AES256 and 1 DES. But I can't find where it says which cipher they eventually agree on and use. Where do I find exactly what cipher is being used in their communications? Any help will be GREATLY appreciated, as these auditors are driving me crazy, lol.

2021-03-16 15:08:40 +0000 received badge  Scholar (source)
2021-03-15 22:26:16 +0000 answered a question How to find what cipher TLS1.2 is using

Thank you so very much for you answer. It was EXACTLY what I needed to know. Took 2 minutes to get the screenshot that I

2021-03-09 00:14:33 +0000 asked a question How to find what cipher TLS1.2 is using

How to find what cipher TLS1.2 is using Our security auditor is requiring I show them the exact cipher our SSL-VPN traff