aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Add build instructions to fuzzer README.mdGuido Vranken2019-05-111-0/+9
| | | * Remove LDFLAGS from fuzzer MakefileGuido Vranken2019-05-111-2/+2
| | | * Remove --enable-asan, --enable-ubsan, --enable-code-coverage: compile flags c...Guido Vranken2019-03-281-40/+0
| | | * Remove calls to custom allocatorGuido Vranken2019-03-281-4/+2
| | | * Merge changes from masterGuido Vranken2019-03-282-29/+170
| | | * Use CXXFLAGSGuido Vranken2019-02-242-2/+3
| | | * libFuzzer.a -> $(LIBFUZZER)Guido Vranken2019-02-241-1/+1
| | | * Makefile: fix cleanGuido Vranken2019-02-241-1/+1
| | | * Merge branch 'master' into fuzzingGuido Vranken2019-02-2420-109/+489
| | | |\ | | | |/ | | |/|
| | * | Merge pull request #433 from pabuhler/osx-ci-updatePascal Bühler2018-10-231-5/+14
| | |\ \
| | | * | add osx openssl build to ciPascal Buhler2018-10-231-1/+12
| | | * | use default osx version on ci buildsPascal Buhler2018-10-221-4/+2
| | |/ /
| | * | Merge pull request #428 from pabuhler/ci-nss-valgrindPascal Bühler2018-10-225-29/+48
| | |\ \
| | | * | switch NSS_NoDB_Init() to NSS_InitContext()Pascal Buhler2018-09-284-6/+35
| | | * | enable valgrind on nss ci buildsPascal Buhler2018-09-281-23/+13
| | * | | Merge pull request #430 from thisisG/fixup_ascii_artPascal Bühler2018-10-091-3/+3
| | |\ \ \
| | | * | | crypto/cipher/aes_icm_ossl.c: Fixup ASCIIGeir Istad2018-10-091-3/+3
| | |/ / /
| | * | | Merge pull request #429 from pabuhler/rand-for-test-onlyPascal Bühler2018-10-019-43/+102
| | |\ \ \ | | | |/ / | | |/| |
| | | * | fix commentPascal Bühler2018-10-011-1/+1
| | | * | clean up some old random related thingsPascal Buhler2018-09-282-8/+0
| | | * | create single rand func for use in testsPascal Buhler2018-09-288-35/+102
| | |/ /
| | * | Merge pull request #423 from pabuhler/travis-nss-buildPascal Bühler2018-09-075-30/+313
| | |\ \
| | | * | Add AC_CHECK_* for nss when not using pkg-configPascal Buhler2018-09-062-2/+126
| | | * | support system NSS packagesPascal Buhler2018-08-233-35/+144
| | | * | Small changes to FIND_LIBRARIES solution for running testsPascal Buhler2018-08-222-16/+21
| | | * | Add nss osx build to travisPascal Buhler2018-08-071-0/+20
| | | * | Add nss linux build to travisPascal Buhler2018-08-071-0/+25
| | * | | Merge pull request #425 from nils-ohlmeier/fix_nss_mem_leakPascal Bühler2018-08-212-0/+10
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Free already allocated NSS crypto keys when initingNils Ohlmeier2018-08-142-0/+10
| | |/ /
| | * | Merge pull request #421 from nils-ohlmeier/fix_gcm_loggingPascal Bühler2018-08-072-2/+2
| | |\ \
| | | * | Fix GCM IV loggingNils Ohlmeier2018-08-062-2/+2
| | |/ /
| | | * Merge branch 'master' into fuzzingGuido Vranken2018-07-3130-185/+1690
| | | |\ | | | |/ | | |/|
| | * | Merge pull request #413 from bifurcation/nssCullen Jennings2018-07-3021-133/+1462
| | |\ \
| | | * | clang-format didn't like this blank lineRichard Barnes2018-07-271-1/+0
| | | * | Yet more clang-formatRichard Barnes2018-07-272-3/+3
| | | * | More clang-format fixesRichard Barnes2018-07-272-11/+12
| | | * | Improve library finding in rtpw testsRichard Barnes2018-07-272-14/+24
| | | * | Enable building on LinuxRichard Barnes2018-07-272-19/+7
| | | * | Fix clang-format errorsRichard Barnes2018-07-274-41/+44
| | | * | Minor refactors suggested by @martinthomsonRichard Barnes2018-07-277-40/+35
| | | * | Clean up library-finding logicRichard Barnes2018-07-272-3/+31
| | | * | Enable crypto tests to find their libraries (with a bit of a hack)Richard Barnes2018-07-271-8/+11
| | | * | Fix header guardsRichard Barnes2018-07-271-4/+4
| | | * | Remove spurious #errorRichard Barnes2018-07-271-1/+0
| | | * | printf cleanupRichard Barnes2018-07-274-19/+4
| | | * | All tests pass (with some hacks)Richard Barnes2018-07-273-15/+15
| | | * | Non-shell tests passRichard Barnes2018-07-2710-62/+146
| | | * | GCM passes crypto testsRichard Barnes2018-07-275-24/+37
| | | * | Uniform naming of GCM constructsRichard Barnes2018-07-276-39/+34
| | | * | ICM tests now passRichard Barnes2018-07-273-27/+43