pki: Enable PSS padding if enabled in strongswan.conf

This commit is contained in:
Tobias Brunner
2017-11-08 16:48:10 +01:00
parent d57af8dde0
commit 27a79326c7
5 changed files with 11 additions and 5 deletions
+2 -1
View File
@@ -71,7 +71,8 @@ static int self()
x509_cert_policy_t *policy = NULL;
traffic_selector_t *ts;
char *arg;
bool pss = FALSE;
bool pss = lib->settings->get_bool(lib->settings, "%s.rsa_pss", FALSE,
lib->ns);
san = linked_list_create();
ocsp = linked_list_create();