tls_tstream: increase the buffer size
commita42ccab929766702029f624f5cc18bc034889c29
authorMatthieu Patou <mat@matws.net>
Thu, 18 Nov 2010 07:35:06 +0000 (18 10:35 +0300)
committerStefan Metzmacher <metze@samba.org>
Sat, 4 Dec 2010 11:12:21 +0000 (4 12:12 +0100)
tree7d2d1c4671848056198b78e1c5d14f804eec397a
parent14d3027458dc3831330e316e9de1cc71b73c9c5b
tls_tstream: increase the buffer size

The problem is that with certain version of gnutls are not working
properly if the server is sending in different packet things like (at
least)

* Certificate
* Server Key exchange
* Client certificate

Somehow it really expect this to be done in one packet as some
structures used _gnutls_send_handshake are reinitialized at every
packet exchange and intermediate steps didn't expect it

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source4/lib/tls/tls_tstream.c