#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) |
| int add_ext | ( | STACK_OF(X509_REQUEST)* | sk, |
| int | nid, | ||
| char * | value | ||
| ) |
1.8.2