Module: kamailio Branch: master Commit: 054febc016f3fa089c9dc84bcb7581c04213eeed URL: https://github.com/kamailio/kamailio/commit/054febc016f3fa089c9dc84bcb7581c0...
Author: Piotr Gregor piotr@signalwire.com Committer: Piotr Gregor piotr@signalwire.com Date: 2021-03-26T13:25:29Z
stirshaken: Turn on X509 cert path check as default
---
Modified: src/modules/stirshaken/stirshaken_mod.c
---
Diff: https://github.com/kamailio/kamailio/commit/054febc016f3fa089c9dc84bcb7581c0... Patch: https://github.com/kamailio/kamailio/commit/054febc016f3fa089c9dc84bcb7581c0...
---
diff --git a/src/modules/stirshaken/stirshaken_mod.c b/src/modules/stirshaken/stirshaken_mod.c index a98cb3a4e3..88ec8812ab 100644 --- a/src/modules/stirshaken/stirshaken_mod.c +++ b/src/modules/stirshaken/stirshaken_mod.c @@ -40,7 +40,7 @@ MODULE_VERSION static str stirshaken_as_default_key = str_init("");
// Verification service -static int stirshaken_vs_verify_x509_cert_path = 0; +static int stirshaken_vs_verify_x509_cert_path = 1; static str stirshaken_vs_ca_dir = str_init(""); static str stirshaken_vs_crl_dir = str_init(""); static int stirshaken_vs_identity_expire_s = 60;