#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "apps.h"
#include <openssl/x509.h>
#include <openssl/ssl.h>
#include <openssl/pem.h>
#include "s_apps.h"
#include <openssl/err.h>
Go to the source code of this file.
Macros | |
#define | NO_SHUTDOWN |
#define | USE_SOCKETS |
#define | PROG s_time_main |
#define | ioctl ioctlsocket |
#define | SSL_CONNECT_NAME "localhost:4433" |
#define | BUFSIZZ 1024*10 |
#define | MYBUFSIZ 1024*8 |
#define | min(a, b) (((a) < (b)) ? (a) : (b)) |
#define | max(a, b) (((a) > (b)) ? (a) : (b)) |
#define | SECONDS 30 |
#define | START 0 |
#define | STOP 1 |
Functions | |
int | MAIN (int, char **) |
Variables | |
int | verify_depth |
int | verify_error |
#define ioctl ioctlsocket |
#define PROG s_time_main |
int MAIN | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 87 of file asn1pars.c.