aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/buildh.in
Commit message (Expand)AuthorAgeFilesLines
* Refactor RNGs to support Windows PhoneJack Lloyd2017-09-021-7/+6
* Create new fuzzer build modeJack Lloyd2017-08-251-0/+1
* Make template variable misc_config more specificSimon Warta2017-04-181-1/+1
* Use getentropy(2) as random source.Alexander Bluhm2017-03-291-1/+1
* Converge on a single side channel silent ec mp alg: randomizedNever2017-02-221-12/+5
* Remove minor number from header include dirJack Lloyd2017-01-091-1/+1
* remove "timestamp" and "proc_info" from BOTAN_ENTROPY_DEFAULT_SOURCESDaniel Neus2017-01-061-4/+4
* Fix amalgamationJack Lloyd2016-11-271-2/+2
* Add compiler.h macro header extracted from build.hJack Lloyd2016-11-261-176/+40
* Add Cilk/OpenMP supportJack Lloyd2016-11-261-0/+46
* Add BOTAN_WARN_UNUSED_RESULT macroJack Lloyd2016-11-091-0/+6
* Add an in-house EC curve for TLS at compile-timeRené Korthaus2016-11-031-0/+5
* Remove unused values from build.hJack Lloyd2016-11-031-3/+8
* Remove automatic self-testing of public and private keysJack Lloyd2016-11-031-5/+0
* Import fuzzer driversJack Lloyd2016-10-301-0/+2
* Remove HMAC_RNG, X9.31-RNG, BeOS stats, EGD reader, Unix process runnerJack Lloyd2016-10-281-8/+19
* Add ISA annotations to functions using SIMD, AES, etcJack Lloyd2016-10-141-1/+8
* RNG changes (GH #593)Jack Lloyd2016-08-241-6/+4
* Merge GH #586 Remove information from build.h making build non-reproducible. ...Jack Lloyd2016-08-171-2/+2
|\
| * Remove configure extra information from build.hSimon Warta2016-08-161-2/+2
* | Check configured CPU arch against compiler settingSimon Warta2016-08-161-0/+16
|/
* 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-171-4/+11
* Make the DRBG hash selectable in build.h with BOTAN_AUTO_RNG_DRBG_HASH_FUNCTIONJack Lloyd2016-07-171-0/+1
* Turn MSVC warnings to /W4 and enable C4267Jack Lloyd2016-05-061-6/+0
* 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
* | enable noexcept on VS 2015Daniel Neus2016-02-191-1/+1
* | Add --with-valgrindJack Lloyd2016-02-131-6/+0
* | Get rid of "extra ';'" warnings and force semicolon after macrosSimon Warta2016-01-111-0/+4
* | 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-081-0/+16
* | 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
* | some trivial compiler/PVS-Studio warning fixesDaniel Neus2015-12-221-1/+1
|/
* Move estimate of RDRAND/RDSEED entropy to build.hJack Lloyd2015-12-191-0/+13
* add support for Intel RdSeedDaniel Neus2015-12-181-1/+1
* 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-241-2/+35
* Remove --build-mode and add individual toggles for optimization, debug,Jack Lloyd2015-10-261-1/+1
* Remove the strange conjoining of debug and optimization flags.Jack Lloyd2015-10-261-1/+1
* Make PKCS #1 and OAEP decoding constant time to avoid oracle attacksJack Lloyd2015-10-161-0/+6
* Periodically reinitialize the blinding sequence instead of alwaysJack Lloyd2015-10-151-2/+13
* Move GF(p) side channel countermeasure toggles to build.hJack Lloyd2015-08-281-0/+16
* Rename template variable cc -> cxxSimon Warta2015-07-211-2/+1
* Avoid 0-defining BOTAN_USE_GCC_INLINE_ASMsimon2015-05-311-4/+0