ssl_create_cipher_list should return an error if no cipher could be
authorNils Larsch <nils@openssl.org>
Wed, 8 Jun 2005 21:16:32 +0000 (21:16 +0000)
committerNils Larsch <nils@openssl.org>
Wed, 8 Jun 2005 21:16:32 +0000 (21:16 +0000)
commite32b08abc3db7f50effd81507f7ddcd8a1349d80
tree9fec712bbd23e0696daa852851c3e9c885232f14
parent2776beb91a7f9e52cb55d6b1c572a7c38f69d6e2
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