#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <curl/curl.h>
#include <openssl/x509v3.h>
#include <openssl/x509_vfy.h>
#include <openssl/crypto.h>
#include <openssl/lhash.h>
#include <openssl/objects.h>
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/x509.h>
#include <openssl/pkcs12.h>
#include <openssl/bio.h>
#include <openssl/ssl.h>
Go to the source code of this file.
Define Documentation
Typedef Documentation
Function Documentation
static char* ia5string |
( |
ASN1_IA5STRING * |
ia5 | ) |
[static] |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
static unsigned char* my_get_ext |
( |
X509 * |
cert, |
|
|
const int |
type, |
|
|
int |
extensiontype |
|
) |
| [static] |
Variable Documentation
Initial value:{
"usage: curlx args\n",
" -p12 arg - tia file ",
" -envpass arg - environement variable which content the tia private"
" key password",
" -out arg - output file (response)- default stdout",
" -in arg - input file (request)- default stdin",
" -connect arg - URL of the server for the connection ex:"
" www.openevidence.org",
" -mimetype arg - MIME type for data in ex : application/timestamp-query"
" or application/dvcs -default application/timestamp-query",
" -acceptmime arg - MIME type acceptable for the response ex : "
"application/timestamp-response or application/dvcs -default none",
" -accesstype arg - an Object identifier in an AIA/SIA method, e.g."
" AD_DVCS or ad_timestamping",
NULL
}
Definition at line 101 of file curlx.c.