Kannel: Open Source WAP and SMS gateway  svn-r5335
pki.h File Reference
#include "gwlib.h"
#include <openssl/x509.h>

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

◆ dump_cert()

void dump_cert ( X509 *  x509)

◆ dump_privkey()

void dump_privkey ( RSA *  priv_key)

◆ get_cert_from_file()

void get_cert_from_file ( Octstr s,
X509 **  x509 
)

Referenced by init_wapbox().

◆ get_privkey_from_file()

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

Referenced by init_wapbox().

◆ pki_init()

void pki_init ( void  )

◆ pki_shutdown()

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