summaryrefslogtreecommitdiff
path: root/lib/record.c
Commit message (Expand)AuthorAgeFilesLines
...
* handshake: accept hello retry request in client sideNikos Mavrogiannopoulos2018-02-191-1/+4
* record: any alert is fatal under TLS1.3Nikos Mavrogiannopoulos2018-02-191-1/+1
* handshake: parse new session ticket messageNikos Mavrogiannopoulos2018-02-191-0/+17
* record: added TLS 1.3 record parsing and key derivationNikos Mavrogiannopoulos2018-02-191-6/+21
* Use gcc's attribute to mark fallthrough statementsNikos Mavrogiannopoulos2017-07-171-0/+2
* record: reject 0-byte long ciphertextNikos Mavrogiannopoulos2017-07-131-1/+4
* record: added sanity checking in the record layer version copyNikos Mavrogiannopoulos2017-07-131-6/+15
* Removed support for compression mechanismsNikos Mavrogiannopoulos2017-06-221-1/+0
* handshake/record: mark with comments all expected fall-through switchesNikos Mavrogiannopoulos2017-04-061-2/+2
* Rename uint64 to gnutls_uint64 to avoid conflict with macOSDavid Caldwell2017-04-061-4/+4
* gnutls_record_recv: do not accept a client hello while handshake is in progressNikos Mavrogiannopoulos2017-03-071-0/+1
* alerts: separated record overflow from decode error alertsNikos Mavrogiannopoulos2017-03-071-1/+2
* Refuse to receive data during handshakeNikos Mavrogiannopoulos2017-01-181-0/+8
* Refuse to send data during handshakeNikos Mavrogiannopoulos2017-01-181-0/+8
* record: disallow parsing of alert messages prior to session startNikos Mavrogiannopoulos2016-10-141-1/+6
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-5/+4
* 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