#include "compat/openssl_support.h"#include "syslog-ng.h"#include "thread-utils.h"#include <openssl/ssl.h>#include <openssl/bn.h>
Functions | |
| X509_VERIFY_PARAM * | SSL_CTX_get0_param (SSL_CTX *ctx) |
| X509 * | X509_STORE_CTX_get0_cert (X509_STORE_CTX *ctx) |
| uint32_t | X509_get_extension_flags (X509 *x) |
| void | openssl_crypto_init_threading (void) |
| void | openssl_crypto_deinit_threading (void) |
| void | openssl_init (void) |
| void | openssl_ctx_setup_ecdh (SSL_CTX *ctx) |
| gboolean | openssl_ctx_setup_dh (SSL_CTX *ctx) |
| gboolean | openssl_ctx_load_dh_from_file (SSL_CTX *ctx, const gchar *dhparam_file) |
| int | DH_set0_pqg (DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) |
| BIGNUM * | BN_get_rfc3526_prime_2048 (BIGNUM *bn) |
| void | openssl_ctx_setup_session_tickets (SSL_CTX *ctx) |
| BIGNUM* BN_get_rfc3526_prime_2048 | ( | BIGNUM * | bn | ) |
| int DH_set0_pqg | ( | DH * | dh, |
| BIGNUM * | p, | ||
| BIGNUM * | q, | ||
| BIGNUM * | g | ||
| ) |
| void openssl_crypto_deinit_threading | ( | void | ) |
| void openssl_crypto_init_threading | ( | void | ) |
| gboolean openssl_ctx_load_dh_from_file | ( | SSL_CTX * | ctx, |
| const gchar * | dhparam_file | ||
| ) |
| gboolean openssl_ctx_setup_dh | ( | SSL_CTX * | ctx | ) |
| void openssl_ctx_setup_ecdh | ( | SSL_CTX * | ctx | ) |
| void openssl_ctx_setup_session_tickets | ( | SSL_CTX * | ctx | ) |
| void openssl_init | ( | void | ) |
| X509_VERIFY_PARAM* SSL_CTX_get0_param | ( | SSL_CTX * | ctx | ) |
| uint32_t X509_get_extension_flags | ( | X509 * | x | ) |
| X509* X509_STORE_CTX_get0_cert | ( | X509_STORE_CTX * | ctx | ) |