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:44:35 +0000 (18:44 +0200)
commite697a4c3d7d2267e9d82d88dbfa5084475794cb3
tree111646bc4dae34c68678ac4b1b83ad6658875d1d
parent5613feaacc1334dce9809d60bc23f3081e6d35e6
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