]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/ssl_lib.c
Add SSL_get_client_ciphers() to return ciphers from ClientHello
authorNick Mathewson <nickm@torproject.org>
Tue, 26 May 2015 01:16:53 +0000 (21:16 -0400)
committerMatt Caswell <matt@openssl.org>
Thu, 28 May 2015 15:00:23 +0000 (16:00 +0100)
commit831eef2cf500b8a2aaee21b44986c79e62bae912
tree76826c2c7602a9a6dec0a4cad7042437017fedae
parent15a06488fcced19b79708a0329313121e01ded7e
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: Nick Mathewson <nickm@torproject.org>
Signed-off-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
doc/ssl/SSL_get_ciphers.pod
include/openssl/ssl.h
ssl/ssl_lib.c