summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia/transport_srtp.c
AgeCommit message (Expand)Author
2017-01-11Re 1989: Implement pj_strtok()/pj_strtok() as a replacement to strtok().Riza Sulistyo
2016-12-19Misc (re #1945): Update SRTP to restart crypto tag from 1 when generating reo...Nanang Izzuddin
2016-08-15Re #1943: Raise linking error if libsrtp doesn't support the crypto.Riza Sulistyo
2016-08-08Re #1943: AES-GCM crypto support for SRTPLiong Sauw Ming
2016-08-05Re #1945 (misc): Fixed incorrect SRTP crypto suite name and doc.Liong Sauw Ming
2016-06-10Re #1928(misc) : Align Big-AES names with latest RFC. Riza Sulistyo
2016-03-15Close #1847: Upgraded libsrtp version to 1.5.4 and added support for AES-CM-2...Nanang Izzuddin
2015-12-30Re #1882 (misc): Add checking of crypto name in transport srtp.Liong Sauw Ming
2015-07-28Misc (re #1843): Fixed MSVC build error on samples app due to undefined symbo...Nanang Izzuddin
2015-06-01Close #1856: Offer only current active crypto on re-INVITE.Nanang Izzuddin
2015-04-23Re #1843: Add support if app uses external libSRTP 1.5.x or above (thanks to ...Liong Sauw Ming
2014-02-04Misc (re #1630): Fixing warnings about variable set but not used with recent gccBenny Prijono
2014-01-30Close #1730: Added srtp_deinit()/shutdown() detection for external SRTP in co...Nanang Izzuddin
2014-01-03Close #1720:Nanang Izzuddin
2013-10-08Re #1703: fixing general bugs. First installment: correct handling of snprint...Benny Prijono
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2013-02-21Sipit30 misc (re #1559): Increased maximum key length for SRTP crypto keyLiong Sauw Ming
2013-02-21Sipit30 misc (re #1559): Updated log for SRTP key to use base64 as in the SDP...Nanang Izzuddin
2012-07-05Fix #1547:Nanang Izzuddin
2012-03-30Re #1474: Merged all changes from 1.12 - HEAD (from the 1.x branch)Benny Prijono
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2010-12-02Re #1165: fixed SRTP transport to not update the SRTP activation flag, i.e: b...Nanang Izzuddin
2010-12-01Fix #1165:Nanang Izzuddin
2010-10-18Re #1140, cleaned up the mutex usages in SRTP transport:Nanang Izzuddin
2010-06-24Fix #1075:Nanang Izzuddin
2010-06-23Fixed #1079 (Media transport should be kept alive during double-hold scenario...Benny Prijono
2010-06-02Fix #1074: Fixed SRTP crypto parser to preverify the key length.Nanang Izzuddin
2009-08-17Fixed ticket #974: SRTP stops functioning after the library is restartedBenny Prijono
2009-08-17Misc fix (ticket #915):Nanang Izzuddin
2009-07-14Ticket #918: Added C compatible declarations in modules: G.711, transport SRT...Nanang Izzuddin
2009-05-30Ticket #862: Updated validations of SRTP crypto attribute.Nanang Izzuddin
2009-04-14Ticket #788: Updated pjsua_media_subsys_init() to perform SRTP library initia...Nanang Izzuddin
2009-01-20Ticket #698: Fixed the silly bug of possible NULL opt access.Nanang Izzuddin
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-10-31Ticket #673: rollback r2360, and implement new fix for Race condition may cau...Benny Prijono
2008-10-31Ticket #673: Crash in SRTP transport when receiving stray RTP/RTCP packetBenny Prijono
2008-10-21Ticket #558: Added srtp_deinit() function and registered this with pj_atexit().Nanang Izzuddin
2008-08-26Ticket #600: Added probation state in media transport SRTP and also capabilit...Nanang Izzuddin
2008-07-14Ticket #569: Updated SRTP locking to not guard member transport when sending ...Nanang Izzuddin
2008-07-04Fixed bug in SRTP regarding startup flags evaluationBenny Prijono
2008-06-26Ticket #544: Fixed SRTP on hold+reinvite scenarioNanang Izzuddin
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-06-19Ticket #549: major modification in media transport API to support more offer/...Benny Prijono
2008-06-13Fixed various compilation warnings with gcc strict compilationBenny Prijono
2008-06-12Related to ticket #525: transport_srtp returns PJ_EINVALIDOP in UPDATE or re-...Benny Prijono
2008-05-02Ticket #528: committed ticket528.patchNanang Izzuddin
2008-04-14Fixed miscellaneous compile warnings/errors when built with C++ modeBenny Prijono
2008-03-20Fixed minor warning about unused variable in transport_srtp.cBenny Prijono
2008-03-17More ticket #479: bug in pjmedia_transport_get_info(), the info should be ini...Benny Prijono
2008-03-11Ticket #479: allow media transport framework to return transport specific inf...Benny Prijono