#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_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) |
| 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 | ||
| ) |
1.8.2