Well, i tried this, but unfortunately, there is no change.
Is my understanding wrong that per default, there are ciphers defined ?
I am happy to define them if required - however, i don't understand the error.
Any idea ?

Florian

David Schwartz wrote:

> > Hello !
> >
> > However, when using DES-CBC3-SHA instead, i still have the same behaviour.
> >
> > Any idea ?
> >
> > Many thanks !!
> >
> > Florian
>
>         Did you add these ciphers?
>
>         Try something like:
>
>  EVP_add_cipher(EVP_des_cbc());
>  EVP_add_cipher(EVP_rc2_cbc());
>  EVP_add_cipher(EVP_rc4());
>  EVP_add_digest(EVP_md2());
>  EVP_add_digest(EVP_md5());
>  EVP_add_digest(EVP_sha1());
>  EVP_add_digest_alias("MD5","ssl2-md5");
>  EVP_add_digest_alias("MD5","ssl3-md5");
>  EVP_add_digest_alias("SHA1","ssl3-sha1");
>  EVP_add_digest(EVP_dss1());
>
>         Or:
>
>  OpenSSL_add_all_algorithms();
>
>         DS
>
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    openssl-users@openssl.org
> Automated List Manager                           [EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to