OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
ocsp.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "apps.h"
#include <openssl/e_os2.h>
#include <openssl/crypto.h>
#include <openssl/err.h>
#include <openssl/ssl.h>
#include <openssl/evp.h>
#include <openssl/bn.h>
#include <openssl/x509v3.h>

Go to the source code of this file.

Macros

#define USE_SOCKETS
 
#define MAX_VALIDITY_PERIOD   (5 * 60)
 
#define PROG   ocsp_main
 

Functions

int MAIN (int, char **)
 
OCSP_RESPONSEprocess_responder (BIO *err, OCSP_REQUEST *req, char *host, char *path, char *port, int use_ssl, STACK_OF(CONF_VALUE)*headers, int req_timeout)
 

Macro Definition Documentation

#define MAX_VALIDITY_PERIOD   (5 * 60)

Definition at line 96 of file ocsp.c.

#define PROG   ocsp_main

Definition at line 121 of file ocsp.c.

#define USE_SOCKETS

Definition at line 65 of file ocsp.c.

Function Documentation

int MAIN ( int  argc,
char **  argv 
)

Definition at line 87 of file asn1pars.c.

OCSP_RESPONSE* process_responder ( BIO err,
OCSP_REQUEST req,
char *  host,
char *  path,
char *  port,
int  use_ssl,
STACK_OF(CONF_VALUE)*  headers,
int  req_timeout 
)

Definition at line 1373 of file ocsp.c.