summaryrefslogtreecommitdiff
path: root/lib/gnutls_dtls.c
Commit message (Expand)AuthorAgeFilesLines
* dtls: reset the record number sliding window on gnutls_record_set_state()Nikos Mavrogiannopoulos2016-03-311-4/+32
* doc: Fix some typosAttila Molnar2016-02-061-1/+1
* Modified the CHACHA20 cipher to conform to draft-ietf-tls-chacha20-poly1305-02Nikos Mavrogiannopoulos2015-12-141-7/+4
* handshake_start_time was moved out of the DTLS-specific variablesNikos Mavrogiannopoulos2015-05-061-2/+1
* dtls: combined the total timeouts of DTLS and TLS handshakeNikos Mavrogiannopoulos2015-05-051-2/+2
* doc: updated gnutls_dtls_set_timeoutsNikos Mavrogiannopoulos2015-04-301-3/+0
* GNUTLS_NONBLOCK can be used for non-DTLS sessions as wellNikos Mavrogiannopoulos2015-04-301-3/+3
* when calculating record overhead account for chacha20 which doesn't send the ...Nikos Mavrogiannopoulos2015-03-281-4/+7
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-7/+7
* Made AEAD type an alternative to stream and blockNikos Mavrogiannopoulos2014-11-031-1/+1
* the handshake function has a timeout value by defaultNikos Mavrogiannopoulos2014-10-021-1/+1
* Disallow zero fragments in DTLS for packets which have data.Nikos Mavrogiannopoulos2014-09-041-0/+8
* NEW_PADDING has been removed.Nikos Mavrogiannopoulos2014-03-051-11/+4
* Align on 16-byte boundaries the buffers provided to cryptodev.Nikos Mavrogiannopoulos2013-12-151-1/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-647/+659
* separated the TLS IV size and the cipher IV size.Nikos Mavrogiannopoulos2013-11-061-1/+1
* corrected overhead calculation in AEAD ciphers.Nikos Mavrogiannopoulos2013-07-291-3/+1
* doc updateNikos Mavrogiannopoulos2013-07-031-4/+4
* gnutls_record_overhead_size2 -> gnutls_est_record_overhead_sizeNikos Mavrogiannopoulos2013-07-031-2/+2
* enforce the maximum TLS size when setting MTUNikos Mavrogiannopoulos2013-06-191-1/+1
* avoid the introduction of a new function to disable replay protection.Nikos Mavrogiannopoulos2013-06-111-15/+0
* Added gnutls_record_overhead_size() and Added gnutls_record_overhead_size2().Nikos Mavrogiannopoulos2013-06-101-51/+120
* DTLS replay protection can now be disabled.Nikos Mavrogiannopoulos2013-06-101-0/+14
* corrected heartbeat timeout documentation; reported by Sebastien Decugis.Nikos Mavrogiannopoulos2013-06-081-0/+2
* doc updateNikos Mavrogiannopoulos2013-05-291-0/+3
* more precise calculation of overheadNikos Mavrogiannopoulos2013-05-291-3/+9
* doc updateNikos Mavrogiannopoulos2013-05-291-1/+1
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-5/+5
* corrected record overhead calculationsNikos Mavrogiannopoulos2013-05-191-5/+7
* doc updateNikos Mavrogiannopoulos2013-05-011-1/+10
* Avoid linking the library on librt.Nikos Mavrogiannopoulos2013-04-281-1/+0
* The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-...Nikos Mavrogiannopoulos2013-03-191-3/+3
* Added salsa20 cipher, and ciphersuites.Nikos Mavrogiannopoulos2013-03-171-1/+1
* 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-12/+4
* use new_record_padding in DTLS data mtu calculationNikos Mavrogiannopoulos2013-01-021-1/+5
* Simplified DTLS sliding window implementation.Nikos Mavrogiannopoulos2013-01-021-43/+55
* Correctly restore gnutls_record_recv() in DTLS mode if interrupted during the...Nikos Mavrogiannopoulos2012-09-211-9/+0
* several updates in the heartbeat handling code.Nikos Mavrogiannopoulos2012-09-201-1/+1
* 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