More GnuTLS cleanups/fixes.
authorPhil Pennock <pdp@exim.org>
Thu, 17 May 2012 20:18:34 +0000 (16:18 -0400)
committerPhil Pennock <pdp@exim.org>
Thu, 17 May 2012 20:18:34 +0000 (16:18 -0400)
commit4fe99a6c7949056e1bf27f146ad604061b6a3669
tree3af876bed814cfb8cb3b1b01a2166ae115117265
parent2c17bb02e213012d5d98ebac506a67b23b2cf693
More GnuTLS cleanups/fixes.

Decided "unknown (reason)" in tls_peerdn was wrong, stripped that, added
replacement guard.

Moved cipherbuf construction to where it makes more sense, where peerdn
is extracted, so that setting the exim vars gets back closer to just
some pointer switching.

Fix missing failure check after handshake in client.

Fix tls.c tls_ungetc() and friends by pointing watermark vars at state
content.

Regenerated test-suite D-H params so we don't have too small values,
which was causing connection rejections.

Test-suite output where new test cert info is logged (there will be a
couple more, when I fix a lingering problem with tls_peerdn being unset
in client log-lines).

Give test-suite client command some --help.
src/src/tls-gnu.c
src/src/tls.c
test/aux-fixed/gnutls-params
test/log/2002
test/mail/2002.CALLER
test/src/client.c