aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/include
Commit message (Expand)AuthorAgeFilesLines
* Adds missing config.h file, conveniently hidden by local .gitignore...Andreas Huber2019-08-201-0/+197
* support building shared library on windowsPascal Bühler2019-08-061-3/+3
* Merge pull request #428 from pabuhler/ci-nss-valgrindPascal Bühler2018-10-222-0/+4
|\
| * switch NSS_NoDB_Init() to NSS_InitContext()Pascal Buhler2018-09-282-0/+4
* | create single rand func for use in testsPascal Buhler2018-09-281-0/+62
|/
* Minor refactors suggested by @martinthomsonRichard Barnes2018-07-272-2/+1
* Fix header guardsRichard Barnes2018-07-271-4/+4
* Non-shell tests passRichard Barnes2018-07-272-1/+7
* GCM passes crypto testsRichard Barnes2018-07-271-0/+2
* Uniform naming of GCM constructsRichard Barnes2018-07-271-8/+3
* ICM tests now passRichard Barnes2018-07-271-1/+2
* Further consolidationRichard Barnes2018-07-274-122/+37
* Initial ICM implementationRichard Barnes2018-07-271-0/+61
* Initial GCM implementationRichard Barnes2018-07-271-0/+61
* Initial build system changesRichard Barnes2018-07-271-0/+8
* Compatibilty with LibreSSLJonathanS2018-04-091-1/+1
* prefix global debug modules with srtpPascal Buhler2018-03-061-2/+2
* add extern to global variablesPascal Buhler2018-03-061-15/+15
* moved srtp_debug_module's to new header as wellNils Ohlmeier2017-11-181-0/+18
* removed externs from cipher types headerNils Ohlmeier2017-11-181-8/+8
* moved externs from crypto_kernel into its own headerNils Ohlmeier2017-11-171-0/+63
* Merge pull request #379 from nils-ohlmeier/firefox_fix_compiler_warningsPascal Bühler2017-11-161-10/+10
|\
| * clang formatNils Ohlmeier2017-11-121-8/+8
| * fixed several compiler warnings from Firefox buildsNils Ohlmeier2017-11-121-2/+2
* | Merge pull request #380 from nils-ohlmeier/firefox_added_ifdef_commentsPascal Bühler2017-11-141-6/+6
|\ \
| * | clang formatNils Ohlmeier2017-11-121-1/+1
| * | added comments to fidef's for easier understandingNils Ohlmeier2017-11-121-6/+6
| |/
* / added error in case the platform is not detectedNils Ohlmeier2017-11-121-0/+2
|/
* change srtp_crypto_alloc to initialize memory to zeroPascal Bühler2017-10-121-0/+14
* clang-format crypto/include/*Pascal Bühler2017-09-2518-518/+472
* Merge pull request #289 from ulfolsson/set_and_get_rocPascal Bühler2017-05-021-1/+19
|\
| * Moved pending_roc to the srtp_stream_ctx_t structUlf Olsson2017-04-251-1/+0
| * Code refactoringUlf Olsson2017-04-061-2/+20
| * Added support for set and get the roll-over-counterUlf Olsson2017-04-031-0/+1
* | Use const char * for srtp_set_debug_module()Pascal Bühler2017-04-121-1/+1
|/
* Add strict-prototypes warning if supported.Pascal Bühler2017-03-291-1/+1
* Bump copyright yearGeir Istad2017-03-2720-20/+20
* Move SRTP_AES_XX_LEN defines into srtp.hPascal Bühler2017-03-131-8/+0
* Merge pull request #253 from pabuhler/cipher-type-cleanup-for-aesPascal Bühler2017-03-071-18/+18
|\
| * Use same naming conventions for cipher defines and symbols.Pascal Bühler2017-02-231-5/+5
| * Remove generic SRTP_AES_ICM and use more specific SRTP_AES_XXX_ICMPascal Bühler2017-02-211-14/+14
* | Merge pull request #263 from thisisG/cleaning_up_remove_duplicatesPascal Bühler2017-03-062-283/+0
|\ \
| * | crypto_math.h: Removed this fileGeir Istad2017-03-031-61/+0
| * | crypto_math.h: Removed unused forward declarationsGeir Istad2017-03-031-67/+0
| * | crypto_math.h: Remove duplicate forward declarationGeir Istad2017-03-031-6/+0
| * | crypto_math.h: Removed duplicate forward declarationGeir Istad2017-03-031-8/+0
| * | crypto_math.h: Removed duplicated informationGeir Istad2017-03-031-52/+0
| * | crypto_math.h: Make include guards less genericGeir Istad2017-03-031-4/+4
| * | crypto_math.h/datatypes.h: Removed unused macrosGeir Istad2017-03-032-89/+0
| |/
* / Add log handler api to receive log messages from libSRTPPascal Bühler2017-02-241-0/+4
|/