gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

internals_st::send_cert_req too small


From: Nicolai Stange
Subject: internals_st::send_cert_req too small
Date: Sun, 15 Sep 2013 18:04:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Hi all,

in `gnutls_int.h', we have
--8<---------------cut here---------------start------------->8---
unsigned send_cert_req:1;
--8<---------------cut here---------------end--------------->8---
i.e. its one single bit wide.

According to the definition of `gnutls_certificate_request_t' in
`gnutls.h', `send_cert_req' must be big enough to hold the the
enumerated values 0, 1 and 2.

On my platform (x86_64), gcc generates code that will silently set
`send_cert_req' to zero if `gnutls_certificate_server_set_request()'
is invoked with a req-value of `GNUTLS_CERT_REQUIRE' (== 2).
This results in clients not sending any certificate at all.

Regards,

Nicolai




reply via email to

[Prev in Thread] Current Thread [Next in Thread]