mirror of
https://repo.or.cz/socat.git
synced 2025-08-01 14:46:49 +00:00
Red Hat issue 1019972: needs to specify OpenSSL cipher suites
This commit is contained in:
parent
d4c44ff649
commit
899bc6845d
2 changed files with 5 additions and 1 deletions
|
@ -717,7 +717,7 @@ int
|
|||
bool opt_fips = false;
|
||||
const SSL_METHOD *method;
|
||||
char *me_str = NULL; /* method string */
|
||||
char *ci_str = NULL; /* cipher string */
|
||||
char *ci_str = "HIGH:-NULL:-PSK:-aNULL"; /* cipher string */
|
||||
char *opt_key = NULL; /* file name of client private key */
|
||||
char *opt_dhparam = NULL; /* file name of DH params */
|
||||
char *opt_cafile = NULL; /* certificate authority file */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue