summaryrefslogtreecommitdiff
path: root/lib/dtls.c
Commit message (Expand)AuthorAgeFilesLines
* doc: assorted typo fixesDaiki Ueno2020-09-031-1/+1
* lib: drop gnutls_uint64 usage as sequence numberDmitry Eremin-Solenikov2019-10-241-1/+1
* ext/record_size_limit: distinguish sending and receiving limitstmp-record-sizesDaiki Ueno2019-05-141-2/+2
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* system: provide a means to replace gettime implementationDaiki Ueno2018-10-261-4/+4
* _gnutls_record_overhead: count content type octet in plaintextDaiki Ueno2018-02-191-0/+4
* record: adjusted overhead calculation for TLS1.3Nikos Mavrogiannopoulos2018-02-191-11/+13
* DTLS: improved data MTU calculation under CBC ciphersuitesNikos Mavrogiannopoulos2018-01-161-41/+65
* record: more precise calculation of max recv sizeNikos Mavrogiannopoulos2017-07-131-3/+3
* Removed support for compression mechanismsNikos Mavrogiannopoulos2017-06-221-7/+3
* DTLS: more precise overhead calculationNikos Mavrogiannopoulos2016-12-061-21/+52
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-1/+1
* dtls: added a null pointer check in record_overheadNikos Mavrogiannopoulos2016-07-221-1/+3
* dtls: moved DTLS window handling to separate fileNikos Mavrogiannopoulos2016-07-121-123/+0
* instead of assigning a variable per flag use the init flags directlyNikos Mavrogiannopoulos2016-04-281-3/+3
* 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
* respect the max-record extension under DTLSNikos Mavrogiannopoulos2015-12-241-2/+7
* dtls: print the MTU in debugging messagesNikos Mavrogiannopoulos2015-12-241-4/+4
* Modified the CHACHA20 cipher to conform to draft-ietf-tls-chacha20-poly1305-02Nikos Mavrogiannopoulos2015-11-071-7/+4
* Introduced GNUTLS_INDEFINITE_TIMEOUTNikos Mavrogiannopoulos2015-10-121-1/+5
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-0/+1094