aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-16Enable libsrtp2 on the device.Andreas Huber
2019-08-20Adds missing config.h file, conveniently hidden by local .gitignore...Andreas Huber
2019-08-20Build libsrtp2 using the Android build system.Andreas Huber
2019-08-20Merge remote-tracking branch 'goog/upstream-master' into importAndreas Huber
2019-08-06Merge pull request #459 from xhaakon/msvc-buildPascal Bühler
2019-08-06support building shared library on windowsPascal Bühler
2019-07-23Add missing symbols to export into srtp.defJakub Adam
2019-07-19Initial empty repositoryInna Palant
2019-07-18Merge pull request #456 from pabuhler/vc2010-supportPascal Bühler
2019-07-12Merge pull request #457 from Sean-Der/masterPascal Bühler
2019-07-11Fix docs crypto_policy_* -> srtp_crypto_policy_*Sean DuBois
2019-07-11if inline is not supported check for __inlinePascal Bühler
2019-07-10remove support for rand_s in testsPascal Bühler
2019-07-10compile some tests with vc2010Pascal Bühler
2019-07-10Add cmake check for inlinePascal Bühler
2019-07-10Merge pull request #455 from pabuhler/cmake-supportPascal Bühler
2019-07-09When using cmake generate config.h into CMAKE_CURRENT_BINARY_DIRPascal Bühler
2019-07-08add missing check for endianness with CMakePascal Buhler
2019-07-08Update cmake to support most of the options available with configurePascal Bühler
2019-07-08add windows build to travis using cmakePascal Bühler
2019-07-04Merge pull request #452 from hbakken/work/reset-cipher-ctx-before-reusePascal Bühler
2019-07-02Use EVP_CIPHER_CTX_cleanup insteadPascal Bühler
2019-07-01Merge pull request #449 from Jopie64/masterPascal Bühler
2019-07-01Merge pull request #442 from guidovranken/fuzzingPascal Bühler
2019-06-27crypto/cipher: Reset the EVP_CIPHER_CTX structure before each testHenrik Grindal Bakken
2019-06-26Merge branch 'master'Pascal Buhler
2019-06-26Add building of fuzzer to travisPascal Bühler
2019-06-26regenerate configurePascal Buhler
2019-06-20Format code based on libSRTP code format guide.Pascal Bühler
2019-06-13Make compilable in C89Johan 't Hart
2019-06-13Add CMake build fileJohan 't Hart
2019-06-11Merge pull request #444 from pabuhler/extend-rtp-decoderPascal Bühler
2019-06-05Merge pull request #447 from pabuhler/rtp_decoder_check_tag_sizePascal Bühler
2019-06-04fix is rtp checkPascal Bühler
2019-06-03rtp_decoder fix checking against tag sizePascal Bühler
2019-05-15extend rtp_decoder to support rtcpPascal Buhler
2019-05-15change ssrc type of rtp_decoder to ssrc_any_inboundPascal Buhler
2019-05-15output counters of rtp_decoderPascal Buhler
2019-05-11Add build instructions to fuzzer README.mdGuido Vranken
2019-05-11Remove LDFLAGS from fuzzer MakefileGuido Vranken
2019-04-29Merge pull request #443 from pabuhler/rtp-decoder-crashPascal Bühler
2019-04-26rtp_decoder avoid crash when no packets foundPascal Bühler
2019-03-28Remove --enable-asan, --enable-ubsan, --enable-code-coverage: compile flags c...Guido Vranken
2019-03-28Remove calls to custom allocatorGuido Vranken
2019-03-28Merge changes from masterGuido Vranken
2019-03-19Merge pull request #440 from pabuhler/rtp-decoder-updatePascal Bühler
2019-03-14add -t to usage summaryPascal Buhler
2019-03-14update debug options to use new srtp log apiPascal Buhler
2019-03-14support AES_CM 192 & 256 with -sPascal Buhler
2019-03-14support -s with AEAD_AES_(128/256)_GCMPascal Buhler