aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/buildh.in
Commit message (Expand)AuthorAgeFilesLines
* New Memory_Pool implementationJack Lloyd2019-01-041-7/+0
* Improve PBKDF self-tuningJack Lloyd2018-12-291-0/+6
* Remove attempting to use /dev/srandomJack Lloyd2018-09-201-1/+1
* Remove Darwin SecRandomCopyBytesJack Lloyd2018-09-041-2/+2
* Set a macro when optimizing for sizeJack Lloyd2018-07-131-0/+4
* Remove build time toggle for ECC coordinate maskingJack Lloyd2018-06-201-7/+0
* Unroll bigint_monty_redc for various sizesJack Lloyd2018-06-111-1/+1
* Add an explicit test mode buildJack Lloyd2018-04-141-2/+2
* Codecov - cover MT code in XMSS_PrivateKeyMatthias Gierlings2018-04-121-0/+4
* 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