#include "handshake_util.h"
#include <assert.h>
#include <functional>
#include <map>
#include <vector>
#include "async_bio.h"
#include "packeted_bio.h"
#include "test_config.h"
#include "test_state.h"
#include <openssl/bytestring.h>
#include <openssl/ssl.h>
Go to the source code of this file.
Functions | |
int | CheckIdempotentError (const char *name, SSL *ssl, std::function< int()> func) |
bool | RetryAsync (SSL *ssl, int ret) |
int CheckIdempotentError | ( | const char * | name, |
SSL * | ssl, | ||
std::function< int()> | func | ||
) |
Definition at line 109 of file handshake_util.cc.
Definition at line 43 of file handshake_util.cc.