#include <stdio.h>#include "cryptlib.h"#include <openssl/objects.h>#include <openssl/ts.h>#include <openssl/pkcs7.h>Go to the source code of this file.
Macros | |
| #define | TS_STATUS_TEXT_SIZE (sizeof(TS_status_text)/sizeof(*TS_status_text)) |
| #define | TS_STATUS_BUF_SIZE 256 |
| #define | TS_FAILURE_INFO_SIZE |
Functions | |
| int | TS_RESP_verify_signature (PKCS7 *token, STACK_OF(X509)*certs, X509_STORE *store, X509 **signer_out) |
| int | TS_RESP_verify_response (TS_VERIFY_CTX *ctx, TS_RESP *response) |
| int | TS_RESP_verify_token (TS_VERIFY_CTX *ctx, PKCS7 *token) |
| #define TS_FAILURE_INFO_SIZE |
Definition at line 123 of file ts_rsp_verify.c.
| #define TS_STATUS_BUF_SIZE 256 |
Definition at line 107 of file ts_rsp_verify.c.
| #define TS_STATUS_TEXT_SIZE (sizeof(TS_status_text)/sizeof(*TS_status_text)) |
Definition at line 101 of file ts_rsp_verify.c.
| int TS_RESP_verify_response | ( | TS_VERIFY_CTX * | ctx, |
| TS_RESP * | response | ||
| ) |
Definition at line 362 of file ts_rsp_verify.c.
| int TS_RESP_verify_signature | ( | PKCS7 * | token, |
| STACK_OF(X509)* | certs, | ||
| X509_STORE * | store, | ||
| X509 ** | signer_out | ||
| ) |
Definition at line 140 of file ts_rsp_verify.c.
| int TS_RESP_verify_token | ( | TS_VERIFY_CTX * | ctx, |
| PKCS7 * | token | ||
| ) |
Definition at line 384 of file ts_rsp_verify.c.
| int code |
Definition at line 111 of file ts_rsp_verify.c.
| const char* text |
Definition at line 112 of file ts_rsp_verify.c.
1.8.2