mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
parent
d4fb2f99ec
commit
8251670cb3
@ -77,11 +77,6 @@
|
|||||||
|
|
||||||
#ifdef USE_SSL
|
#ifdef USE_SSL
|
||||||
|
|
||||||
char *ssl_cert_file;
|
|
||||||
char *ssl_key_file;
|
|
||||||
char *ssl_ca_file;
|
|
||||||
char *ssl_crl_file;
|
|
||||||
|
|
||||||
static DH *load_dh_file(int keylength);
|
static DH *load_dh_file(int keylength);
|
||||||
static DH *load_dh_buffer(const char *, size_t);
|
static DH *load_dh_buffer(const char *, size_t);
|
||||||
static DH *tmp_dh_cb(SSL *s, int is_export, int keylength);
|
static DH *tmp_dh_cb(SSL *s, int is_export, int keylength);
|
||||||
@ -93,6 +88,11 @@ static void close_SSL(Port *);
|
|||||||
static const char *SSLerrmessage(void);
|
static const char *SSLerrmessage(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
char *ssl_cert_file;
|
||||||
|
char *ssl_key_file;
|
||||||
|
char *ssl_ca_file;
|
||||||
|
char *ssl_crl_file;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* How much data can be sent across a secure connection
|
* How much data can be sent across a secure connection
|
||||||
* (total in both directions) before we require renegotiation.
|
* (total in both directions) before we require renegotiation.
|
||||||
|
Loading…
Reference in New Issue
Block a user