mirror of
https://repo.or.cz/socat.git
synced 2025-07-15 23:53:25 +00:00
OpenSSL options min-version, max-version
This commit is contained in:
parent
beed38655f
commit
de2f2c471b
10 changed files with 248 additions and 23 deletions
|
@ -15,6 +15,8 @@ extern const struct addrdesc addr_openssl_listen;
|
|||
|
||||
extern const struct optdesc opt_openssl_cipherlist;
|
||||
extern const struct optdesc opt_openssl_method;
|
||||
extern const struct optdesc opt_openssl_min_proto_version;
|
||||
extern const struct optdesc opt_openssl_max_proto_version;
|
||||
extern const struct optdesc opt_openssl_verify;
|
||||
extern const struct optdesc opt_openssl_certificate;
|
||||
extern const struct optdesc opt_openssl_key;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue