aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
Commit message (Expand)AuthorAgeFilesLines
* Add ECGDSARené Korthaus2016-04-191-0/+1
* Fixed shared library behaviour on Darwin/OS X.Alastair Houghton2016-04-073-2/+8
* Add proc_walk, egd, Darwin entropy sources to policy.Jack Lloyd2016-03-062-9/+11
* Allow EMSA1 in BSI policyJack Lloyd2016-03-061-1/+1
* Merge GH #446 add --module-policy optionJack Lloyd2016-03-062-0/+276
|\
| * Add option --module-policyJack Lloyd2016-03-062-0/+276
* | Merge GH #373 RDRAND/RDSEED logic changesJack Lloyd2016-03-061-0/+16
|\ \ | |/ |/|
| * review changesDaniel Neus2015-12-211-0/+3
| * RdRand and RdSeed logic changesDaniel Neus2015-12-201-0/+13
* | Merge GH #427 Fix remaining Wshadow warningsJack Lloyd2016-02-202-2/+2
|\ \
| * | Fix remaining Wshadow warnings and enable on gcc and clangRené Korthaus2016-02-182-2/+2
* | | enable noexcept on VS 2015Daniel Neus2016-02-191-1/+1
|/ /
* | Add --with-valgrindJack Lloyd2016-02-131-6/+0
* | Add missing overrides and fix -Wpedantic 'extra ;' warningsJack Lloyd2016-01-171-1/+1
* | Enable -Wpedantic on gcc and clangRené Korthaus2016-01-132-2/+2
* | Get rid of "extra ';'" warnings and force semicolon after macrosSimon Warta2016-01-111-0/+4
* | Merge remote-tracking branch 'remotes/github/master' into noreturnDaniel Neus2016-01-091-2/+2
|\ \
| * | move -Wsuggest-override to maintainer_warning_flagsDaniel Neus2016-01-081-2/+2
| * | add missing overridesDaniel Neus2016-01-081-1/+1
* | | fix BOTAN_NORETURN macroDaniel Neus2016-01-081-1/+1
* | | add BOTAN_NORETURN macro and mark those functions that do not return with itDaniel Neus2016-01-082-1/+17
|/ /
* | Valgrind is not supposed to be enabled in the default buildJack Lloyd2016-01-031-1/+1
* | Use valgrind's memcheck API for checking const time annotationsJack Lloyd2016-01-031-3/+3
* | Use memcpy instead of misaligned pointer casts for reading words.Jack Lloyd2015-12-311-2/+6
* | Add -Wnon-virtual-dtor to GCC buildJack Lloyd2015-12-261-1/+1
* | Merge pull request #378 from neusdan/warning_fixesJack Lloyd2015-12-261-1/+1
|\ \
| * | some trivial compiler/PVS-Studio warning fixesDaniel Neus2015-12-221-1/+1
| |/
* / Fix a few clang warnings. Set clang sanitizer flagsJack Lloyd2015-12-241-0/+1
|/
* Move estimate of RDRAND/RDSEED entropy to build.hJack Lloyd2015-12-191-0/+13
* Merge pull request #370 from neusdan/rdseedJack Lloyd2015-12-196-1/+6
|\
| * add support for Intel RdSeedDaniel Neus2015-12-186-1/+6
* | CLI rewriteJack Lloyd2015-12-195-0/+5
|/
* Rename cmd/app -> cliSimon Warta2015-12-093-25/+25
* Add OS utility headerJack Lloyd2015-12-051-0/+6
* Avoid ever returning 0 from CPUID::cache_line_sizeJack Lloyd2015-12-021-0/+11
* Push the hardcoded entropy estimates up to build.hJack Lloyd2015-11-281-0/+23
* New reseed_with_sources call on RNGsJack Lloyd2015-11-2412-13/+35
* Remove --build-mode and add individual toggles for optimization, debug,Jack Lloyd2015-10-262-2/+2
* Remove the strange conjoining of debug and optimization flags.Jack Lloyd2015-10-2611-50/+44
* Make PKCS #1 and OAEP decoding constant time to avoid oracle attacksJack Lloyd2015-10-161-0/+6
* Merge pull request #298 from tiwoc/arm64Simon Warta2015-10-163-2/+15
|\
| * Adjust gcc.txt to arm32 and arm64 archsDaniel Seither2015-10-151-1/+2
| * Initial support for 64 bit ARMDaniel Seither2015-10-132-1/+13
* | Periodically reinitialize the blinding sequence instead of alwaysJack Lloyd2015-10-151-2/+13
|/
* build system: Add framework support for OS X and iOSDaniel Seither2015-09-251-0/+1
* Prevent users from building static non-amalgamations on MinGW and CygwinSimon Warta2015-09-092-6/+2
* .PHONY must be a rule, not a variableSimon Warta2015-09-091-1/+1
* Move GF(p) side channel countermeasure toggles to build.hJack Lloyd2015-08-281-0/+16
* Add soname_patternSimon Warta2015-08-2414-26/+38
* Add so_link_command for clang debug on darwin and defaultSimon Warta2015-08-141-3/+5