Allow return of supported ciphers.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 14 Jan 2014 14:55:21 +0000 (14:55 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 28 Mar 2014 14:49:04 +0000 (14:49 +0000)
commit8b8e5bed233a2d8106296c8e460be252719e0fdd
tree17c745e4653e36d5039a9f601d923e32803c9439
parent09599b52d4e295c380512ba39958a11994d63401
Allow return of supported ciphers.

New function ssl_cipher_disabled.

Check for disabled client ciphers using ssl_cipher_disabled.

New function to return only supported ciphers.

New option to ciphers utility to print only supported ciphers.
apps/ciphers.c
ssl/s3_clnt.c
ssl/ssl.h
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/t1_lib.c