summaryrefslogtreecommitdiff
path: root/lib/ext/heartbeat.c
Commit message (Expand)AuthorAgeFilesLines
* handshake: do not send TLS extensions under DTLS and vice versatmp-prohibit-tls-dtls-mixNikos Mavrogiannopoulos2018-05-171-2/+2
* extensions: renamed _gnutls_hello_ext_*sdata to _gnutls_hello_ext_*privNikos Mavrogiannopoulos2018-02-191-5/+5
* extensions: files renamed to hello_extNikos Mavrogiannopoulos2018-02-191-1/+1
* extensions: renamed hello extension handling functions appropriatelyNikos Mavrogiannopoulos2018-02-191-5/+5
* extensions: use the low-level extension parsing code for hello parsingNikos Mavrogiannopoulos2018-02-191-1/+1
* extensions: use an internal extension ID independent of the TLS idNikos Mavrogiannopoulos2018-02-191-1/+2
* extensions: mark the message validity of each supported extensionNikos Mavrogiannopoulos2018-02-191-0/+1
* extensions: type renamed to id for clarityNikos Mavrogiannopoulos2018-02-191-1/+1
* TLS extensions: mark each extension which cannot be overridenNikos Mavrogiannopoulos2017-06-141-1/+2
* removed type extension_priv_data_tNikos Mavrogiannopoulos2017-06-141-7/+7
* doc: document intended fallthroughNikos Mavrogiannopoulos2017-04-061-0/+1
* gnutls_heartbeat_allowed: corrected type on dummy wrappertmp-tz-fixNikos Mavrogiannopoulos2017-02-021-1/+1
* doc update [ci skip]Nikos Mavrogiannopoulos2017-01-311-1/+2
* gnutls_heartbeat_allowed: corrected return typeNikos Mavrogiannopoulos2017-01-311-1/+1
* heartbeat extension: doc updatetmp-libidn2Nikos Mavrogiannopoulos2017-01-261-2/+3
* deprecated _gnutls_rnd() in favor of exported gnutls_rnd()Nikos Mavrogiannopoulos2016-11-041-1/+1
* TLS extensions: use more human-friendly namesNikos Mavrogiannopoulos2016-05-301-1/+1
* Broke apart _gnutls_recv_int() to the packet and non-packet cases.Jaak Ristioja2016-03-211-1/+1
* Removed the invariant htype parameter of _gnutls_recv_int()Jaak Ristioja2016-02-151-1/+1
* marked all extensions structures as constantNikos Mavrogiannopoulos2015-11-211-1/+1
* removed inacurate textNikos Mavrogiannopoulos2015-10-291-3/+0
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-5/+5
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-6/+6
* added gnutls_ext_set_data() and gnutls_ext_get_data()Nikos Mavrogiannopoulos2015-03-201-8/+8
* forbid heartbeat messages during a handshakeNikos Mavrogiannopoulos2014-10-091-0/+3
* Added gnutls_record_recv_packet() and gnutls_packet_deinit()Nikos Mavrogiannopoulos2014-06-061-1/+1
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-151-0/+2
* More strict checking of heartbeat padding size boundaries.Nikos Mavrogiannopoulos2014-04-111-8/+8
* doc updateNikos Mavrogiannopoulos2014-04-081-1/+4
* reindented codeNikos Mavrogiannopoulos2013-11-081-324/+349
* doc updateNikos Mavrogiannopoulos2013-09-171-2/+6
* corrected heartbeat timeout documentation; reported by Sebastien Decugis.Nikos Mavrogiannopoulos2013-06-081-5/+2
* updated licenseNikos Mavrogiannopoulos2013-04-271-0/+5
* Changed license of heartbeat implementation to match the rest of the libraryNikos Mavrogiannopoulos2013-04-031-3/+3
* gnutls_pong() returns zero on success.Nikos Mavrogiannopoulos2013-04-031-1/+5
* updated heartbeatNikos Mavrogiannopoulos2013-04-021-37/+26
* Corrected bug in heartbeat send (reported by Joke de Buhr).Nikos Mavrogiannopoulos2013-04-021-2/+6
* updated heartbeat code, and made it optional.Nikos Mavrogiannopoulos2013-02-041-81/+77
* use nonces instead of random dataNikos Mavrogiannopoulos2013-01-261-1/+1
* _dtls_timespec_sub_ms -> timespec_sub_msNikos Mavrogiannopoulos2013-01-261-2/+2
* Improvements in heartbeat handling.Nikos Mavrogiannopoulos2012-12-281-3/+17
* Handle heartbeat packets with zero payload, and account for the payload lengt...Nikos Mavrogiannopoulos2012-09-261-6/+14
* several cleanupsNikos Mavrogiannopoulos2012-09-221-1/+1
* Allow for pinging until timeout.Nikos Mavrogiannopoulos2012-09-211-2/+2
* corrected timeNikos Mavrogiannopoulos2012-09-211-0/+1
* fixed copyrightNikos Mavrogiannopoulos2012-09-211-1/+1
* Better handling of timeouts.Nikos Mavrogiannopoulos2012-09-211-5/+75
* GTK-DOC fixes.Simon Josefsson2012-09-211-1/+1
* updates in heartbeat supportNikos Mavrogiannopoulos2012-09-201-8/+8
* several updates in the heartbeat handling code.Nikos Mavrogiannopoulos2012-09-201-151/+132