ssl_create_cipher_list should return an error if no cipher could be
authorNils Larsch <nils@openssl.org>
Wed, 8 Jun 2005 21:19:14 +0000 (21:19 +0000)
committerNils Larsch <nils@openssl.org>
Wed, 8 Jun 2005 21:19:14 +0000 (21:19 +0000)
commitcbed917fee07901eda6ee79f8ec56eef41cef725
tree88bcc3b5e372d21246cc17a4529251e1f5727a47
parentdffdb56b7f5ac13102cd3639c115349d3ce2fa01
ssl_create_cipher_list should return an error if no cipher could be
collected (see SSL_CTX_set_cipher_list manpage). Fix handling of
"cipher1+cipher2" expressions in ssl_cipher_process_rulestr.

PR: 836 + 1005
ssl/ssl_ciph.c