summaryrefslogtreecommitdiff
path: root/lib/ext/session_ticket.c
Commit message (Expand)AuthorAgeFilesLines
* Incremental handshake hash buildertmp-draft-ietf-tls-tls13-21-ajuaristi-incremental-hash-bufferAnder Juaristi2017-11-061-1/+2
* handshake: generate application keysNikos Mavrogiannopoulos2017-10-101-1/+1
* extensions: files renamed to hello_extNikos Mavrogiannopoulos2017-10-101-1/+1
* extensions: renamed hello extension handling functions appropriatelyNikos Mavrogiannopoulos2017-10-101-7/+7
* extensions: use the low-level extension parsing code for hello parsingNikos Mavrogiannopoulos2017-10-101-1/+1
* extensions: use an internal extension ID independent of the TLS idNikos Mavrogiannopoulos2017-10-101-1/+2
* extensions: mark the message validity of each supported extensionNikos Mavrogiannopoulos2017-09-251-0/+1
* extensions: type renamed to id for clarityNikos Mavrogiannopoulos2017-09-251-1/+1
* TLS extensions: mark each extension which cannot be overridenNikos Mavrogiannopoulos2017-06-141-0/+1
* removed type extension_priv_data_tNikos Mavrogiannopoulos2017-06-141-13/+13
* gnutls_session_ticket_key_generate: fixed operation under FIPS140-2 modeNikos Mavrogiannopoulos2017-03-011-1/+21
* deprecated _gnutls_rnd() in favor of exported gnutls_rnd()Nikos Mavrogiannopoulos2016-11-041-1/+1
* TLS extensions: use more human-friendly namesNikos Mavrogiannopoulos2016-05-301-1/+1
* session tickets: avoid GCM for session tickets and rely on CBC and HMACNikos Mavrogiannopoulos2016-03-231-38/+92
* Ensure that session resumption does not occur when ext master secret status c...Nikos Mavrogiannopoulos2016-02-161-1/+8
* marked all extensions structures as constantNikos Mavrogiannopoulos2015-11-211-1/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-11/+11
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-2/+2
* added gnutls_ext_set_data() and gnutls_ext_get_data()Nikos Mavrogiannopoulos2015-03-201-10/+10
* Added gnutls_memcmp() and exported it.Nikos Mavrogiannopoulos2014-11-111-1/+1
* exported gnutls_memset()Nikos Mavrogiannopoulos2014-11-081-1/+2
* use wait and retransmit when receiving session ticketsNikos Mavrogiannopoulos2014-10-021-0/+12
* fixed compilation warningsNikos Mavrogiannopoulos2014-09-251-1/+0
* doc updateNikos Mavrogiannopoulos2014-08-291-1/+1
* session tickets can be disabledNikos Mavrogiannopoulos2014-03-051-0/+4
* simplified gnutls_handshake_allocNikos Mavrogiannopoulos2013-12-251-1/+1
* check return code of gnutls_rnd().Nikos Mavrogiannopoulos2013-11-221-1/+5
* Use AES-GCM to encrypt session tickets.Nikos Mavrogiannopoulos2013-11-221-101/+65
* reindented codeNikos Mavrogiannopoulos2013-11-081-588/+578
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-4/+6
* The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-...Nikos Mavrogiannopoulos2013-03-191-7/+7
* Use gnutls_realloc_fast everywhere. Suggested by David Woodhouse.Nikos Mavrogiannopoulos2013-02-181-1/+1
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Fixed the receipt of session tickets during session resumption.Nikos Mavrogiannopoulos2012-09-301-1/+1
* BUFFER_APPEND_PFX is no more. Replaced with BUFFER_APPEND_PFX4Nikos Mavrogiannopoulos2012-08-301-1/+1
* Do not treat any message from the peer as an indication that the last flight ...Nikos Mavrogiannopoulos2012-02-141-1/+1
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-12/+12
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Optimizations in DH parameter generation.Nikos Mavrogiannopoulos2011-12-121-1/+1
* If a ticket is sent to client then don't store the session information in the...Nikos Mavrogiannopoulos2011-12-111-0/+2
* Added encryption flag to simplify and optimize key expansion.Nikos Mavrogiannopoulos2011-09-071-2/+2
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* documentation fixesNikos Mavrogiannopoulos2011-07-231-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Remove unused variablesStef Walter2011-06-061-2/+1
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-021-1/+1
* Added gnutls_global_set_time_function() to allow overridingNikos Mavrogiannopoulos2011-05-261-1/+1
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-1/+1
* removed conditional compilationNikos Mavrogiannopoulos2011-04-161-4/+0