doc/
subfolder, the README file is autogenerated)Currently stirshaken
module performs x509 certificate path check twice (when enabled):
stir_shaken_verify_cert_path
directly from the stirshaken_mod.c
libstirshaken
libstirshaken
had the path check built in since approx 2020 (last commit mentioning it as TODO before the stir_shaken_verify_cert_path
function was introduced). This shouldn't be an issue since stirshaken
module was added to Kamailio in 2021.
This PR removes the x509 certificate path check from the stirshaken_mod.c
by passing the responsibility to perform certificate path check to the libstirshaken
.
https://github.com/kamailio/kamailio/pull/4202
(2 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.