]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Add 'dtls_fingerprint' option to configure DTLS fingerprint hash.
authorJoshua Colp <jcolp@digium.com>
Wed, 1 Oct 2014 16:35:02 +0000 (16:35 +0000)
committerJoshua Colp <jcolp@digium.com>
Wed, 1 Oct 2014 16:35:02 +0000 (16:35 +0000)
commitc6f8d1f38ac15c19b1f38ce34ae4dcb989bb72e1
treecd276089f8a7020fb5630708617a058739e35a96
parent905915201201f3493b89c36b9a2b2a8e725f566f
res_pjsip: Add 'dtls_fingerprint' option to configure DTLS fingerprint hash.

During the latest update to DTLS-SRTP support the ability to configure
the hash used for fingerprints was added. This gave us two supported ones:
SHA-1 and SHA-256. The default was accordingly updated to SHA-256.
Unfortunately this configuration ability was not exposed within res_pjsip.
This change adds a dtls_fingerprint option that controls it.

#SIPit31

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