summaryrefslogtreecommitdiff
path: root/lib/session_pack.c
Commit message (Expand)AuthorAgeFilesLines
* psk: Allow non-NULL PSK usernamesAnder Juaristi2020-03-231-2/+6
* session_pack: fix leak in error pathMichael Catanzaro2020-02-021-1/+2
* ext/record_size_limit: distinguish sending and receiving limitstmp-record-sizesDaiki Ueno2019-05-141-5/+7
* 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-2/+0
* session_pack: reset max_record_recv_size when packingDaiki Ueno2019-02-141-3/+12
* gnutls_certificate_type_get*: ensure that the default type is returnedNikos Mavrogiannopoulos2018-11-181-10/+10
* db: introduce gnutls_db_check_entry_expire_timeDaiki Ueno2018-11-121-0/+4
* session_pack: record max_early_data_size in session dataDaiki Ueno2018-11-111-2/+8
* tls13/session_ticket: calculate ticket_age in millisecondsDaiki Ueno2018-10-261-3/+5
* tls13/session_ticket: rename tls13_ticket_t type to tls13_ticket_stDaiki Ueno2018-10-251-2/+2
* Renamed _gnutls_auth_info_set() to _gnutls_auth_info_init().Tom Vrancken2018-10-181-4/+4
* session tickets: check timestamp for validitytmp-session-ticket-key-rotation-ajuaristiNikos Mavrogiannopoulos2018-09-201-11/+0
* Implemented RFC7250 certificate type negotiation extensions.Tom Vrancken2018-08-201-5/+11
* gnutls_session_set_premaster: corrected error checksNikos Mavrogiannopoulos2018-08-131-5/+4
* resume: keep persistent session identifiersNikos Mavrogiannopoulos2018-08-071-14/+15
* tls1.3: server returns early on handshake when no cert is provided by clientNikos Mavrogiannopoulos2018-08-031-1/+2
* resumption: reduce session parameters stored under TLS1.3Nikos Mavrogiannopoulos2018-05-261-162/+131
* handshake: store session parameters in TLS1.3 ticketNikos Mavrogiannopoulos2018-05-261-0/+1
* TLS 1.3: Introduced TLS 1.3 session resumptionAnder Juaristi2018-05-261-18/+184
* ext/status_request: allow more than a single OCSP response to be receivedNikos Mavrogiannopoulos2018-02-191-2/+40
* extensions: files renamed to hello_extNikos Mavrogiannopoulos2018-02-191-1/+1
* extensions: renamed hello extension handling functions appropriatelyNikos Mavrogiannopoulos2018-02-191-2/+2
* security params: store PRF when packing sessionNikos Mavrogiannopoulos2018-02-191-0/+15
* Added support for post handshake auth extensionNikos Mavrogiannopoulos2018-02-191-0/+6
* _gnutls_epoch_get(): simplified useNikos Mavrogiannopoulos2017-09-251-2/+1
* security_parameters: ease access to group information by keeping pointer to itNikos Mavrogiannopoulos2017-08-021-5/+11
* security_parameters: simplified contents by keeping pointer to cipher_suite_e...Nikos Mavrogiannopoulos2017-08-021-13/+14
* TLS: introduced support for RFC7919 groupsNikos Mavrogiannopoulos2017-08-011-4/+3
* Removed support for compression mechanismsNikos Mavrogiannopoulos2017-06-221-10/+1
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-5/+5
* introduced: GNUTLS_E_UNAVAILABLE_DURING_HANDSHAKENikos Mavrogiannopoulos2016-07-221-1/+1
* pack_srp_auth_info: corrected check for uninitialized usernameNikos Mavrogiannopoulos2016-05-101-1/+5
* make sure gnutls_assert is present at the cases where GNUTLS_E_INTERNAL_ERROR...Nikos Mavrogiannopoulos2015-12-151-1/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-0/+980