aboutsummaryrefslogtreecommitdiff
path: root/srtp
AgeCommit message (Expand)Author
2019-08-06support building shared library on windowsPascal Bühler
2019-06-13Make compilable in C89Johan 't Hart
2018-07-27Minor refactors suggested by @martinthomsonRichard Barnes
2018-07-27Remove spurious #errorRichard Barnes
2018-07-27Non-shell tests passRichard Barnes
2018-07-27Get tests to run (not yet pass)Richard Barnes
2018-07-27Further consolidationRichard Barnes
2018-06-21srtp.c: Fixes unaligned trailer accessIdar Tollefsen
2018-03-12Conform to clang-format in srtp_get_session_keysMartin Vopatek
2018-03-07Fix unprotect when pktlen < (2*mki_size + tag_len)Martin Vopatek
2018-02-15Merge pull request #398 from pabuhler/memory-access-fixesPascal Bühler
2018-02-09Validate mki index when looking up keysPascal Buhler
2018-02-09Ensure returned trailer length is sufficientPascal Buhler
2018-02-09Remove needless check of session_keysPascal Buhler
2018-02-09Prevent OOB access of stream_template->session_keysPascal Buhler
2018-02-07remove srtp_stream_free use srtp_stream_dealloc insteadPascal Buhler
2018-02-07Fix memory access issue in srtp_get_session_keys()marcus
2018-01-26Don't access OOB in stream->session_keysPascal Buhler
2018-01-26Dont free unallocated session_keysPascal Buhler
2017-11-14adressed pabuhler's review commentsNils Ohlmeier
2017-11-12clang formatNils Ohlmeier
2017-11-12fixed several compiler warnings from Firefox buildsNils Ohlmeier
2017-10-12change srtp_crypto_alloc to initialize memory to zeroPascal Bühler
2017-09-29clang-format remaining filesPascal Bühler
2017-09-27Ensure stream is freed if cloning failsPascal Bühler
2017-09-26fix potential memleak in srtp_add_stream()Pascal Bühler
2017-07-07srtp/srtp.c: Applied clang-format to fileGeir Istad
2017-06-07Silence "potentially uninitialized" compiler warning.Pascal Bühler
2017-05-29srtp.c: Save the ROC and sequence number before usageUlf Olsson
2017-05-14srtp.c/srtp_priv.h: Fix for big endian machinesGeir Istad
2017-05-02Merge pull request #289 from ulfolsson/set_and_get_rocPascal Bühler
2017-04-26srtp: One return statement too muchUlf Olsson
2017-04-26srtp.c: Added the index check that was accidentally removedUlf Olsson
2017-04-25Moved pending_roc to the srtp_stream_ctx_t structUlf Olsson
2017-04-19srtp.c: Added support to set the ROC before encryptingUlf Olsson
2017-04-12Use const char * for srtp_set_debug_module()Pascal Bühler
2017-04-06Code refactoringUlf Olsson
2017-04-03Added support for set and get the roll-over-counterUlf Olsson
2017-03-31Zeroize temporary buffer before returning in error case.Joachim Bauch
2017-03-31Explicitly check for GCM ciphers when padding short salts.Joachim Bauch
2017-03-30Fix OOB read in key generation for encrypted headers with GCM ciphers.Joachim Bauch
2017-03-27Merge pull request #276 from thisisG/docs_refs_no_mergePascal Bühler
2017-03-27Bump copyright yearGeir Istad
2017-03-22srtp.c: Remove naming of RFC to avoid confusionGeir Istad
2017-03-21srtp.c: Unencrypted RTCP reference from draft -> RFC 7714Geir Istad
2017-03-21srtp.c: Reference draft-ietf-avt-big-aes-03.txt -> RFC 6188Geir Istad
2017-03-21srtp.c: Update reference for default policiesGeir Istad
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