summaryrefslogtreecommitdiff
path: root/lib/record.c
Commit message (Expand)AuthorAgeFilesLines
* gnutls_record_recv(): doc: push -> pullPhilippe Proulx2016-08-231-1/+1
* doc: updated documentation for gnutls_transport_set_int*Nikos Mavrogiannopoulos2016-07-261-15/+22
* dtls: imported Fridolin's DTLS sliding window implementationNikos Mavrogiannopoulos2016-07-131-6/+6
* Allow for conditional compilation of SSL 2.0 client hello supportNikos Mavrogiannopoulos2016-05-201-2/+12
* record.c: removed superfluous debuggingNikos Mavrogiannopoulos2016-05-151-2/+1
* instead of assigning a variable per flag use the init flags directlyNikos Mavrogiannopoulos2016-04-281-4/+4
* Updated false start support to be transparent to applications.Nikos Mavrogiannopoulos2016-04-151-11/+35
* gnutls_packet_get: avoid null pointer dereference on NULL inputNikos Mavrogiannopoulos2016-04-121-0/+1
* DTLS: save last valid record sequence numberNikos Mavrogiannopoulos2016-03-291-17/+24
* Broke apart _gnutls_recv_int() to the packet and non-packet cases.Jaak Ristioja2016-03-211-45/+62
* Removed the invariant htype parameter of _gnutls_recv_int()Jaak Ristioja2016-02-151-8/+5
* Introduced GNUTLS_INDEFINITE_TIMEOUTNikos Mavrogiannopoulos2015-10-121-1/+2
* gnutls_record_recv: simplified text on GNUTLS_E_REHANDSHAKENikos Mavrogiannopoulos2015-10-051-7/+6
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-0/+1752