summaryrefslogtreecommitdiff
path: root/lib/gnutls_buffers.c
Commit message (Expand)AuthorAgeFilesLines
* Corrected functionality of gnutls_record_get_direction(). Reported by Philip ...Nikos Mavrogiannopoulos2012-01-061-0/+4
* clarified format of sequence number in gnutls_record_recv_seq.Nikos Mavrogiannopoulos2011-09-131-3/+2
* documentation changes.Nikos Mavrogiannopoulos2011-08-241-3/+5
* AIX check moved to system.c.Nikos Mavrogiannopoulos2011-08-221-4/+0
* Added hack for AIX systems that may not set errno property on EAGAIN.Nikos Mavrogiannopoulos2011-08-201-2/+8
* documentation updatesNikos Mavrogiannopoulos2011-08-131-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* writev_emu: stop on the first incomplete writeSjoerd Simons2011-07-251-0/+3
* documentation fixesNikos Mavrogiannopoulos2011-07-231-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Simplified the handling of handshake messages to be hashed.Nikos Mavrogiannopoulos2011-06-031-57/+0
* do not try to write to a socket when no data.Nikos Mavrogiannopoulos2011-05-251-0/+6
* Added gnutls_global_set_audit_log_function() that allows associating TLS sess...Nikos Mavrogiannopoulos2011-05-071-2/+2
* Corrected SSLv2 header parsing.Nikos Mavrogiannopoulos2011-04-151-1/+1
* removed text about select().Nikos Mavrogiannopoulos2011-04-141-6/+0
* Corrected parsing error in TLS, when many handshake messagesNikos Mavrogiannopoulos2011-04-111-5/+12
* initialized ret in _gnutls_writev_emu().Nikos Mavrogiannopoulos2011-04-081-1/+1
* minor modification in write_emu().Nikos Mavrogiannopoulos2011-04-071-3/+2
* Added support for non-blocking DTLS.Nikos Mavrogiannopoulos2011-04-031-9/+22
* Avoided waiting for peer's retransmission to ensure receipt of finished messa...Nikos Mavrogiannopoulos2011-03-201-5/+9
* Check for rejected connections in system_recv_timeout().Nikos Mavrogiannopoulos2011-03-181-1/+1
* renamed gnutls_handshake_buffer_* functions to gnutls_handshake_hash_buffer_*...Nikos Mavrogiannopoulos2011-03-131-22/+5
* _gnutls_is_dtls() is no more. IS_DTLS() is being used instead.Nikos Mavrogiannopoulos2011-03-121-2/+2
* cleanups. Introduced gnutls_assert_val_fatal() that only printsNikos Mavrogiannopoulos2011-03-121-5/+1
* Corrected SSL2 client hello handling.Nikos Mavrogiannopoulos2011-03-121-19/+54
* gnutls_transport_set_lowat() is no more.Nikos Mavrogiannopoulos2011-03-121-106/+5
* some cleanupsNikos Mavrogiannopoulos2011-03-121-6/+3
* properly re-generate headers of fragmented packets.Nikos Mavrogiannopoulos2011-03-111-1/+5
* Corrected behavior in normal TLS handshake.Nikos Mavrogiannopoulos2011-03-101-9/+20
* Added intermediate handshake layer that will order handshake packets and drop...Nikos Mavrogiannopoulos2011-03-061-89/+347
* removed GMAXNikos Mavrogiannopoulos2011-03-051-1/+1
* combined all the record buffers in one.Nikos Mavrogiannopoulos2011-03-021-58/+15
* internal buffering for record and handshake data changed from gnutls_buffers ...Nikos Mavrogiannopoulos2011-03-021-73/+63
* Removed last pieces of inner application.Nikos Mavrogiannopoulos2011-03-021-17/+0
* Added gnutls_record_recv_seq() that can return the sequence numberNikos Mavrogiannopoulos2011-02-221-1/+1
* Implemented a sliding window-like thing to discard replayed packets.Nikos Mavrogiannopoulos2011-02-201-1/+1
* skip replays in handshake packets.Nikos Mavrogiannopoulos2011-02-201-10/+36
* removed unneeded variables.Nikos Mavrogiannopoulos2011-02-201-6/+0
* Cleanups in combination of DTLS and TLS buffers.Nikos Mavrogiannopoulos2011-02-201-14/+11
* reference counting in epochs is being done using functions.Nikos Mavrogiannopoulos2011-02-201-1/+1
* Combined DTLS buffers and normal TLS buffers.Nikos Mavrogiannopoulos2011-02-201-4/+16
* Changes to allow DTLS server side to operate. Added a simple UDP server on gn...Nikos Mavrogiannopoulos2011-02-191-143/+9
* Several updates for DTLS (client side only) to work.Nikos Mavrogiannopoulos2011-02-181-25/+65
* use similar API when caching messages in DTLS or TLS.Nikos Mavrogiannopoulos2011-02-181-3/+13
* dtls: Read whole datagrams.Jonathan Bastien-Filiatrault2011-02-171-9/+94
* 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-83/+91
* Explicit symmetric cipher state versionning.Jonathan Bastien-Filiatrault2010-09-171-0/+1
* Fully mbufferize _gnutls_read and _gnutls_read_buffered.Jonathan Bastien-Filiatrault2010-09-091-40/+37
* mbuffers: make _gnutls_io_read_buffered use mbuffers.Jonathan Bastien-Filiatrault2010-09-091-46/+39