|
GRPC C++
1.39.1
|
#include <grpc/support/port_platform.h>#include "src/core/tsi/local_transport_security.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <grpc/support/alloc.h>#include <grpc/support/log.h>#include <grpc/support/string_util.h>#include "src/core/lib/iomgr/exec_ctx.h"#include "src/core/tsi/transport_security_grpc.h"Functions | |
| tsi_result | tsi_local_handshaker_create (bool is_client, tsi_handshaker **self) |
| This method creates a local TSI handshaker instance. More... | |
| tsi_result tsi_local_handshaker_create | ( | bool | is_client, |
| tsi_handshaker ** | self | ||
| ) |
This method creates a local TSI handshaker instance.
It returns TSI_OK on success and an error status code on failure.
This handshaker is also being used as a minimalist handshaker for insecure security connector. If this handshaker ever needs to do anything more that does not fit with an insecure connector, we would need to add a separate handshaker for insecure connectors.