Innokentiy Ivanov wrote:

>Good afternoon!
>
>Can anybody help me, please? 
>What shell i do to use ciphers with DH/DH-anon key exchange algorithms?
>
>When i try to connect to OpenSSL server with only cipher DH_..._..._... or
>DH_anon_..._..._..., it says: "no shared cipher".
>
>Please, help me to do this. Maybe, OpenSSL doesn't support DH/DHa at all?
>
OpenSSL supports DH, but to use it, you must setup some key material 
(which is more or less timeconsuming).
Either you use the setup-routine DH_generate_parameters() and 
SSL_CTX_set_tmp_dh() or use fixed key material as seen in ssl/ssltest.c 
(fast, but insecure).

Jo"rg

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

Reply via email to