summaryrefslogtreecommitdiff
path: root/lib/gnutls_dtls.h
Commit message (Expand)AuthorAgeFilesLines
* fixed compilation warningsNikos Mavrogiannopoulos2014-09-251-12/+12
* reindented codeNikos Mavrogiannopoulos2013-11-081-35/+35
* Avoid linking the library on librt.Nikos Mavrogiannopoulos2013-04-281-1/+0
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* _dtls_timespec_sub_ms -> timespec_sub_msNikos Mavrogiannopoulos2013-01-261-2/+1
* Correctly restore gnutls_record_recv() in DTLS mode if interrupted during the...Nikos Mavrogiannopoulos2012-09-211-1/+10
* De-inline some dtls functions.Simon Josefsson2012-03-021-19/+3
* When rehandshake is requested by server force the cleanup of the previous han...Nikos Mavrogiannopoulos2012-02-261-1/+1
* fixes in DTLS rehandshake and epoch cleanup.Nikos Mavrogiannopoulos2012-02-261-5/+15
* simplified sliding window. Now a different window is kept per epoch.Nikos Mavrogiannopoulos2012-02-141-1/+1
* handle GNUTLS_E_INTERRUPTED when in DTLS mode.Nikos Mavrogiannopoulos2012-02-141-2/+5
* update and reset timers on final flight and print timeout value in debugging ...Nikos Mavrogiannopoulos2012-02-121-2/+7
* use subsecond granularity for DTLS packet retransmissions.Nikos Mavrogiannopoulos2012-02-111-2/+13
* DTLS is more tolerant in packet loss during last flight.Nikos Mavrogiannopoulos2012-02-081-2/+6
* Be conservative when sending GNUTLS_E_AGAIN and check for a DTLS timeout before.Nikos Mavrogiannopoulos2012-02-081-0/+11
* Corrected DTLS retransmission timeouts. Added the _ms suffix to the time vari...Nikos Mavrogiannopoulos2012-02-061-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-6/+4
* Avoided waiting for peer's retransmission to ensure receipt of finished messa...Nikos Mavrogiannopoulos2011-03-201-0/+66
* Implemented a sliding window-like thing to discard replayed packets.Nikos Mavrogiannopoulos2011-02-201-1/+2
* Combined DTLS buffers and normal TLS buffers.Nikos Mavrogiannopoulos2011-02-201-7/+0
* Several updates for DTLS (client side only) to work.Nikos Mavrogiannopoulos2011-02-181-1/+0
* use similar API when caching messages in DTLS or TLS.Nikos Mavrogiannopoulos2011-02-181-5/+5
* dtls: Add uint48 handling functions.Jonathan Bastien-Filiatrault2011-02-171-0/+1
* Add outgoing flight buffer handling code.Jonathan Bastien-Filiatrault2011-02-171-0/+11
* Add gnutls_dtls.{c,h}.Jonathan Bastien-Filiatrault2011-02-171-0/+28