1
0
Fork 0
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:
Gerhard Rieger 2020-12-27 20:25:10 +01:00
parent beed38655f
commit de2f2c471b
10 changed files with 248 additions and 23 deletions

View file

@ -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;