Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

pki.h File Reference

#include "gwlib.h"
#include <openssl/x509.h>

Include dependency graph for pki.h:

Include dependency graph

Go to the source code of this file.

Functions

void pki_init (void)
void pki_shutdown (void)
void get_cert_from_file (Octstr *s, X509 **x509)
void get_privkey_from_file (Octstr *s, RSA **priv_key, Octstr *password)
void dump_cert (X509 *x509)
void dump_privkey (RSA *priv_key)


Function Documentation

void dump_cert X509 *  x509  ) 
 

void dump_privkey RSA *  priv_key  ) 
 

void get_cert_from_file Octstr s,
X509 **  x509
 

Referenced by init_wapbox().

void get_privkey_from_file Octstr s,
RSA **  priv_key,
Octstr password
 

Referenced by init_wapbox().

void pki_init void   ) 
 

void pki_shutdown void   ) 
 

See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.