#include <grpc/grpc.h>
#include <grpc/grpc_security.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
#include <grpc/support/sync.h>
#include "src/core/lib/iomgr/load_file.h"
#include "test/core/util/port.h"
#include "test/core/util/test_config.h"
Go to the source code of this file.
Functions | |
void | CleanupSslLibrary () |
bool | server_ssl_test (const char *alpn_list[], unsigned int alpn_list_len, const char *alpn_expected) |
void CleanupSslLibrary | ( | ) |
Cleans up the SSL library. To be called after the last call to server_ssl_test returns. This is a NO-OP when gRPC is built against OpenSSL versions > 1.0.2.
Definition at line 283 of file server_ssl_common.cc.