#include <algorithm>
#include <string>
#include <gtest/gtest.h>
#include <openssl/bio.h>
#include <openssl/crypto.h>
#include <openssl/err.h>
#include <openssl/mem.h>
#include "../internal.h"
#include "../test/test_util.h"
#include <arpa/inet.h>
#include <errno.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <string.h>
#include <sys/socket.h>
#include <unistd.h>
Go to the source code of this file.
◆ closesocket()
static int closesocket |
( |
int |
sock | ) |
|
|
static |
◆ INSTANTIATE_TEST_SUITE_P() [1/2]
◆ INSTANTIATE_TEST_SUITE_P() [2/2]
◆ LastSocketError()
static std::string LastSocketError |
( |
| ) |
|
|
static |
◆ TEST() [1/2]
TEST |
( |
BIOTest |
, |
|
|
Printf |
|
|
) |
| |
◆ TEST() [2/2]
TEST |
( |
BIOTest |
, |
|
|
SocketConnect |
|
|
) |
| |
◆ TEST_P() [1/2]
◆ TEST_P() [2/2]
◆ kASN1TestParams
Initial value:= {
{true, {0x30, 2, 1, 2, 0, 0}, 0, 4, 100},
{
false , {0x30, 3, 1, 2}, 0, 0, 100},
{
false , {0x30, 0x81, 1, 1}, 0, 0, 100},
{
false , {0x30, 0x82, 0, 1, 1}, 0, 0, 100},
{true,
{true,
{0x30, 0x80},
{0x30, 0x80},
}
◆ kLargeASN1PayloadLen
const size_t kLargeASN1PayloadLen = 8000 |
|
static |