#include <string>
#include <utility>
#include <vector>
#include <openssl/base.h>
#include <openssl/x509.h>
#include "test_state.h"
Go to the source code of this file.
Classes | |
struct | TestConfig |
Functions | |
const TestConfig * | GetTestConfig (const SSL *ssl) |
bool | LoadCertificate (bssl::UniquePtr< X509 > *out_x509, bssl::UniquePtr< STACK_OF(X509)> *out_chain, const std::string &file) |
bssl::UniquePtr< EVP_PKEY > | LoadPrivateKey (const std::string &file) |
bool | ParseConfig (int argc, char **argv, bool is_shim, TestConfig *out_initial, TestConfig *out_resume, TestConfig *out_retry) |
bool | SetTestConfig (SSL *ssl, const TestConfig *config) |
const TestConfig* GetTestConfig | ( | const SSL * | ssl | ) |
Definition at line 499 of file third_party/boringssl-with-bazel/src/ssl/test/test_config.cc.
bool LoadCertificate | ( | bssl::UniquePtr< X509 > * | out_x509, |
bssl::UniquePtr< STACK_OF(X509)> * | out_chain, | ||
const std::string & | file | ||
) |
Definition at line 820 of file third_party/boringssl-with-bazel/src/ssl/test/test_config.cc.
Definition at line 861 of file third_party/boringssl-with-bazel/src/ssl/test/test_config.cc.
bool ParseConfig | ( | int | argc, |
char ** | argv, | ||
bool | is_shim, | ||
TestConfig * | out_initial, | ||
TestConfig * | out_resume, | ||
TestConfig * | out_retry | ||
) |
Definition at line 428 of file third_party/boringssl-with-bazel/src/ssl/test/test_config.cc.
bool SetTestConfig | ( | SSL * | ssl, |
const TestConfig * | config | ||
) |
Definition at line 494 of file third_party/boringssl-with-bazel/src/ssl/test/test_config.cc.