Module: kamailio Branch: master Commit: f90200105624ea32c833a184815870426fb64d10 URL: https://github.com/kamailio/kamailio/commit/f90200105624ea32c833a184815870426fb64d10
Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> Date: 2025-07-24T14:25:44+02:00 tls: docs updated for keylog_mode init flag --- Modified: src/modules/tls/doc/params.xml --- Diff: https://github.com/kamailio/kamailio/commit/f90200105624ea32c833a184815870426fb64d10.diff Patch: https://github.com/kamailio/kamailio/commit/f90200105624ea32c833a184815870426fb64d10.patch --- diff --git a/src/modules/tls/doc/params.xml b/src/modules/tls/doc/params.xml index c29c29d073c..28bcbe18587 100644 --- a/src/modules/tls/doc/params.xml +++ b/src/modules/tls/doc/params.xml @@ -1515,16 +1515,19 @@ verify_client = optional_no_ca </para> <itemizedlist> <listitem> - <para><emphasis>0</emphasis> - keys logging inactive</para> + <para><emphasis>0</emphasis> - keys logging not enabled</para> </listitem> <listitem> - <para><emphasis>1 (bit 1)</emphasis> - keys logging active</para> + <para><emphasis>1 (bit 1)</emphasis> - initialise keys logging</para> </listitem> <listitem> - <para><emphasis>2 (bit 2)</emphasis> - write keys to NOTICE log</para> + <para><emphasis>2 (bit 2)</emphasis> - keys logging active</para> </listitem> <listitem> - <para><emphasis>4 (bit 3)</emphasis> - write keys to file</para> + <para><emphasis>4 (bit 3)</emphasis> - write keys to NOTICE log</para> + </listitem> + <listitem> + <para><emphasis>8 (bit 4)</emphasis> - write keys to file</para> </listitem> </itemizedlist> <para> @@ -1534,7 +1537,7 @@ verify_client = optional_no_ca <title>Set <varname>keylog_mode</varname> parameter</title> <programlisting> ... -modparam("tls", "keylog_mode", 7) +modparam("tls", "keylog_mode", 15) ... </programlisting> </example> @@ -1543,7 +1546,7 @@ modparam("tls", "keylog_mode", 7) <title><varname>keylog_file</varname> (str)</title> <para> Path to the file where to write the TLS keys. The values are appended - to the content of the file. The value 4 (bit 3) has to be set to + to the content of the file. The value 8 (bit 4) has to be set to keylog_mode parameter. </para> <para> _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!