]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Make transport cipher option accept a comma separated list of cipher names.
authorRichard Mudgett <rmudgett@digium.com>
Thu, 2 Oct 2014 21:45:58 +0000 (21:45 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 2 Oct 2014 21:45:58 +0000 (21:45 +0000)
commit7f93afe7a5d748e4eca3de00cf7bb9d8e46ccfc1
tree3ddab337033963ac45c1310287658a148d5358f9
parentb0f1a6c4d5f223a27f545457a383a794540e5b25
res_pjsip: Make transport cipher option accept a comma separated list of cipher names.

Improvements to the res_pjsip transport cipher option.

* Made the cipher option accept a comma separated list of OpenSSL cipher
names.  Users of realtime will be glad if they have more than one name to
list.

* Added the CLI command 'pjsip list ciphers' so a user can know what
OpenSSL names are available for the cipher option.

* Updated the cipher option online XML documentation to specify what is
expected for the value.

* Updated pjsip.conf.sample to not indicate that ALL is acceptable since
ALL does not imply a preference order for the ciphers and PJSIP does not
simply pass the string to OpenSSL for interpretation.

ASTERISK-24199 #close
Reported by: Joshua Colp

Review: https://reviewboard.asterisk.org/r/4018/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@424393 65c4cc65-6c06-0410-ace0-fbb531ad65f3
configs/pjsip.conf.sample
res/res_pjsip.c
res/res_pjsip/config_transport.c