OpenVPN
|
#include "syshead.h"
#include <openssl/ssl.h>
#include <openssl/evp.h>
#include <openssl/err.h>
#include <windows.h>
#include <wincrypt.h>
#include <ncrypt.h>
#include <stdio.h>
#include <ctype.h>
#include <assert.h>
#include "buffer.h"
#include "openssl_compat.h"
#include "win32.h"
#include "xkey_common.h"
#include "crypto_openssl.h"
Go to the source code of this file.
Functions | |
int | SSL_CTX_use_CryptoAPI_certificate (SSL_CTX *ssl_ctx, const char *cert_prop) |
int SSL_CTX_use_CryptoAPI_certificate | ( | SSL_CTX * | ssl_ctx, |
const char * | cert_prop | ||
) |
Definition at line 59 of file cryptoapi.c.
References M_NONFATAL, and msg.
Referenced by tls_ctx_load_cryptoapi().