summaryrefslogtreecommitdiff
path: root/lib/gnutls_dtls.c
Commit message (Expand)AuthorAgeFilesLines
* fixNikos Mavrogiannopoulos2012-06-301-1/+1
* no need to check for DTLSNikos Mavrogiannopoulos2012-06-301-4/+1
* no need for _gnutls prefix.Nikos Mavrogiannopoulos2012-06-301-2/+2
* only block ciphers need 1 byte padding.Nikos Mavrogiannopoulos2012-06-301-3/+3
* Fix documentation for gnutls_dtls_set_mtu()David Woodhouse2012-06-301-3/+6
* sign fixesNikos Mavrogiannopoulos2012-06-301-2/+3
* Add gnutls_dtls_set_data_mtu()David Woodhouse2012-06-301-0/+40
* gnutls_dtls_get_data_mtu() is more precise. Based on patch by David Woodhouse.Nikos Mavrogiannopoulos2012-06-301-6/+70
* De-inline some dtls functions.Simon Josefsson2012-03-021-4/+26
* fixes in DTLS rehandshake and epoch cleanup.Nikos Mavrogiannopoulos2012-02-261-4/+9
* Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than...Nikos Mavrogiannopoulos2012-02-181-9/+9
* Do not update twice the DTLS retransmission timer on finished messages. Repor...Nikos Mavrogiannopoulos2012-02-181-1/+0
* Cleanups in DTLS timers usage.Nikos Mavrogiannopoulos2012-02-181-23/+23
* Added gnutls_dtls_get_timeout()Nikos Mavrogiannopoulos2012-02-171-0/+28
* Corrected DTLS retransmission in non-blocking mode. Based on patch by Sean Bu...Nikos Mavrogiannopoulos2012-02-151-3/+1
* simplified sliding window. Now a different window is kept per epoch.Nikos Mavrogiannopoulos2012-02-141-22/+9
* handle GNUTLS_E_INTERRUPTED when in DTLS mode.Nikos Mavrogiannopoulos2012-02-141-2/+2
* Do not treat any message from the peer as an indication that the last flight ...Nikos Mavrogiannopoulos2012-02-141-23/+76
* update and reset timers on final flight and print timeout value in debugging ...Nikos Mavrogiannopoulos2012-02-121-1/+6
* use subsecond granularity for DTLS packet retransmissions.Nikos Mavrogiannopoulos2012-02-111-8/+7
* fix in non-blocking case.Nikos Mavrogiannopoulos2012-02-101-6/+9
* fixed leakNikos Mavrogiannopoulos2012-02-101-11/+17
* More robust behavior against packet lossNikos Mavrogiannopoulos2012-02-101-65/+60
* gnutls_record_check_pending() accounts data not yet processed.Nikos Mavrogiannopoulos2012-02-081-32/+40
* avoid many allocations for transmitting DTLS packets.Nikos Mavrogiannopoulos2012-02-081-7/+24
* DTLS is more tolerant in packet loss during last flight.Nikos Mavrogiannopoulos2012-02-081-7/+35
* Be conservative when sending GNUTLS_E_AGAIN and check for a DTLS timeout before.Nikos Mavrogiannopoulos2012-02-081-1/+1
* DTLS fixes.Nikos Mavrogiannopoulos2012-02-081-19/+32
* Corrected DTLS retransmission timeouts. Added the _ms suffix to the time vari...Nikos Mavrogiannopoulos2012-02-061-8/+9
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-6/+6
* Add/fix copyright headers.Simon Josefsson2012-01-201-1/+1
* replaced uint type.Nikos Mavrogiannopoulos2011-10-031-1/+1
* Fix gtk-doc Since: tags.Simon Josefsson2011-09-211-0/+2
* Added gnutls_record_get_discarded() to return the number of discardedNikos Mavrogiannopoulos2011-09-171-0/+15
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Fix GTK-DOC manual.Simon Josefsson2011-08-021-2/+0
* Add GTK-DOC Since: tags for 3.0.0 additions.Simon Josefsson2011-08-021-0/+7
* documentation fixesNikos Mavrogiannopoulos2011-07-231-3/+3
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Added gnutls_global_set_time_function() to allow overridingNikos Mavrogiannopoulos2011-05-261-3/+3
* Added gnutls_global_set_audit_log_function() that allows associating TLS sess...Nikos Mavrogiannopoulos2011-05-071-1/+1
* Corrected documentation of several API functions.Nikos Mavrogiannopoulos2011-04-101-12/+12
* corrected debugging info.Nikos Mavrogiannopoulos2011-04-051-3/+2
* Added support for non-blocking DTLS.Nikos Mavrogiannopoulos2011-04-031-17/+90
* Avoided waiting for peer's retransmission to ensure receipt of finished messa...Nikos Mavrogiannopoulos2011-03-201-26/+35
* added gnutls_dtls_get_data_mtu().Nikos Mavrogiannopoulos2011-03-201-2/+22
* When sending multiple cookies due to verification errors do not increase the ...Nikos Mavrogiannopoulos2011-03-161-3/+3
* updated cookie negotiation to use only a prestate structure and avoids settin...Nikos Mavrogiannopoulos2011-03-131-44/+25
* Added photuris-like resource protection on the server. Added gnutls_dtls_cook...Nikos Mavrogiannopoulos2011-03-131-0/+243
* Added intermediate handshake layer that will order handshake packets and drop...Nikos Mavrogiannopoulos2011-03-061-2/+2