summaryrefslogtreecommitdiff
path: root/lib/gnutls_session_pack.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Use *_t types consistently.Simon Josefsson2007-08-131-17/+17
* Fix warnings, tiny patch from Andreas Metzler <ametzler@downhill.at.eu.org>.Simon Josefsson2007-04-161-1/+1
* Indent more.Simon Josefsson2005-12-151-31/+31
* Replace uint32 with uint32_t.Simon Josefsson2005-12-091-8/+8
* Corrected bugs in session resumption. Bugs reported by Yoann Vandoorselare.Nikos Mavrogiannopoulos2005-12-021-16/+23
* Some fixes in session resumption and prototypes. Based on patches and suggest...Nikos Mavrogiannopoulos2005-11-301-0/+2
* some more fixes for PSK.Nikos Mavrogiannopoulos2005-11-161-5/+7
* Completed the DHE-PSK ciphersuite additions.Nikos Mavrogiannopoulos2005-11-161-22/+105
* fixed bug in session packing for anonymous connections.Nikos Mavrogiannopoulos2005-11-081-6/+6
* Use GNU coding style.Simon Josefsson2005-11-071-655/+749
* This is the initial commit in the 1.3 branch. Ported from the PSK branch:Nikos Mavrogiannopoulos2005-11-071-271/+866
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* some cleanups, and changes in the resuming code to avoid freeing non-allocate...Nikos Mavrogiannopoulos2005-04-211-4/+4
* eliminated some memory leaks caused by DHE and RSA-EXPORT ciphersuites. Thank...Nikos Mavrogiannopoulos2005-03-191-0/+3
* Changes to make the --disable-* options work again.Nikos Mavrogiannopoulos2005-01-261-1/+3
* Clean up license templates.Simon Josefsson2005-01-221-13/+15