#include <string>
#include <nspr.h>
#include <pk11func.h>
#include <ssl.h>
#include <nss.h>
#include <sigc++/sigc++.h>
#include <conexus-nss/enums.h>
Go to the source code of this file.
Classes | |
struct | Conexus::NSS::password_accumulator |
Namespaces | |
namespace | Conexus |
namespace | Conexus::NSS |
Functions | |
bool | Conexus::NSS::init (bool use_dispatcher_default=false, const std::string &nss_config_dir=std::string(), EXPORT_POLICY policy=EXPORT_NONE, bool read_write=false) |
Sets up configuration files and performs other tasks required to run Network Security Services. | |
bool | Conexus::NSS::initialized () |
bool | Conexus::NSS::set_ssl_default_option (uint32_t option, bool on) |
bool | Conexus::NSS::is_ssl_default_option_set (uint32_t option) |
bool | Conexus::NSS::enable_default_cipher (uint32_t cipher, bool enabled) |
bool | Conexus::NSS::is_default_cipher_enabled (uint32_t cipher) |
void | Conexus::NSS::clear_session_cache () |
bool | Conexus::NSS::configure_server_session_cache (int max_cache_entries, uint32_t timeout, uint32_t ssl3_timeout, const char *cache_directory, bool multi_processor) |
bool | Conexus::NSS::inherit_server_session_cache (const char *env_string) |
bool | Conexus::NSS::set_export_policy (EXPORT_POLICY export_policy) |
bool | Conexus::NSS::set_cipher_policy (uint32_t cipher, POLICY policy) |
POLICY | Conexus::NSS::get_cipher_policy (uint32_t cipher) |
long int | Conexus::NSS::send_client_hello_cache_hits () |
long int | Conexus::NSS::send_client_hello_cache_misses () |
long int | Conexus::NSS::send_client_hello_cache_not_ok () |
long int | Conexus::NSS::handle_server_hello_cache_hits () |
long int | Conexus::NSS::handle_server_hello_cache_misses () |
long int | Conexus::NSS::handle_server_hello_cache_not_ok () |
long int | Conexus::NSS::handle_client_hello_cache_hits () |
long int | Conexus::NSS::handle_client_hello_cache_misses () |
long int | Conexus::NSS::handle_client_hello_cache_not_ok () |
void | Conexus::NSS::finalize () |
void | Conexus::NSS::disable_all_ssl_ciphers () |
bool | operator< (const SECItem &a, const SECItem &b) |
bool | operator<= (const SECItem &a, const SECItem &b) |
bool | operator== (const SECItem &a, const SECItem &b) |
bool | operator!= (const SECItem &a, const SECItem &b) |
bool | operator>= (const SECItem &a, const SECItem &b) |
bool | operator> (const SECItem &a, const SECItem &b) |
bool operator!= | ( | const SECItem & | a, | |
const SECItem & | b | |||
) |
bool operator< | ( | const SECItem & | a, | |
const SECItem & | b | |||
) |
bool operator<= | ( | const SECItem & | a, | |
const SECItem & | b | |||
) |
bool operator== | ( | const SECItem & | a, | |
const SECItem & | b | |||
) |
bool operator> | ( | const SECItem & | a, | |
const SECItem & | b | |||
) |
bool operator>= | ( | const SECItem & | a, | |
const SECItem & | b | |||
) |