diff --git a/CHANGES b/CHANGES index 7a36f96166478a9b3d0afba792c2c7339068e3c1..3bef61160813d1d7db0f50d056125425340e32da 100644 --- a/CHANGES +++ b/CHANGES @@ -241,6 +241,12 @@ chan_jingle * This module was deprecated and has been removed. Users of chan_jingle should use chan_motif. +chan_pjsip +------------------ + * Added the CLI command 'pjsip list ciphers' so a user can know what + OpenSSL names are available on their system for the pjsip.conf cipher + option. + chan_sip ------------------ * The SIPPEER dialplan function no longer supports using a colon as a diff --git a/res/res_pjsip.c b/res/res_pjsip.c index bbcf543df68d8c3c26bbc6e8332f81051a0e46c9..69feabafb284823a118e8bd6e4b8e4f61200ca51 100644 --- a/res/res_pjsip.c +++ b/res/res_pjsip.c @@ -823,7 +823,7 @@ <synopsis>Preferred cryptography cipher names (TLS ONLY)</synopsis> <description> <para>Comma separated list of cipher names or numeric equivalents. - Numeric quivalents can be either decimal or hexadecimal (0xX). + Numeric equivalents can be either decimal or hexadecimal (0xX). </para> <para>There are many cipher names. Use the CLI command <literal>pjsip list ciphers</literal> to see a list of cipher