aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/buildh.in
Commit message (Expand)AuthorAgeFilesLines
* Make tests pass by default in UBSAN modeMatthias Gierlings2018-04-061-0/+4
* Remove PROV_TYPE from build.hJack Lloyd2018-03-141-9/+6
* Add a facility for debug-mode assertionsJack Lloyd2018-03-141-0/+4
* Add mixed (J+A) point addition, new scalar mul for base pointsJack Lloyd2018-03-081-6/+0
* Merge GH #1448 Support custom curves in TLS handshakeJack Lloyd2018-02-191-4/+0
|\
| * Remove house curve supportJack Lloyd2018-02-131-4/+0
* | Of course they are public member variables, not functions ...Jack Lloyd2018-02-131-3/+3
* | Add BOTAN_DEPRECATED_PUBLIC_MEMBER_FUNCTIONSJack Lloyd2018-02-131-0/+10
|/
* Merge GH #1378 Use OS feature flags instead of OS name for enabling system sp...Jack Lloyd2018-01-091-3/+0
|\
| * Test OS features by the feature vs the OS nameJack Lloyd2017-12-301-3/+0
* | Remove CPU specific optimization flagsJack Lloyd2018-01-081-1/+1
|/
* Remove BOTAN_FORCE_SEMICOLON macroJack Lloyd2017-12-301-4/+0
* Finish with the CPU feature macrosJack Lloyd2017-12-111-2/+2
* Further cleanup of macro generation in build.hJack Lloyd2017-12-111-5/+28
* More simplificationsJack Lloyd2017-12-111-3/+3
* Clean up macro generationJack Lloyd2017-12-111-7/+23
* Add compiler language flags in build.h header [ci skip]Jack Lloyd2017-12-111-1/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Reflect -fstack-protector and related flags in `botan config ldflags`Jack Lloyd2017-09-191-0/+1
* 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