summaryrefslogtreecommitdiff
path: root/lib/gnutls_buffers.h
Commit message (Expand)AuthorAgeFilesLines
* Simplified the handling of handshake messages to be hashed.Nikos Mavrogiannopoulos2011-06-031-19/+0
* _gnutls_handshake_hash_buffer_clear was replaced by _gnutls_buffer_clear();Nikos Mavrogiannopoulos2011-05-241-3/+0
* Avoided waiting for peer's retransmission to ensure receipt of finished messa...Nikos Mavrogiannopoulos2011-03-201-1/+1
* renamed gnutls_handshake_buffer_* functions to gnutls_handshake_hash_buffer_*...Nikos Mavrogiannopoulos2011-03-131-4/+19
* Added intermediate handshake layer that will order handshake packets and drop...Nikos Mavrogiannopoulos2011-03-061-12/+43
* combined all the record buffers in one.Nikos Mavrogiannopoulos2011-03-021-3/+7
* internal buffering for record and handshake data changed from gnutls_buffers ...Nikos Mavrogiannopoulos2011-03-021-4/+5
* skip replays in handshake packets.Nikos Mavrogiannopoulos2011-02-201-0/+6
* Changes to allow DTLS server side to operate. Added a simple UDP server on gn...Nikos Mavrogiannopoulos2011-02-191-1/+2
* Several updates for DTLS (client side only) to work.Nikos Mavrogiannopoulos2011-02-181-0/+1
* use similar API when caching messages in DTLS or TLS.Nikos Mavrogiannopoulos2011-02-181-1/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-12/+12
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-6/+5
* mbuffers: make _gnutls_io_read_buffered use mbuffers.Jonathan Bastien-Filiatrault2010-09-091-3/+2
* Support scattered write using writev(). This takesNikos Mavrogiannopoulos2010-07-101-2/+8
* More fixes for the rebase.Nikos Mavrogiannopoulos2010-06-041-1/+1
* Make _gnutls_handshake_io_send_int accept a mbuffer_st.Jonathan Bastien-Filiatrault2010-06-031-1/+1
* Simplify handshake send buffer logic.Jonathan Bastien-Filiatrault2010-06-031-4/+3
* Allocate data buffer with mbuffer_st structure as suggested by Nikos.Jonathan Bastien-Filiatrault2010-06-031-1/+1
* Remove the prototype for the non-existant function _gnutls_io_write_buffered2.Jonathan Bastien-Filiatrault2010-06-031-2/+0
* Modify slightly the contract of _gnutls_io_write_buffered as suggestedJonathan Bastien-Filiatrault2010-06-031-2/+2
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* 1. Fix for memory leaks on interrupted handshake.Nikos Mavrogiannopoulos2009-10-231-2/+0
* Fix warnings.Simon Josefsson2008-08-281-3/+1
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Use GNU coding style.Simon Josefsson2005-11-071-31/+33
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.Simon Josefsson2005-04-141-2/+2
* Clean up license templates.Simon Josefsson2005-01-241-1/+1
* Clean up license templates.Simon Josefsson2005-01-241-12/+16
* Indent.Simon Josefsson2004-10-281-6/+8
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-21/+21
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-20/+29
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-6/+6
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-041-1/+1
* some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos <pa...Nikos Mavrogiannopoulos2003-11-041-4/+4
* Optimizations in buffering code, which reduce the number of malloc/realloc ca...Nikos Mavrogiannopoulos2002-10-261-6/+3
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-5/+5
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-27/+27
* Added protection against the newly discovered CBC attacks against TLS.Nikos Mavrogiannopoulos2002-03-081-1/+3
* corrected and optimized handshake.Nikos Mavrogiannopoulos2002-01-281-0/+1
* Optimizations in the handshake messages hashing.Nikos Mavrogiannopoulos2002-01-281-1/+1
* several cleanups in order to move to gnutls 0.4.0Nikos Mavrogiannopoulos2002-01-181-0/+2
* changes in buffering code (actually variables' names are moreNikos Mavrogiannopoulos2002-01-171-17/+25
* gnutls_handshake(), gnutls_read() etc. functions no longer requireNikos Mavrogiannopoulos2001-11-251-7/+7
* corrected some obscure bugs in the handshake and record send buffering code.Nikos Mavrogiannopoulos2001-11-151-1/+1
* several fixes.Nikos Mavrogiannopoulos2001-11-101-0/+1
* cleanups and documentation updatesNikos Mavrogiannopoulos2001-11-081-1/+1