Added TLS trusted certificate path preference
This commit is contained in:
@@ -686,6 +686,7 @@ _get_group(preference_t pref)
|
||||
case PREF_CARBONS:
|
||||
case PREF_RECEIPTS_SEND:
|
||||
case PREF_RECEIPTS_REQUEST:
|
||||
case PREF_CERT_PATH:
|
||||
return PREF_GROUP_CONNECTION;
|
||||
case PREF_OTR_LOG:
|
||||
case PREF_OTR_POLICY:
|
||||
@@ -818,6 +819,8 @@ _get_key(preference_t pref)
|
||||
return "enc.warn";
|
||||
case PREF_PGP_LOG:
|
||||
return "log";
|
||||
case PREF_CERT_PATH:
|
||||
return "certpath";
|
||||
default:
|
||||
return NULL;
|
||||
}
|
||||
|
||||
@@ -103,7 +103,8 @@ typedef enum {
|
||||
PREF_RESOURCE_MESSAGE,
|
||||
PREF_INPBLOCK_DYNAMIC,
|
||||
PREF_ENC_WARN,
|
||||
PREF_PGP_LOG
|
||||
PREF_PGP_LOG,
|
||||
PREF_CERT_PATH,
|
||||
} preference_t;
|
||||
|
||||
typedef struct prof_alias_t {
|
||||
|
||||
Reference in New Issue
Block a user