gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnutls-dev] Weak ciphers?


From: Nikos Mavroyanopoulos
Subject: Re: [gnutls-dev] Weak ciphers?
Date: Fri, 17 Oct 2003 17:39:03 +0300
User-agent: Mutt/1.5.4i

On Fri, Oct 17, 2003 at 05:16:14PM +0300, Nikos Mavroyanopoulos wrote:

> > Hi,
> > One of the users of the Debian GNU TLS package wants to use openldap
> > (the Debian package now uses GNU TLS to setup SSL connections) to
> > connect to a Netscape LDAP server, which only uses:
> > nsssl2ciphers: +rc2export,+rc4export
> > nsssl3ciphers: -rsa_null_md5,+rsa_rc2_40_md5,+rsa_rc4_40_md5
> > Is there a way to make GNU TLS set up a connection to this server?
> The ciphersuite TLS_RSA_EXPORT_ARCFOUR_40_MD5 is supported, so rsa_rc4_40_md5
> seems to be common (RC2 is not supported in gnutls for TLS connections).

I forgot to say that in order to enable this ciphersuite,
gnutls_set_default_export_priority() has to be called, or the 
ciphers GNUTLS_CIPHER_ARCFOUR_40 and GNUTLS_KX_RSA_EXPORT, have 
to be enabled.


-- 
Nikos Mavroyanopoulos



reply via email to

[Prev in Thread] Current Thread [Next in Thread]