summaryrefslogtreecommitdiff
path: root/lib/session.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-70/+55
* Indent codeZoltan Fridrich2023-01-271-48/+72
* devel: suppress cppcheck 2.5 false-positivesDaiki Ueno2021-08-041-1/+1
* handshake: replace RESUME_TRUE and RESUME_FALSE with <stdbool.h>Daiki Ueno2021-02-041-1/+1
* doc: assorted typo fixestmp-typo-fixesDaiki Ueno2020-08-121-1/+1
* gnutls_session_get_data2: fix operation without a timeout callbackNikos Mavrogiannopoulos2019-09-261-4/+17
* gnutls_session_get_desc: avoid printing a NULL valuetmp-fix-descNikos Mavrogiannopoulos2019-06-291-4/+4
* gnutls_session_set_data(): Check for allocation errorTim Rühsen2019-05-281-1/+5
* Improved estimation of wait in gnutls_session_get_data2tmp-improve-session-resumptionNikos Mavrogiannopoulos2019-03-191-4/+12
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Implemented support for raw public-key functionality (RFC7250).Tom Vrancken2018-12-151-7/+6
* Fix session description info printingNikos Mavrogiannopoulos2018-11-271-1/+1
* Implemented RFC7250 certificate type negotiation extensions.Tom Vrancken2018-08-201-12/+24
* Fix two typos (overriden/guarranteed)Andreas Metzler2018-08-161-2/+2
* resume: keep persistent session identifiersNikos Mavrogiannopoulos2018-08-071-22/+34
* gnutls_session_get_desc: fixed desc printing of custom groupsNikos Mavrogiannopoulos2018-06-261-2/+5
* gnutls_session_get_id: document restrictionsNikos Mavrogiannopoulos2018-06-201-0/+12
* gnutls_session_get_data2: harmonize documentation with practiceNikos Mavrogiannopoulos2018-06-081-1/+1
* TLS 1.3: Introduced TLS 1.3 session resumptionAnder Juaristi2018-05-261-15/+56
* Added support for out-of-band Pre-shared keys under TLS1.3Ander Juaristi2018-04-061-2/+13
* gnutls_session_get_desc: more descriptive name for TLS1.3 ciphersuitesNikos Mavrogiannopoulos2018-02-191-5/+18
* security_parameters: ease access to group information by keeping pointer to itNikos Mavrogiannopoulos2017-08-021-1/+3
* security_parameters: simplified contents by keeping pointer to cipher_suite_e...Nikos Mavrogiannopoulos2017-08-021-1/+1
* TLS: introduced support for RFC7919 groupsNikos Mavrogiannopoulos2017-08-011-15/+13
* gnutls_session_get_desc: improved ciphersuite descriptionNikos Mavrogiannopoulos2017-06-071-13/+34
* corrected typoNikos Mavrogiannopoulos2016-10-211-2/+1
* doc: gnutls_session_set_id: added sinceNikos Mavrogiannopoulos2016-07-271-0/+2
* doc: mention that the session data functions will fail prior to handshake com...Nikos Mavrogiannopoulos2016-07-221-1/+10
* session resumption: lift the limitation of calling gnutls_session_get_data*()...Nikos Mavrogiannopoulos2016-03-311-12/+15
* split session info functions from ui.cNikos Mavrogiannopoulos2015-12-311-0/+127
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-0/+240