#include "test/cpp/util/test_credentials_provider.h"
#include <cstdio>
#include <fstream>
#include <iostream>
#include <mutex>
#include <unordered_map>
#include "absl/flags/flag.h"
#include <grpc/support/log.h>
#include <grpc/support/sync.h>
#include <grpcpp/security/server_credentials.h>
#include "test/core/end2end/data/ssl_test_data.h"
Go to the source code of this file.
◆ ABSL_FLAG() [1/2]
ABSL_FLAG |
( |
std::string |
, |
|
|
tls_cert_file |
, |
|
|
"" |
|
|
) |
| |
◆ ABSL_FLAG() [2/2]
ABSL_FLAG |
( |
std::string |
, |
|
|
tls_key_file |
, |
|
|
"" |
|
|
) |
| |
◆ added_secure_type_names_
std::vector<std::string> added_secure_type_names_ |
|
private |
◆ added_secure_type_providers_
std::vector<std::unique_ptr<CredentialTypeProvider> > added_secure_type_providers_ |
|
private |
◆ custom_server_cert_
std::string custom_server_cert_ |
|
private |
◆ custom_server_key_
std::string custom_server_key_ |
|
private |
◆ mu_