help-gnutls
[Top][All Lists]
Advanced

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

Re: TLS_RSA_NULL_MD5


From: Nikos Mavrogiannopoulos
Subject: Re: TLS_RSA_NULL_MD5
Date: Mon, 26 Jul 2010 12:11:40 +0200

On Mon, Jul 26, 2010 at 2:57 AM, Nathan Redden <address@hidden> wrote:
>
> I have been implementing a TLS 1.2 implementation using the GnuTLS library.  
> I have a requirement to be able to use no data encryption.  The cipher suite
> TLS_RSA_NULL_MD5 is listed in the supported cipher suites, but I cannot 
> figure out how to force GnuTLS to only negotiate this.  I have tried all of 
> the Common keywords and
> eliminated all ciphers and starting from NONE adding in the key exchange, 
> compression, and MAC.  I have tried compatibility mode as well.

You must have been the first one using this ciphersuite. It never
seemed to work. To get it apply the attached patch, and verify it
using the priority string
"NONE:+RSA:+MD5:+NULL:+VERS-TLS1.0:+COMP-NULL".

regards,
Nikos

Attachment: patch.txt
Description: Text document


reply via email to

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