summaryrefslogtreecommitdiff
path: root/lib/buffers.c
Commit message (Expand)AuthorAgeFilesLines
* handshake: add functions to read/write handshake messages directlyDaiki Ueno2020-11-191-3/+24
* lib: drop gnutls_uint64 usage as sequence numberDmitry Eremin-Solenikov2019-10-241-3/+3
* Add const to several read-only packet sequence paramstmp-fix-coverityTim Rühsen2019-10-151-1/+1
* Remove trailing spaces in several filesTim Rühsen2019-10-121-12/+12
* gnutls_session_get_data2: fix operation without a timeout callbackNikos Mavrogiannopoulos2019-09-261-3/+1
* _gnutls_io_check_recv: added newline to error messageNikos Mavrogiannopoulos2019-09-251-1/+1
* Removed all FIXME comments in code [ci skip]Nikos Mavrogiannopoulos2019-03-161-1/+1
* 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
* buffers: handle very short fragmentation of handshake messagesDaiki Ueno2018-08-061-3/+31
* _gnutls_parse_record_buffered_msgs: eliminate local variable usageDaiki Ueno2018-08-061-11/+5
* buffers: avoid confusion in fragment length calculationDaiki Ueno2018-08-061-14/+13
* _gnutls13_recv_async_handshake: process multiple and split handshake messagestmp-fix-multi-async-msgNikos Mavrogiannopoulos2018-07-121-0/+3
* buffers: remove redundant assignmentDaiki Ueno2018-06-121-1/+0
* handshake: described the epoch reference counting [ci skip]Nikos Mavrogiannopoulos2018-04-161-0/+4
* Hello retry request matches server helloNikos Mavrogiannopoulos2018-03-091-3/+12
* cmp_hsk_types: fixed check for SSLv2 helloNikos Mavrogiannopoulos2017-10-151-4/+4
* parse_handshake_header: removed duplicate checkNikos Mavrogiannopoulos2017-09-191-5/+0
* parse_handshake_header: allow 1-byte sized fragmentsNikos Mavrogiannopoulos2017-09-191-2/+3
* pull/push backends: ECONNRESET is translated to GNUTLS_E_PREMATURE_TERMINATIONNikos Mavrogiannopoulos2017-08-201-0/+2
* record: more precise calculation of max recv sizeNikos Mavrogiannopoulos2017-07-131-2/+2
* Rename uint64 to gnutls_uint64 to avoid conflict with macOSDavid Caldwell2017-04-061-1/+1
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-3/+3
* Support TCP Fast OpenTim Ruehsen2016-07-261-2/+1
* dtls: corrected reconstruction of handshake packets received out of orderNikos Mavrogiannopoulos2016-06-161-4/+4
* Allow for conditional compilation of SSL 2.0 client hello supportNikos Mavrogiannopoulos2016-05-201-2/+8
* Introduced GNUTLS_INDEFINITE_TIMEOUTNikos Mavrogiannopoulos2015-10-121-1/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-0/+1424