OpenVPN
Functions
cryptoapi.c File Reference
#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"
Include dependency graph for cryptoapi.c:

Go to the source code of this file.

Functions

int SSL_CTX_use_CryptoAPI_certificate (SSL_CTX *ssl_ctx, const char *cert_prop)
 

Function Documentation

◆ SSL_CTX_use_CryptoAPI_certificate()

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().