aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2017-10-19Replace calls to free() with srtp_crypto_free()Paul E. Jones
2017-10-12change srtp_crypto_alloc to initialize memory to zeroPascal Bühler
2017-09-29clang-format remaining filesPascal Bühler
2017-09-29Merge pull request #353 from pabuhler/clang-format-11Pascal Bühler
2017-09-29Merge pull request #352 from pabuhler/clang-format-10Pascal Bühler
2017-09-28fix up wrapped commentPascal Bühler
2017-09-27clang-format crypto/math/*Pascal Bühler
2017-09-27Merge pull request #351 from thisisG/format_crypto_kernel_key_cPascal Bühler
2017-09-27Merge pull request #350 from thisisG/format_crypto_kernel_err_cPascal Bühler
2017-09-27Merge pull request #349 from thisisG/crypto_kernel_crypto_kernel_cPascal Bühler
2017-09-27clang-format crypto/test/*Pascal Bühler
2017-09-27crypto/kernel/key.c: Apply clang-formatGeir Istad
2017-09-27crypto/kernel/err.c: Apply clang-formatGeir Istad
2017-09-27crypto/kernel/crypto_kernel.c: Apply clang-formatGeir Istad
2017-09-27crypto/kernel/alloc.c: Apply clang-formatGeir Istad
2017-09-25clang-format crypto/include/*Pascal Bühler
2017-09-22Merge pull request #335 from pabuhler/clang-format-7Pascal Bühler
2017-09-22update the comment to have correct func namePascal Bühler
2017-09-20clang-format crypto/hash/*Pascal Bühler
2017-09-18clang-format crypto/replay/*Pascal Bühler
2017-09-15clang-format aes.cPascal Bühler
2017-09-13clang-format cipher.cPascal Bühler
2017-09-13clang-format aes_icm_xxx.c (#331)Pascal Bühler
2017-09-08clang-format aes_gcm_ossl.cPascal Bühler
2017-09-08clang-format null_cipher.cPascal Bühler
2017-05-02Merge pull request #289 from ulfolsson/set_and_get_rocPascal Bühler
2017-04-25Moved pending_roc to the srtp_stream_ctx_t structUlf Olsson
2017-04-24Fix incorrect result of rdb_increment on overflowAndrey Semashev
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-29Add strict-prototypes warning if supported.Pascal Bühler
2017-03-27Merge remote-tracking branch 'cisco/master' into dead_codeGeir Istad
2017-03-27Bump copyright yearGeir Istad
2017-03-27crypto/test/auth_driver.c: Removed this fileGeir 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-07Merge pull request #253 from pabuhler/cipher-type-cleanup-for-aesPascal Bühler
2017-03-06crypto/kernel/err.c: Include datatypes.hGeir Istad
2017-03-06Merge pull request #263 from thisisG/cleaning_up_remove_duplicatesPascal Bühler
2017-03-06Clean the temp message buffer as it could contain secretsPascal Bühler
2017-03-03crypto_math.h: Removed this fileGeir Istad
2017-03-03crypto_math.h: Removed unused forward declarationsGeir Istad
2017-03-03crypto_math.h: Remove duplicate forward declarationGeir Istad
2017-03-03crypto_math.h: Removed duplicate forward declarationGeir Istad
2017-03-03crypto_math.h: Removed duplicated informationGeir Istad
2017-03-03crypto_math.h: Make include guards less genericGeir Istad
2017-03-03crypto_math.h/datatypes.h: Removed unused macrosGeir Istad
2017-03-01Fix warnings.Pascal Bühler
2017-02-24Add log handler api to receive log messages from libSRTPPascal Bühler