About gnutls windows handshake problem

Simon Josefsson simon at josefsson.org
Mon May 25 10:11:10 CEST 2009


Ankush Vaid <ankush.vaid at tcs.com> writes:

> Hi Simon,
>
> Thanks for the info.
>
> I am developing gnutls client.
>
> I have used gnutls_record_disable_padding function to disbale padding and 
> log I have sent to you.  later I have used 
> gnutls_priority_set_direct(session, "NORMAL:%COMPAT", NULL); function but 
> got the same result.

There must be some other problem.  You only need to disable MAC padding
when talking to buggy TLS implementations (e.g., Symbian's).  When both
the client and server uses GnuTLS, it is never needed.

> I will debug client side (UE) by using some diagnostic tool and come back 
> to you with useful information.

Thanks.

/Simon





More information about the Gnutls-devel mailing list