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

Go to the source code of this file.

Macros

#define MS_CALLBACK
 
#define MS_FAR
 

Functions

int mkit (X509 **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days)
 
int main ()
 

Macro Definition Documentation

#define MS_CALLBACK

Definition at line 49 of file selfsign.c.

#define MS_FAR

Definition at line 50 of file selfsign.c.

Function Documentation

int main ( void  )

Definition at line 13 of file selfsign.c.

int mkit ( X509 **  x509p,
EVP_PKEY **  pkeyp,
int  bits,
int  serial,
int  days 
)

Definition at line 67 of file selfsign.c.