OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
mkreq.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <openssl/pem.h>
#include <openssl/conf.h>
#include <openssl/x509v3.h>
#include <openssl/engine.h>

Go to the source code of this file.

Functions

int mkreq (X509_REQ **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days)
 
int add_ext (STACK_OF(X509_REQUEST)*sk, int nid, char *value)
 
int main (int argc, char **argv)
 

Function Documentation

int add_ext ( STACK_OF(X509_REQUEST)*  sk,
int  nid,
char *  value 
)

Definition at line 151 of file mkreq.c.

int main ( int  argc,
char **  argv 
)

Definition at line 18 of file mkreq.c.

int mkreq ( X509_REQ **  x509p,
EVP_PKEY **  pkeyp,
int  bits,
int  serial,
int  days 
)

Definition at line 59 of file mkreq.c.