aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/tsi/transport_security_interface.h
diff options
context:
space:
mode:
authorGravatar jiangtaoli2016 <jiangtao@google.com>2018-05-09 14:42:48 -0700
committerGravatar jiangtaoli2016 <jiangtao@google.com>2018-05-09 14:42:48 -0700
commit274840e4d304b094d1d4711d4b9572866221a4ed (patch)
treec6b74b265a75209446590ec19022177f1afc1241 /src/core/tsi/transport_security_interface.h
parentb6f0477e3642d57251eb59967fd5dbe0fecb7a45 (diff)
Migrate SSL_transport_security TSI to new TSI handshaker API
Diffstat (limited to 'src/core/tsi/transport_security_interface.h')
-rw-r--r--src/core/tsi/transport_security_interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/tsi/transport_security_interface.h b/src/core/tsi/transport_security_interface.h
index 07f2bdfd81..7a0cdc3453 100644
--- a/src/core/tsi/transport_security_interface.h
+++ b/src/core/tsi/transport_security_interface.h
@@ -333,6 +333,8 @@ void tsi_handshaker_result_destroy(tsi_handshaker_result* self);
------------------------------------------------------------------------ */
typedef struct tsi_handshaker tsi_handshaker;
+/* TODO(jiangtaoli2016): Cleans up deprecated methods when we are ready. */
+
/* TO BE DEPRECATED SOON. Use tsi_handshaker_next instead.
Gets bytes that need to be sent to the peer.
- bytes is the buffer that will be written with the data to be sent to the