summaryrefslogtreecommitdiff
path: root/lib/gnutls_record.c
Commit message (Expand)AuthorAgeFilesLines
* do not absorb error messageNikos Mavrogiannopoulos2012-01-111-2/+5
* gnutls_protocol_get_version() and _gnutls_set_current_version() are now inlin...Nikos Mavrogiannopoulos2011-12-171-22/+0
* count all discarded packets as dropped.Nikos Mavrogiannopoulos2011-11-171-0/+1
* Revert "periodically print messages that might be used in timing attacks."Nikos Mavrogiannopoulos2011-11-101-10/+4
* periodically print messages that might be used in timing attacks.Nikos Mavrogiannopoulos2011-11-101-4/+10
* Simplified and corrected decompression and compression.Nikos Mavrogiannopoulos2011-09-221-1/+4
* Added gnutls_record_get_discarded() to return the number of discardedNikos Mavrogiannopoulos2011-09-171-0/+2
* clarified format of sequence number in gnutls_record_recv_seq.Nikos Mavrogiannopoulos2011-09-131-2/+3
* cleaned-up codeNikos Mavrogiannopoulos2011-09-041-31/+22
* Corrected error checking in _gnutls_send_int().Nikos Mavrogiannopoulos2011-08-301-1/+1
* Allow out-of-order change_cipher_spec in DTLS.Nikos Mavrogiannopoulos2011-08-261-6/+5
* documentation changes.Nikos Mavrogiannopoulos2011-08-241-8/+7
* documentation updatesNikos Mavrogiannopoulos2011-08-191-6/+6
* documentation updatesNikos Mavrogiannopoulos2011-08-131-9/+7
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Fix GTK-DOC manual.Simon Josefsson2011-08-021-1/+1
* detect premature termination of connectionNikos Mavrogiannopoulos2011-08-021-1/+1
* Add GTK-DOC Since: tags for 3.0.0 additions.Simon Josefsson2011-08-021-0/+2
* documentation fixesNikos Mavrogiannopoulos2011-07-231-6/+0
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* corrected typosNikos Mavrogiannopoulos2011-06-191-1/+1
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-1/+1
* assign valueNikos Mavrogiannopoulos2011-05-161-1/+1
* Added gnutls_global_set_audit_log_function() that allows associating TLS sess...Nikos Mavrogiannopoulos2011-05-071-7/+7
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-161-1/+1
* Corrected documentation of several API functions.Nikos Mavrogiannopoulos2011-04-101-2/+2
* Do not cleanup bufel after it has been inserted into buffer.Nikos Mavrogiannopoulos2011-04-041-4/+2
* Avoided waiting for peer's retransmission to ensure receipt of finished messa...Nikos Mavrogiannopoulos2011-03-201-26/+52
* _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-1/+1
* Corrected SSL2 client hello handling.Nikos Mavrogiannopoulos2011-03-121-9/+3
* do not set default record version (i.e. SSL 3.0) during a re-handshake.Nikos Mavrogiannopoulos2011-03-121-7/+5
* gnutls_transport_set_lowat() is no more.Nikos Mavrogiannopoulos2011-03-121-30/+1
* some cleanupsNikos Mavrogiannopoulos2011-03-121-22/+8
* Added intermediate handshake layer that will order handshake packets and drop...Nikos Mavrogiannopoulos2011-03-061-22/+46
* handle non fatal errors when receiving record headers.Nikos Mavrogiannopoulos2011-03-051-0/+3
* combined all the record buffers in one.Nikos Mavrogiannopoulos2011-03-021-103/+82
* internal buffering for record and handshake data changed from gnutls_buffers ...Nikos Mavrogiannopoulos2011-03-021-95/+79
* Removed last pieces of inner application.Nikos Mavrogiannopoulos2011-03-021-17/+3
* some cleanupsNikos Mavrogiannopoulos2011-03-021-23/+26
* documented the DTLS sequence particularities.Nikos Mavrogiannopoulos2011-02-221-1/+6
* Added gnutls_record_recv_seq() that can return the sequence numberNikos Mavrogiannopoulos2011-02-221-17/+42
* reorganized and simplified gnutls_recv_int(). It will discard invalid DTLS pa...Nikos Mavrogiannopoulos2011-02-211-257/+264
* Discard messages that contain a different epoch than the current one.Nikos Mavrogiannopoulos2011-02-201-3/+19
* renamed internal function to reflect functionality.Nikos Mavrogiannopoulos2011-02-201-3/+4
* Implemented a sliding window-like thing to discard replayed packets.Nikos Mavrogiannopoulos2011-02-201-6/+21
* Forbid SSL v.2 client hello in DTLS.Nikos Mavrogiannopoulos2011-02-201-2/+2
* Added gnutls_dtls_g/set_mtu() to allow setting and getting the DTLS mtu from ...Nikos Mavrogiannopoulos2011-02-201-4/+4
* Several updates for DTLS (client side only) to work.Nikos Mavrogiannopoulos2011-02-181-30/+11
* dtls: Bring epoch choice on receive closer to the first usage.Jonathan Bastien-Filiatrault2011-02-171-16/+10