aboutsummaryrefslogtreecommitdiff
path: root/srtp
AgeCommit message (Expand)Author
2017-03-21srtp.c: Update draft reference to corresponding section in RFC7714Geir Istad
2017-03-16Merge pull request #273 from thisisG/srtp_aead_srtcp_iv_regression_testsGeir Istad
2017-03-13Replace some literal constants with definesPascal Bühler
2017-03-13Move SRTP_AES_XX_LEN defines into srtp.hPascal Bühler
2017-03-13srtp.c: Update reference from draft to RFCGeir Istad
2017-03-13srtp.c: Update reference to RFC for IV calcGeir Istad
2017-03-10Modified spacing around a commentPaul E. Jones
2017-03-10No need to mask seq_num as value is verified first.Pascal Bühler
2017-03-10Merge branch 'master' into issue_256_srtcp_seq_number_incorrectly_masked_for_...Pascal Bühler
2017-03-08Merge pull request #262 from paulej/aead_iv_return_codeGeir Istad
2017-03-08srtp.c: Use correct function for clearing memoryGeir Istad
2017-03-07Return an error in srtp_calc_aead_iv_srtcp() if seq_num is invalidPaul E. Jones
2017-03-07srtp.c: srtp_stream_init_keys() clear secretsGeir Istad
2017-03-07srtp.c: srtp_kdf_clear() use octet_string_set_to_zeroGeir Istad
2017-03-07Merge pull request #258 from pabuhler/dtls-gcm-profilesPascal Bühler
2017-03-07Merge pull request #253 from pabuhler/cipher-type-cleanup-for-aesPascal Bühler
2017-03-01Add a user data argument to log callback.Pascal Bühler
2017-03-01Fix warnings.Pascal Bühler
2017-02-24Add log handler api to receive log messages from libSRTPPascal Bühler
2017-02-23Remove profiles that are not registered in ianaPascal Bühler
2017-02-23Use same naming conventions for cipher defines and symbols.Pascal Bühler
2017-02-23Issue #256 - Removed redundant parentheses.Michael Loutris
2017-02-22Issue #256 Seq number incorrectly masked for IV.Michael Loutris
2017-02-22Compile when openssl is not enabledPascal Bühler
2017-02-22Revert code style as requested in #188 & #185Pascal Bühler
2017-02-22add AES-GCM to DTLS-SRTP Protection ProfilesAlexander Traud
2017-02-21Remove generic SRTP_AES_ICM and use more specific SRTP_AES_XXX_ICMPascal Bühler
2017-02-21convenience for AES-192Alexander Traud
2017-02-21enable AES-192 for SRTP enable AES-192 and AES-256 for SRTCPAlexander Traud
2017-02-21Merge pull request #224 from rsith71/mkiSupportPascal Bühler
2017-02-20Apply some formatting nitsGeir Istad
2017-02-19Merge pull request #234 from pabuhler/exspose-ssrc-in-event-dataPascal Bühler
2017-02-16remove ismacrypt references from codePascal Bühler
2017-02-08Addressing code review commentsRyan Hooper
2017-02-07Updated the srtp function to get the protected length added by LibSRTP via co...Ryan Hooper
2017-02-02Merge branch 'master' into mkiSupportPascal Bühler
2017-01-31Moving the key limit structure to part of the Session KeysRyan Hooper
2017-01-31Updating code base off of code review commentsRyan Hooper
2017-01-31Use OPENSSL_cleanse() to set memory to zero, else use srtp_cleanse()Geir Istad
2017-01-25Report ssrc instead of srtp_stream_t in srtp_event_data_tPascal Bühler
2017-01-18Fixing memory leak found in code reviewRyan Hooper
2017-01-03Fixing issue where RTCP is not encrypted but only authenticated by AES GCMRyan Hooper
2016-12-22Made the Master Keys Dynamic instead of caping them at only 4 master keys. A...Ryan Hooper
2016-12-15Apply MKI Support PatchRyan Hooper
2016-12-13Fix issue #220: No consistency when use some srtp_* functions.bozho
2016-09-14Add "srtp_" namespace prefix to auth functions, function pointer types, and e...Jonathan Lennox
2016-08-12Merge pull request #191 from traud/master_ssrc_debugPaul E. Jones
2016-07-11on debug, output correct endianness of SSRCAlexander Traud
2016-07-05Add a length check before reading packet data.Katriel Cohn-Gordon
2016-01-12Resolve issue 37 by always using BE byte ordering of the RTCP trailer. Note,...jfigus