Skip to content
Snippets Groups Projects
Commit 6d2b3eb0 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#4243] Use 80 bits authentication tags by default

parent 05ccb471
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,8 @@ namespace sfl
AudioSrtpSession::AudioSrtpSession (ManagerImpl * manager, SIPCall * sipcall) :
ost::SymmetricRTPSession (ost::InetHostAddress (sipcall->getLocalIp().c_str()), sipcall->getLocalAudioPort()),
AudioRtpSession<AudioSrtpSession> (manager, sipcall),
_localCryptoSuite (1),
_remoteCryptoSuite (1),
_localCryptoSuite (0),
_remoteCryptoSuite (0),
_localMasterKeyLength (0),
_localMasterSaltLength (0),
_remoteMasterKeyLength (0),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment