#include <assert.h>
#include <errno.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "e_os.h"
#include <ctype.h>
#include <openssl/bio.h>
#include <openssl/crypto.h>
#include <openssl/evp.h>
#include <openssl/x509.h>
#include <openssl/x509v3.h>
#include <openssl/ssl.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/rand.h>
#include <openssl/rsa.h>
#include <openssl/dsa.h>
#include <openssl/dh.h>
#include <openssl/srp.h>
#include <openssl/bn.h>
Go to the source code of this file.
#define _XOPEN_SOURCE_EXTENDED |
#define APP_CALLBACK_STRING "Test Callback Argument" |
#define TEST_CLIENT_CERT "../apps/client.pem" |
#define TEST_SERVER_CERT "../apps/server.pem" |
int doit |
( |
SSL * |
s_ssl, |
|
|
SSL * |
c_ssl, |
|
|
long |
bytes |
|
) |
| |
int doit_biopair |
( |
SSL * |
s_ssl, |
|
|
SSL * |
c_ssl, |
|
|
long |
bytes, |
|
|
clock_t * |
s_time, |
|
|
clock_t * |
c_time |
|
) |
| |
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |