PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
int | SSL_CTX_set_min_proto_version (SSL_CTX *ctx, int version) |
int | SSL_CTX_set_max_proto_version (SSL_CTX *ctx, int version) |
int SSL_CTX_set_max_proto_version | ( | SSL_CTX * | ctx, |
int | version | ||
) |
Definition at line 80 of file protocol_openssl.c.
References Assert().
Referenced by be_tls_init(), and initialize_SSL().
int SSL_CTX_set_min_proto_version | ( | SSL_CTX * | ctx, |
int | version | ||
) |
Definition at line 41 of file protocol_openssl.c.
Referenced by be_tls_init(), and initialize_SSL().