summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/dtls.h
Commit message (Expand)AuthorAgeFilesLines
* Add or clean header guards in lib/includes/gnutls/tmp-public-header-guardsTim Rühsen2019-05-081-1/+2
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* improved indentation in headers.Nikos Mavrogiannopoulos2013-11-091-29/+31
* reindented codeNikos Mavrogiannopoulos2013-11-081-31/+32
* avoid the introduction of a new function to disable replay protection.Nikos Mavrogiannopoulos2013-06-111-2/+1
* DTLS replay protection can now be disabled.Nikos Mavrogiannopoulos2013-06-101-0/+2
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Add gnutls_dtls_set_data_mtu()David Woodhouse2012-06-301-0/+1
* Added gnutls_dtls_get_timeout()Nikos Mavrogiannopoulos2012-02-171-1/+3
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Added gnutls_record_get_discarded() to return the number of discardedNikos Mavrogiannopoulos2011-09-171-0/+1
* Modified gdoc to be able to handle enumerations. Only valid to latex.Nikos Mavrogiannopoulos2011-09-111-11/+11
* Clarify license and copyright.Simon Josefsson2011-08-031-5/+3
* More GTK-DOC fixes.Simon Josefsson2011-08-031-21/+36
* Fix GTK-DOC manual.Simon Josefsson2011-08-021-3/+3
* added gnutls_dtls_get_data_mtu().Nikos Mavrogiannopoulos2011-03-201-0/+2
* updated cookie negotiation to use only a prestate structure and avoids settin...Nikos Mavrogiannopoulos2011-03-131-6/+7
* Added photuris-like resource protection on the server. Added gnutls_dtls_cook...Nikos Mavrogiannopoulos2011-03-131-0/+18
* gnutls_init_dtls() was made redundant. The same for gnutls_end_connection_t w...Nikos Mavrogiannopoulos2011-03-121-4/+0
* Added gnutls_dtls_g/set_mtu() to allow setting and getting the DTLS mtu from ...Nikos Mavrogiannopoulos2011-02-201-0/+3
* Allow setting the DTLS timeouts explicitly.Nikos Mavrogiannopoulos2011-02-191-0/+51