Module: kamailio Branch: master Commit: ac5b3678ad088c81932b1272bb7a0a711c66649f URL: https://github.com/kamailio/kamailio/commit/ac5b3678ad088c81932b1272bb7a0a711c66649f
Author: Kamailio Dev <kamailio....@kamailio.org> Committer: Kamailio Dev <kamailio....@kamailio.org> Date: 2025-06-28T01:46:14+02:00 modules: readme files regenerated - tls ... [skip ci] --- Modified: src/modules/tls/README --- Diff: https://github.com/kamailio/kamailio/commit/ac5b3678ad088c81932b1272bb7a0a711c66649f.diff Patch: https://github.com/kamailio/kamailio/commit/ac5b3678ad088c81932b1272bb7a0a711c66649f.patch --- diff --git a/src/modules/tls/README b/src/modules/tls/README index 21250d76373..3a8f18e5774 100644 --- a/src/modules/tls/README +++ b/src/modules/tls/README @@ -72,6 +72,7 @@ Olle E. Johansson 10.38. engine_config (string) 10.39. engine_algorithms (string) 10.40. verify_client (string) + 10.41. provider_quirks (integer) 11. Functions @@ -209,6 +210,7 @@ Chapter 1. Admin Guide 10.38. engine_config (string) 10.39. engine_algorithms (string) 10.40. verify_client (string) + 10.41. provider_quirks (integer) 11. Functions @@ -648,6 +650,7 @@ Place holder 10.38. engine_config (string) 10.39. engine_algorithms (string) 10.40. verify_client (string) + 10.41. provider_quirks (integer) 10.1. tls_method (string) @@ -1638,6 +1641,13 @@ method = TLSv1.2 verify_client = optional_no_ca ... +10.41. provider_quirks (integer) + + Sets a flag to configure OpenSSL 3 behaviour. Currently only 1 + * 0 - no flags set (default) + * 1 - create a new `OSSL_LIB_CTX` context in the child process. Known + to be required when using OpenSSL 3 pkcs11-provider. + 11. Functions 11.1. is_peer_verified() _______________________________________________ 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!