aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
Commit message (Expand)AuthorAgeFilesLines
* Fix proc_walk - would always return 0 entropy collected.Jack Lloyd2016-07-181-36/+3
* Address some review comments from @cordneyJack Lloyd2016-07-171-1/+1
* Add Stateful_RNGJack Lloyd2016-07-173-6/+12
* Make the DRBG hash selectable in build.h with BOTAN_AUTO_RNG_DRBG_HASH_FUNCTIONJack Lloyd2016-07-171-0/+1
* Rename policy 'sane' to 'modern' which better reflects intent.Jack Lloyd2016-07-111-29/+36
* Remove egd entropy sources from BSI module policyRené Korthaus2016-07-111-1/+1
* Various fixes with bsi module policyRené Korthaus2016-07-041-0/+12
* Compile shared libraries (too) on FreeBSDLauri Nurmi2016-07-022-0/+6
* Use https:// urls for randombit.net links.Jack Lloyd2016-06-191-3/+3
* Merge GH #487 Remove CVC certificates and EMSA1_BSI signature encodingJack Lloyd2016-06-171-1/+5
|\
| * remove EMSA1_BSI (no longer recommended by BSI)Daniel Neus2016-04-301-1/+5
* | Merge GH #489 Add support probabilistic DSA & ECDSAJack Lloyd2016-06-071-0/+1
|\ \
| * | Add support probabilistic DSA & ECDSARené Korthaus2016-05-081-0/+1
* | | Clean symlinks to shared libraries properlyLauri Nurmi2016-06-071-1/+1
|/ /
* / Turn MSVC warnings to /W4 and enable C4267Jack Lloyd2016-05-062-7/+1
|/
* 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