summaryrefslogtreecommitdiff
path: root/lib/gnutls_session_pack.c
Commit message (Expand)AuthorAgeFilesLines
* make sure gnutls_assert is present at the cases where GNUTLS_E_INTERNAL_ERROR...Nikos Mavrogiannopoulos2015-12-151-1/+1
* session packing: corrected issue in PSK session unpackNikos Mavrogiannopoulos2015-08-211-1/+5
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-1/+1
* _gnutls_buffer_to_datum: includes code for exporting stringsNikos Mavrogiannopoulos2014-12-051-1/+1
* Added support for RFC7366 (encrypt then authenticate)Nikos Mavrogiannopoulos2014-11-031-0/+5
* Added support for the extended master secret calculationNikos Mavrogiannopoulos2014-10-081-0/+5
* Made _gnutls_get_auth_info() safer to use.Nikos Mavrogiannopoulos2014-04-181-9/+9
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-151-9/+2
* 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