Re: Getting at the details of the client's requestes cipher suites

2012-10-11 Thread carlyoung
[sorry for top posting] This begs the question "what is your access to the encrypted datastream?" If you are sniffing from the wire using Wireshark, then it will decode to this level and show you a textual representation of the cipher list. If you have access to the datastream through code, the

Getting at the details of the client's requestes cipher suites

2012-10-10 Thread Hugo Maxwell Connery
Hi OpenSSLers, During the TLS handshake the client suggests a list of cipher suites (and then negotiation occurs). I want to know what the client suggested. In text (or with ways to translate bits to said text/acronyms). Is there a trivial way to do this? I want to expose the nature of the ne