Module: kamailio Branch: 6.0 Commit: 27f09f6ee73b1eb65db839e213069511a2e8434c URL: https://github.com/kamailio/kamailio/commit/27f09f6ee73b1eb65db839e213069511a2e8434c
Author: S-P Chan <shihping.c...@gmail.com> Committer: S-P Chan <shihping.c...@gmail.com> Date: 2025-06-28T10:40:31+08:00 tls: document provider_quirks parameter (cherry picked from commit e93de1d71513b444054bac0b9b668205655bf268) --- Modified: src/modules/tls/doc/params.xml --- Diff: https://github.com/kamailio/kamailio/commit/27f09f6ee73b1eb65db839e213069511a2e8434c.diff Patch: https://github.com/kamailio/kamailio/commit/27f09f6ee73b1eb65db839e213069511a2e8434c.patch --- diff --git a/src/modules/tls/doc/params.xml b/src/modules/tls/doc/params.xml index c6dc019c5c7..0ed54a2208a 100644 --- a/src/modules/tls/doc/params.xml +++ b/src/modules/tls/doc/params.xml @@ -1490,4 +1490,20 @@ verify_client = optional_no_ca </programlisting> </example> </section> + <section id="tls.p.provider_quirks"> + <title><varname>provider_quirks</varname> (integer)</title> + <para> + Sets a flag to configure OpenSSL 3 behaviour. Currently only <varname>1</varname> + </para> + <itemizedlist> + <listitem> + <para><emphasis>0</emphasis> - no flags set (default)</para> + </listitem> + <listitem> + <para><emphasis>1</emphasis> - create a new `OSSL_LIB_CTX` context in the child process. + Known to be required when using OpenSSL 3 pkcs11-provider. + </para> + </listitem> + </itemizedlist> + </section> </section> _______________________________________________ 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!