![]() |
ucspi-ssl 0.13.00
ucspi-ssl
|
setup RSA, DH, ECDH More...
#include "ucspissl.h"
Go to the source code of this file.
Functions | |
| int | ssl_params_rsa (SSL_CTX *ctx, int len) |
| int | ssl_params_dh (SSL_CTX *ctx, const char *dhfile) |
| int | ssl_params_ecdh (SSL_CTX *ctx, const char *ecdhfile) |
setup RSA, DH, ECDH
Definition in file ssl_params.c.
| int ssl_params_dh | ( | SSL_CTX * | ctx, |
| const char * | dhfile | ||
| ) |
| int ssl_params_ecdh | ( | SSL_CTX * | ctx, |
| const char * | ecdhfile | ||
| ) |
Definition at line 55 of file ssl_params.c.
| int ssl_params_rsa | ( | SSL_CTX * | ctx, |
| int | len | ||
| ) |