aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
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
2017-02-23Use same naming conventions for cipher defines and symbols.Pascal Bühler
2017-02-23Have consistent test case names for aes icmPascal Bühler
2017-02-21Remove generic SRTP_AES_ICM and use more specific SRTP_AES_XXX_ICMPascal Bühler
2017-02-21Register each AES variant as separate cipherPascal Bühler
2017-02-21AES 192 is not supported by built in aes modulePascal Bühler
2017-02-17Merge branch 'master' into configure-log-optionsPascal Bühler
2017-02-17Add missing argument to match required signature.Pascal Bühler
2017-02-16srtp_aes_icm_encrypt: Fix from cast to type for *cGeir Istad
2017-02-16srtp_aes_icm_encrypt srtp_aes_icm_ctx_t* to void*Geir Istad
2017-02-16Update aes_icm.cGeir Istad
2017-02-16remove ismacrypt references from codePascal Bühler
2017-02-10Merge branch 'master' into configure-log-optionsPascal Bühler
2017-02-09Merge pull request #238 from itollefsen/autotoolsPascal Bühler
2017-02-02Merge pull request #245 from pabuhler/add-missing-srtp-cipher-dealloc-in-testPascal Bühler
2017-02-02Merge pull request #244 from pabuhler/error-check-timing-testPascal Bühler
2017-02-01Merge pull request #239 from thisisG/issue_157_implement_crypto_burnPascal Bühler
2017-02-01Add missing srtp_cipher_dealloc calls when test fails.Pascal Bühler
2017-02-01Free enc_buf if an error occursPascal Bühler
2017-02-01Merge branch 'master' into autotoolsPascal Bühler
2017-02-01Don't use underscore as leading character in header guards. (#242)Pascal Bühler
2017-01-31Add simple error checking in timing test to avoid false results.Pascal Bühler
2017-01-31Whitespace cleanup.Geir Istad
2017-01-31Use OPENSSL_cleanse() to set memory to zero, else use srtp_cleanse()Geir Istad
2017-01-31Remove unnecessary forward declarations for octet_string_set_to_zeroGeir Istad
2017-01-30Simplify logging of errors and debugPascal Bühler
2017-01-28Merge pull request #209 from mmdriley/boringssl-aes192Paul E. Jones
2017-01-26configure.in/Makefile.in: Whitespace cleanup.Idar Tollefsen
2017-01-25Merge pull request #233 from thisisG/issue_216_srtp_index_guess_may_overflow_...Pascal Bühler
2017-01-25Merge pull request #198 from bryongloden/patch-1Pascal Bühler
2017-01-24crypto/replay/rdbx.c: Return types of type int to int32_tGeir Istad
2016-10-12Add cast to `unsigned int` in call to printfMatthew Riley
2016-09-16Changes for OpenSSL 1.1.0 compatibility.Jonathan Lennox
2016-09-14Restore AES-192 under BoringSSLMatthew Riley
2016-09-14Clean up comments.Jonathan Lennox
2016-09-14Add "srtp_" namespace prefix to auth functions, function pointer types, and e...Jonathan Lennox