ssl_create_cipher_list should return an error if no cipher could be
authorNils Larsch <nils@openssl.org>
Wed, 8 Jun 2005 21:13:52 +0000 (21:13 +0000)
committerNils Larsch <nils@openssl.org>
Wed, 8 Jun 2005 21:13:52 +0000 (21:13 +0000)
commit4e2a0e58f238a5706d971ea1e467242bf94e3f2c
treee98961dc347547917b2078a9445316d7566b6d58
parent39d29195a7c6fe7394137ea543d19edd28465de9
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