#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "apps.h"
#include <openssl/bio.h>
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/objects.h>
#include <openssl/x509.h>
#include <openssl/pem.h>
#include <openssl/hmac.h>
Go to the source code of this file.
|
int | do_fp (BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, EVP_PKEY *key, unsigned char *sigin, int siglen, const char *sig_name, const char *md_name, const char *file, BIO *bmd) |
|
int | MAIN (int, char **) |
|
#define PROG_NAME_SIZE 39 |
int do_fp |
( |
BIO * |
out, |
|
|
unsigned char * |
buf, |
|
|
BIO * |
bp, |
|
|
int |
sep, |
|
|
int |
binout, |
|
|
EVP_PKEY * |
key, |
|
|
unsigned char * |
sigin, |
|
|
int |
siglen, |
|
|
const char * |
sig_name, |
|
|
const char * |
md_name, |
|
|
const char * |
file, |
|
|
BIO * |
bmd |
|
) |
| |
int MAIN |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |