summaryrefslogtreecommitdiff
path: root/lib/gnutls_session_pack.c
Commit message (Expand)AuthorAgeFilesLines
* NEW_PADDING has been removed.Nikos Mavrogiannopoulos2014-03-051-6/+0
* reindented codeNikos Mavrogiannopoulos2013-11-081-680/+703
* eliminated the need for the additional version variable.Nikos Mavrogiannopoulos2013-07-151-3/+10
* Removed the RSA-EXPORT ciphersuites.Nikos Mavrogiannopoulos2013-04-071-9/+0
* Added gnutls_sign_algorithm_get_client()Nikos Mavrogiannopoulos2013-04-041-0/+7
* small optimizations in session storageNikos Mavrogiannopoulos2013-02-271-11/+10
* Small fixes.Nikos Mavrogiannopoulos2013-02-261-1/+6
* Added a magic number in front session DB data.Nikos Mavrogiannopoulos2013-02-041-0/+7
* corrected session resumptionNikos Mavrogiannopoulos2013-02-011-7/+12
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Added gnutls_db_check_entry_time().Nikos Mavrogiannopoulos2013-01-311-4/+6
* Fixes in server side of DTLS-0.9.Nikos Mavrogiannopoulos2013-01-311-1/+2
* Added a new record padding mechanism.Nikos Mavrogiannopoulos2013-01-021-0/+5
* several cleanupsNikos Mavrogiannopoulos2012-09-221-33/+28
* BUFFER_APPEND_PFX is no more. Replaced with BUFFER_APPEND_PFX4Nikos Mavrogiannopoulos2012-08-301-15/+15
* Added support for an old version of the DTLS protocolNikos Mavrogiannopoulos2012-06-071-0/+70
* corrected data copyNikos Mavrogiannopoulos2012-05-271-4/+4
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-2/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* cipher_suite_st is no longer used internally. We only use a point to 2 bytes.Nikos Mavrogiannopoulos2011-12-131-10/+3
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* store the ECC curve in the session resumption parameters.Nikos Mavrogiannopoulos2011-06-041-1/+6
* Correctly set compression method when resuming sessions.Nikos Mavrogiannopoulos2011-05-281-2/+2
* Added gnutls_global_set_time_function() to allow overridingNikos Mavrogiannopoulos2011-05-261-1/+1
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-161-4/+4
* store entities as numbers to avoid issues in big-little endian machines.Nikos Mavrogiannopoulos2011-02-221-13/+11
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-99/+99
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-151/+176
* Explicit symmetric cipher state versionning.Jonathan Bastien-Filiatrault2010-09-171-12/+18
* Corrected writing and reading order of security parameters.Nikos Mavrogiannopoulos2010-06-271-3/+4
* Corrections in the new session packing code. Saving absolute positions in buf...Nikos Mavrogiannopoulos2010-06-191-20/+15
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-131-699/+287
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Indent code.Simon Josefsson2010-04-141-48/+53
* Corrected calculation of session data for PSK ciphersuites. Solves issue #107...Nikos Mavrogiannopoulos2010-02-051-4/+5
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Further cleanup the extension internal structure. Now if values are notNikos Mavrogiannopoulos2010-01-141-0/+1
* Indent code.Simon Josefsson2009-11-051-8/+10
* Fix whitespace.Simon Josefsson2009-08-191-2/+2
* session ticket supportDaiki Ueno2009-08-191-6/+34
* Fix overflows in gnutls_calloc calls.Simon Josefsson2008-09-171-1/+1
* Indent.Simon Josefsson2008-09-161-30/+28
* Move definitions in gnutls_auth_int.h to gnutls_auth.h and update callers.Simon Josefsson2008-09-011-1/+1
* Fix namespace problem with TLS_MASTER_SIZE and TLS_RANDOM_SIZE.Simon Josefsson2008-08-131-12/+12
* Indent code.Simon Josefsson2008-07-021-32/+35
* Pack/unpack psk identity hint too.Simon Josefsson2008-06-031-6/+18
* Corrected memory leaks in session resuming and DHE ciphersuites. ReportedNikos2008-02-171-26/+1