aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2019-08-20Adds missing config.h file, conveniently hidden by local .gitignore...Andreas Huber
2019-08-06support building shared library on windowsPascal Bühler
2019-07-10remove support for rand_s in testsPascal 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-06-27crypto/cipher: Reset the EVP_CIPHER_CTX structure before each testHenrik Grindal Bakken
2019-06-13Make compilable in C89Johan 't Hart
2018-10-22Merge pull request #428 from pabuhler/ci-nss-valgrindPascal Bühler
2018-10-09crypto/cipher/aes_icm_ossl.c: Fixup ASCIIGeir Istad
2018-10-01fix commentPascal Bühler
2018-09-28clean up some old random related thingsPascal Buhler
2018-09-28create single rand func for use in testsPascal Buhler
2018-09-28switch NSS_NoDB_Init() to NSS_InitContext()Pascal Buhler
2018-09-07Merge pull request #423 from pabuhler/travis-nss-buildPascal Bühler
2018-08-22Small changes to FIND_LIBRARIES solution for running testsPascal Buhler
2018-08-14Free already allocated NSS crypto keys when initingNils Ohlmeier
2018-08-06Fix GCM IV loggingNils Ohlmeier
2018-07-27clang-format didn't like this blank lineRichard Barnes
2018-07-27Yet more clang-formatRichard Barnes
2018-07-27More clang-format fixesRichard Barnes
2018-07-27Fix clang-format errorsRichard Barnes
2018-07-27Minor refactors suggested by @martinthomsonRichard Barnes
2018-07-27Clean up library-finding logicRichard Barnes
2018-07-27Enable crypto tests to find their libraries (with a bit of a hack)Richard Barnes
2018-07-27Fix header guardsRichard Barnes
2018-07-27printf cleanupRichard Barnes
2018-07-27Non-shell tests passRichard Barnes
2018-07-27GCM passes crypto testsRichard Barnes
2018-07-27Uniform naming of GCM constructsRichard Barnes
2018-07-27ICM tests now passRichard Barnes
2018-07-27Get tests to run (not yet pass)Richard Barnes
2018-07-27Fix crypto/Makefile.inRichard Barnes
2018-07-27Further consolidationRichard Barnes
2018-07-27Initial ICM implementationRichard Barnes
2018-07-27Initial GCM implementationRichard Barnes
2018-07-27Initial build system changesRichard Barnes
2018-06-01Detect and handle broken "OPENSSL_cleanse".Joachim Bauch
2018-04-09Compatibilty with LibreSSLJonathanS
2018-04-04Merge pull request #403 from pabuhler/set-gcm-iv-directlyPascal Bühler
2018-03-12Merge pull request #404 from pabuhler/add-extern-to-global-variablesPascal Bühler
2018-03-07prevent potential double freePascal Buhler
2018-03-06prefix global debug modules with srtpPascal Buhler
2018-03-06check for NULL value in debug modulePascal Buhler
2018-03-06add extern to global variablesPascal Buhler
2018-02-26Set gcm IV directly with EVP_CipherInit_exPascal Buhler
2017-11-29Return NULL when allocating memory of size zeroPaul E. Jones
2017-11-28bitvector of length zero is not validPascal Buhler
2017-11-18fixed clang formatNils Ohlmeier
2017-11-18moved srtp_debug_module's to new header as wellNils Ohlmeier
2017-11-18removed externs from cipher types headerNils Ohlmeier