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)
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.


No differences found