Skip to content

Commit

Permalink
tls: typos a/an
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 16, 2022
1 parent cabb462 commit 6d8acd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/modules/tls/doc/hsm_howto.xml
Expand Up @@ -32,7 +32,7 @@ modparam("tls", "engine_config", "/usr/local/etc/kamailio/thales.cnf")
modparam("tls", "engine_algorithms", "EC")
...

/usr/local/etc/kamailio/thales.cnf is a OpenSSL config format file used to
/usr/local/etc/kamailio/thales.cnf is an OpenSSL config format file used to
bootstrap the engine, e.g., pass the PIN.

...
Expand Down
2 changes: 1 addition & 1 deletion src/modules/tls/doc/params.xml
Expand Up @@ -1340,7 +1340,7 @@ modparam("tls", "engine_algorithms", "ALL")
<section id="tls.p.engine_config">
<title><varname>engine_config</varname> (string)</title>
<para>
A OpenSSL configuration file to initialize the engine. Typically used to send PIN to HSMs to unlock
An OpenSSL configuration file to initialize the engine. Typically used to send PIN to HSMs to unlock
private keys. See the HSM howto for an example. This global param is not supported in the tls config file.
</para>
</section>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/tls/doc/tls.xml
Expand Up @@ -133,7 +133,7 @@ request_route {
<para>
For OpenSSL (libssl) v1.1.x, it is required to preload
'openssl_mutex_shared' library shipped by &kamailio;. For more details
see 'src/modules/tls/openssl_mutex_shared/README.md'.
see 'src/modules/tls/utils/openssl_mutex_shared/README.md'.
</para>
<para>
This module includes several workarounds for various Openssl bugs
Expand Down

0 comments on commit 6d8acd1

Please sign in to comment.