summaryrefslogtreecommitdiff
path: root/lib/kx.c
Commit message (Expand)AuthorAgeFilesLines
* locks: use once execution for on-demand initialization of globalsDaiki Ueno2021-11-171-9/+16
* locks: replace custom mutex wrappers with "glthread/lock.h"Daiki Ueno2021-11-171-2/+4
* mem: instrument with ASan memory poisoning as well as valgrindDaiki Ueno2021-08-091-0/+10
* keylog: suppress -Wanalyzer-file-leak warningsDaiki Ueno2021-05-131-0/+6
* handshake: replace RESUME_TRUE and RESUME_FALSE with <stdbool.h>Daiki Ueno2021-02-041-1/+1
* lib: avoid file descriptor leak when application forksDaiki Ueno2020-05-301-1/+1
* gnutls_session_get_keylog_function: new functiontmp-get-keylog-funcDaiki Ueno2020-03-221-0/+17
* keylogfile: simplify the callback mechanismtmp-keylog-funcDaiki Ueno2020-02-221-44/+12
* keylogfile: generalize with a callbacktmp-keylog-hookDaiki Ueno2020-02-071-4/+83
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* kx: for uniformity print master secret sizeDmitry Eremin-Solenikov2018-07-231-1/+2
* handshake: use hsk_flags in TLS1.2 and TLS1.3Nikos Mavrogiannopoulos2018-02-191-4/+4
* _gnutls_nss_keylog_write: define new internal APIDaiki Ueno2018-02-191-20/+36
* kx: moved to new buffer APINikos Mavrogiannopoulos2018-02-191-94/+76
* handshake: reset cert request state on handshake initNikos Mavrogiannopoulos2017-03-211-4/+4
* write_nss_key_log: write the premaster secret while it is still validNikos Mavrogiannopoulos2016-07-071-2/+2
* keylogfile: only consider the SSLKEYLOGFILE variableNikos Mavrogiannopoulos2016-06-061-2/+9
* Append keys on keylogfileNikos Mavrogiannopoulos2016-05-271-24/+6
* Amend the "Allow for conditional compilation of SSL 3.0 protocol patch"Nikos Mavrogiannopoulos2016-05-241-4/+4
* Amend: Allow for conditional compilation of SSL 3.0 protocolNikos Mavrogiannopoulos2016-05-201-4/+12
* Write session keys into a file when GNUTLS_KEYLOGFILE is exportedNikos Mavrogiannopoulos2016-05-181-0/+43
* Allow for conditional compilation of SSL 3.0 protocolNikos Mavrogiannopoulos2016-05-141-2/+3
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-0/+705