#include <stdio.h>#include <stdlib.h>#include <openssl/err.h>#include <openssl/asn1.h>#include <openssl/objects.h>#include <openssl/evp.h>#include <openssl/x509.h>#include <openssl/pem.h>Go to the source code of this file.
Macros | |
| #define | PEM_write_SPKI(fp, x) |
| #define | RSA_F4 0x10001 |
| #define | EVP_PKEY_assign_RSA(pkey, rsa) |
Functions | |
| int | SPKI_set_pubkey (NETSCAPE_SPKI *x, EVP_PKEY *pkey) |
| int | EVP_PKEY_assign (EVP_PKEY *pkey, int type, char *key) |
| int | main (int argc, argv) |
| #define EVP_PKEY_assign_RSA | ( | pkey, | |
| rsa | |||
| ) |
| #define PEM_write_SPKI | ( | fp, | |
| x | |||
| ) |
| int EVP_PKEY_assign | ( | EVP_PKEY * | pkey, |
| int | type, | ||
| char * | key | ||
| ) |
| int SPKI_set_pubkey | ( | NETSCAPE_SPKI * | x, |
| EVP_PKEY * | pkey | ||
| ) |
1.8.2