#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 | mkcert (X509 **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days) |
int | add_ext (X509 *cert, int nid, char *value) |
int | main (int argc, char **argv) |