summaryrefslogtreecommitdiff
path: root/lib/gnutls_record.c
Commit message (Expand)AuthorAgeFilesLines
...
* Decrypt using the proper sequence number.Jonathan Bastien-Filiatrault2011-02-171-3/+7
* dtls: Add epoch and sequence number to DTLS packets.Jonathan Bastien-Filiatrault2011-02-171-5/+22
* Use increment functions for sequence number.Jonathan Bastien-Filiatrault2011-02-171-2/+2
* dtls: Add types and operations required for the DTLS epoch and sequence.Jonathan Bastien-Filiatrault2011-02-171-0/+32
* Corrected return message from check_recv_type().Nikos Mavrogiannopoulos2011-02-071-1/+1
* gnutls_recv() returns GNUTLS_E_PREMATURE_TERMINATION on EOF.Nikos Mavrogiannopoulos2011-02-071-1/+5
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-282/+282
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-26/+35
* Fix some syntax-check errors.Simon Josefsson2010-10-011-1/+0
* Explicit symmetric cipher state versionning.Jonathan Bastien-Filiatrault2010-09-171-21/+53
* mbuffers: make _gnutls_io_read_buffered use mbuffers.Jonathan Bastien-Filiatrault2010-09-091-9/+21
* When the %COMPAT flag is specified, larger records that would otherwise viola...Nikos Mavrogiannopoulos2010-09-011-1/+2
* Remember the amount of user data we're sending outSjoerd Simons2010-08-171-1/+4
* Support scattered write using writev(). This takesNikos Mavrogiannopoulos2010-07-101-5/+5
* Appending data in mbuffers is now cheaper by avoiding realloc, at the costNikos Mavrogiannopoulos2010-06-141-1/+1
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-131-63/+2
* More fixes for the rebase.Nikos Mavrogiannopoulos2010-06-041-2/+2
* Some other changes to mbuffers to make gnutls (a bit more) agnostic on their ...Nikos Mavrogiannopoulos2010-06-031-2/+2
* Allocate data buffer with mbuffer_st structure as suggested by Nikos.Jonathan Bastien-Filiatrault2010-06-031-19/+20
* Use a datum for ciphered data in _gnutls_send_int.Jonathan Bastien-Filiatrault2010-06-031-20/+18
* Cleanup of the remaining internals.record_send_buffer mess.Jonathan Bastien-Filiatrault2010-06-031-6/+3
* Modify slightly the contract of _gnutls_io_write_buffered as suggestedJonathan Bastien-Filiatrault2010-06-031-2/+2
* Corrected case where handshake data were received during a session. It now st...Nikos Mavrogiannopoulos2010-06-031-8/+6
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Remove debug code.Simon Josefsson2010-04-291-6/+0
* Indent code.Simon Josefsson2010-04-141-11/+12
* Safe renegotiation is not enabled by default in client side.Nikos Mavrogiannopoulos2010-03-151-0/+4
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-12/+12
* Align indentation of GTK-DOC comments.Simon Josefsson2010-02-171-154/+153
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Indent code.Simon Josefsson2009-11-051-8/+10
* Corrected case where handshake data were received during a session. It now st...Nikos Mavrogiannopoulos2009-08-081-0/+6
* Added casts to reduce warnings (based on report by Brad Hards).Nikos Mavrogiannopoulos2009-07-131-2/+2
* Doc fixes.Simon Josefsson2009-05-261-7/+7
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-20/+24
* Fix warnings.Simon Josefsson2008-11-121-13/+13
* Indent.Simon Josefsson2008-09-161-8/+9
* Move definitions in gnutls_auth_int.h to gnutls_auth.h and update callers.Simon Josefsson2008-09-011-1/+1
* Indent code.Simon Josefsson2008-07-021-21/+21
* Doc fixes.Simon Josefsson2008-03-061-6/+8
* Doc fix, remove verbose 'This function ...'Simon Josefsson2008-03-061-1/+1
* It seems we were ahead of our time.System User2007-12-061-1/+1
* Revert "We now ignore received packets with unknown content types"System User2007-12-061-8/+28
* We now ignore received packets with unknown content typesNikos Mavrogiannopoulos2007-11-241-28/+8
* cleanup the priority functionalityNikos Mavrogiannopoulos2007-11-241-2/+2
* Doc fix.Simon Josefsson2007-11-141-61/+59
* Corrected bug in decompression of expanded compression data.Nikos Mavrogiannopoulos2007-11-141-3/+9
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* (no commit message)Nikos Mavrogiannopoulos2007-10-231-1/+1