summaryrefslogtreecommitdiff
path: root/lib/auth.c
Commit message (Expand)AuthorAgeFilesLines
* cert-auth: suppress false-positive warnings with GCC analyzerDaiki Ueno2022-01-121-1/+1
* server auth: disable TLS 1.3 if no signature algorithm is usableDaiki Ueno2019-05-201-0/+4
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Remove redundant resets of variables after free()Tim Rühsen2019-02-221-3/+0
* Fallback to TLS 1.2 when incompatible with signature certs are providedNikos Mavrogiannopoulos2019-02-061-0/+23
* Renamed _gnutls_auth_info_set() to _gnutls_auth_info_init().Tom Vrancken2018-10-181-1/+1
* handshake: store session parameters in TLS1.3 ticketNikos Mavrogiannopoulos2018-05-261-0/+9
* gnutls_auth_get_type: simplifiedNikos Mavrogiannopoulos2018-05-261-16/+4
* TLS 1.3: Introduced TLS 1.3 session resumptionAnder Juaristi2018-05-261-22/+2
* ext/status_request: allow more than a single OCSP response to be receivedNikos Mavrogiannopoulos2018-02-191-3/+8
* gnutls_auth*_get_type: use gnutls_kx_get to retrieve key exchangeNikos Mavrogiannopoulos2018-02-191-6/+14
* gnutls_auth_*: check cs parameter for validity prior to useNikos Mavrogiannopoulos2017-08-181-1/+16
* security_parameters: simplified contents by keeping pointer to cipher_suite_e...Nikos Mavrogiannopoulos2017-08-021-9/+7
* doc: Fix some typosAttila Molnar2016-02-061-1/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-0/+427