]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update: gnutls_handshake_set_false_start_function() [ci skip]
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 13 Mar 2016 19:55:02 +0000 (20:55 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 13 Mar 2016 19:55:02 +0000 (20:55 +0100)
lib/handshake.c

index d54bc264e19574268d209abfd5499290121f1d83..adb85f1795619d2821ede7bbb2f9c549f42dba82 100644 (file)
@@ -2425,7 +2425,8 @@ int gnutls_rehandshake(gnutls_session_t session)
  * after the client's side of the handshake is complete. That is,
  * it can be used to send data before gnutls_handshake() completes
  * (i.e., before the peer's Finished message is received)
- * and reduce the handshake to a single round-trip.
+ * and reduce the handshake to a single round-trip. The callback
+ * must only be used to send data using gnutls_record_send().
  *
  * This callback must return 0 on success or a gnutls error code to
  * terminate the handshake. Typically it should include a call to