OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions | Variables
s_time.c File Reference
#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
 

Macro Definition Documentation

#define BUFSIZZ   1024*10

Definition at line 99 of file s_time.c.

#define ioctl   ioctlsocket

Definition at line 92 of file s_time.c.

#define max (   a,
  b 
)    (((a) > (b)) ? (a) : (b))

Definition at line 106 of file s_time.c.

#define min (   a,
  b 
)    (((a) < (b)) ? (a) : (b))

Definition at line 105 of file s_time.c.

#define MYBUFSIZ   1024*8

Definition at line 101 of file s_time.c.

#define NO_SHUTDOWN

Definition at line 59 of file s_time.c.

#define PROG   s_time_main

Definition at line 89 of file s_time.c.

#define SECONDS   30

Definition at line 109 of file s_time.c.

#define SSL_CONNECT_NAME   "localhost:4433"

Definition at line 94 of file s_time.c.

#define START   0

Definition at line 322 of file s_time.c.

#define STOP   1

Definition at line 323 of file s_time.c.

#define USE_SOCKETS

Definition at line 70 of file s_time.c.

Function Documentation

int MAIN ( int  argc,
char **  argv 
)

Definition at line 87 of file asn1pars.c.

Variable Documentation

int verify_depth

Definition at line 127 of file s_cb.c.

int verify_error

Definition at line 128 of file s_cb.c.