summaryrefslogtreecommitdiff
path: root/lib/gnutls_dtls.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* combined all the record buffers in one.Nikos Mavrogiannopoulos2011-03-021-1/+1
* internal buffering for record and handshake data changed from gnutls_buffers ...Nikos Mavrogiannopoulos2011-03-021-3/+3
* use timeouts closer to DTLS RFC.Nikos Mavrogiannopoulos2011-02-231-4/+10
* Implemented a sliding window-like thing to discard replayed packets.Nikos Mavrogiannopoulos2011-02-201-1/+100
* skip replays in handshake packets.Nikos Mavrogiannopoulos2011-02-201-0/+6
* Cleanups in combination of DTLS and TLS buffers.Nikos Mavrogiannopoulos2011-02-201-9/+4
* Return a more precise mtu unit to applications.Nikos Mavrogiannopoulos2011-02-201-1/+8
* reference counting in epochs is being done using functions.Nikos Mavrogiannopoulos2011-02-201-3/+4
* Added gnutls_dtls_g/set_mtu() to allow setting and getting the DTLS mtu from ...Nikos Mavrogiannopoulos2011-02-201-1/+29
* Combined DTLS buffers and normal TLS buffers.Nikos Mavrogiannopoulos2011-02-201-93/+34
* Changes to allow DTLS server side to operate. Added a simple UDP server on gn...Nikos Mavrogiannopoulos2011-02-191-12/+54
* Allow setting the DTLS timeouts explicitly.Nikos Mavrogiannopoulos2011-02-191-22/+48
* Several updates for DTLS (client side only) to work.Nikos Mavrogiannopoulos2011-02-181-9/+39
* use similar API when caching messages in DTLS or TLS.Nikos Mavrogiannopoulos2011-02-181-37/+31
* ciphersuites have a bit that indicates whether they are usable with DTLS or not.Nikos Mavrogiannopoulos2011-02-181-1/+1
* dtls: Add uint48 handling functions.Jonathan Bastien-Filiatrault2011-02-171-0/+10
* dtls: TEMP: Sprinkle transmits.Jonathan Bastien-Filiatrault2011-02-171-0/+2
* Add outgoing flight buffer handling code.Jonathan Bastien-Filiatrault2011-02-171-0/+166
* Add gnutls_dtls.{c,h}.Jonathan Bastien-Filiatrault2011-02-171-0/+26