aboutsummaryrefslogtreecommitdiff
path: root/src/tls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls.c')
-rw-r--r--src/tls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tls.c b/src/tls.c
index 58c7445..42cb66d 100644
--- a/src/tls.c
+++ b/src/tls.c
@@ -361,6 +361,7 @@ cipher_info (gnutls_session session)
ngettext ("- Anonymous DH using prime of %d bit.\n",
"- Anonymous DH using prime of %d bits.\n", bits), bits);
break;
+
case GNUTLS_CRD_CERTIFICATE: /* certificate authentication */
if (kx == GNUTLS_KX_DHE_RSA || kx == GNUTLS_KX_DHE_DSS)
{

Return to:

Send suggestions and report system problems to the System administrator.