Commit 831eef2c authored by Nick Mathewson's avatar Nick Mathewson Committed by Matt Caswell
Browse files

Add SSL_get_client_ciphers() to return ciphers from ClientHello



On the server side, if you want to know which ciphers the client
offered, you had to use session->ciphers.  But that field is no
longer visible, so we need a method to get at it.

Signed-off-by: default avatarNick Mathewson <nickm@torproject.org>
Signed-off-by: default avatarMatt Caswell <matt@openssl.org>
Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent 15a06488
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment