With OpenSSL 0.9.8a:

    $ openssl version
    OpenSSL 0.9.8a 11 Oct 2005

    $ openssl ciphers 'RSA+DSS+AES+3DES+SHA1'
    Error in cipher list
    15676:error:144020B9:SSL routines:SSL_CTX_set_cipher_list:no cipher 
match:ssl_lib.c:1176:

With OpenSSL 0.9.7d:

    $  openssl version
    OpenSSL 0.9.7d 17 Mar 2004

    $ openssl ciphers 'RSA+DSS+AES+3DES+SHA1'
    AES256-SHA:AES128-SHA:DES-CBC3-SHA

Did the cipherspec format change between 0.9.7 and 0.9.8?
Thanks,

nagendra
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to