summaryrefslogtreecommitdiff
path: root/lib/gnutls_constate.c
Commit message (Expand)AuthorAgeFilesLines
* several cleanupsNikos Mavrogiannopoulos2012-09-221-2/+0
* Added support for an old version of the DTLS protocolNikos Mavrogiannopoulos2012-06-201-1/+1
* several type changes to please clangNikos Mavrogiannopoulos2012-04-021-1/+1
* fixes in DTLS rehandshake and epoch cleanup.Nikos Mavrogiannopoulos2012-02-261-11/+22
* simplified the _datum functions.Nikos Mavrogiannopoulos2012-02-201-8/+8
* reset sliding window size on new epochsNikos Mavrogiannopoulos2012-02-141-0/+2
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-8/+8
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* cipher_suite_st is no longer used internally. We only use a point to 2 bytes.Nikos Mavrogiannopoulos2011-12-131-15/+15
* simplified assignment of server_write and client_write.Nikos Mavrogiannopoulos2011-09-301-7/+11
* Further optimizations in the compression code. Re-enabled the test program by...Nikos Mavrogiannopoulos2011-09-231-6/+6
* Added encryption flag to simplify and optimize key expansion.Nikos Mavrogiannopoulos2011-09-071-3/+3
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Correctly set compression method when resuming sessions.Nikos Mavrogiannopoulos2011-05-281-0/+1
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-1/+1
* session->internals.compression_method was removed. It was no longer required ...Nikos Mavrogiannopoulos2011-03-131-2/+15
* _gnutls_is_dtls() is no more. IS_DTLS() is being used instead.Nikos Mavrogiannopoulos2011-03-121-1/+1
* Properly reset the SSL 3.0 MAC algorithm.Nikos Mavrogiannopoulos2011-03-121-2/+2
* Corrected SSL2 client hello handling.Nikos Mavrogiannopoulos2011-03-121-1/+1
* Epoch garbage collector is being run when handshake is being cleaned up.Nikos Mavrogiannopoulos2011-02-201-2/+0
* Changes to allow DTLS server side to operate. Added a simple UDP server on gn...Nikos Mavrogiannopoulos2011-02-191-3/+14
* dtls: Write epoch to sequence number.Jonathan Bastien-Filiatrault2011-02-171-0/+3
* Harmonize "d" argument between constate.c and compress.c.Jonathan Bastien-Filiatrault2011-02-171-4/+4
* Added support for GCM ciphersuites (not tested with other implementation).Nikos Mavrogiannopoulos2011-02-061-8/+14
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-159/+159
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-66/+60
* Explicit symmetric cipher state versionning.Jonathan Bastien-Filiatrault2010-09-171-555/+381
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-131-11/+4
* Added initial PKCS #11 support. Certtool can now print lists of certificatesNikos Mavrogiannopoulos2010-06-031-3/+3
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Indent code.Simon Josefsson2010-04-141-58/+62
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Modified extensions (session ticket, oprfi) to store internal data in gnutls ...Nikos Mavrogiannopoulos2010-01-151-0/+3
* Further cleanup the extension internal structure. Now if values are notNikos Mavrogiannopoulos2010-01-141-12/+3
* Specify in detail what to be copied when resuming. It seems thereNikos Mavrogiannopoulos2010-01-131-8/+15
* Revert "Merged the two internal hash API functions, to simplify and reduce co...Nikos Mavrogiannopoulos2009-12-051-4/+4
* Merged the two internal hash API functions, to simplify and reduce code.Nikos Mavrogiannopoulos2009-11-291-4/+4
* Cleanups and several bug fixes found by Tomas Mraz.Nikos Mavrogiannopoulos2009-11-051-1/+1
* session ticket supportDaiki Ueno2009-08-191-0/+6
* Fix warnings.Simon Josefsson2008-11-121-4/+4
* Indent.Simon Josefsson2008-10-081-10/+11
* Re-add comment about too long function, it is one of the most complex in gnutls.Simon Josefsson2008-09-291-0/+2
* more memory leak fixes (based on patch by Sam)Nikos Mavrogiannopoulos2008-09-281-24/+7
* avoid using malloc for small buffers.Nikos Mavrogiannopoulos2008-09-281-4/+3
* Revert "Revert C99 uses. Fixes gnutls_mpi.c mem leak, but not others."Nikos Mavrogiannopoulos2008-09-271-70/+40
* Revert C99 uses. Fixes gnutls_mpi.c mem leak, but not others.Simon Josefsson2008-09-251-40/+70
* Corrected several memory leaks reported by Sam. In some cases switchedNikos Mavrogiannopoulos2008-09-231-70/+40