Error out immediately on empty ciphers list.
authorEmilia Kasper <emilia@openssl.org>
Wed, 15 Apr 2015 12:18:55 +0000 (14:18 +0200)
committerEmilia Kasper <emilia@openssl.org>
Fri, 17 Apr 2015 16:47:25 +0000 (18:47 +0200)
commit31d085ca74a7305f83663d19eaa0bf1469953b0e
tree3986efa61ac92d6c92ee2e873d6fc4d147211981
parentc70908d247d1f6866139185b8c6940412bcdd87f
Error out immediately on empty ciphers list.

A 0-length ciphers list is never permitted. The old code only used to
reject an empty ciphers list for connections with a session ID. It
would later error out on a NULL structure, so this change just moves
the alert closer to the problem source.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit 3ae91cfb327c9ed689b9aaf7bca01a3f5a0657cb)
ssl/s3_srvr.c