aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve calendar_point unit testsSimon Warta2015-07-271-5/+36
* Avoid 0 as nullpointer warning on MinGWSimon Warta2015-07-271-1/+1
* Merge pull request #228 from webmaster128/bigint-docsSimon Warta2015-07-271-5/+5
|\
| * Fix random_prime() indent in BigInt docsSimon Warta2015-07-271-5/+5
|/
* Merge pull request #224 from webmaster128/remove-python-2.6Simon Warta2015-07-271-15/+11
|\
| * Update configure.pySimon Warta2015-07-261-15/+11
|/
* Put TLS heartbeat on notice. GH #187Jack Lloyd2015-07-251-0/+4
* Remove the configure.py logic for handling bare asm. GH #216Jack Lloyd2015-07-251-25/+2
* Remove the x86 asm versions of MD4, MD5, SHA-1 and SerpentJack Lloyd2015-07-2525-2223/+7
* Merge pull request #223 from webmaster128/spellingSimon Warta2015-07-2522-55/+55
|\
| * Fix typosSimon Warta2015-07-2422-55/+55
|/
* Merge pull request #221 from webmaster128/bitintSimon Warta2015-07-244-19/+222
|\
| * Fix BigInt random_integer() distribution issue.Simon Warta2015-07-244-10/+128
| * Refactor BigIntSimon Warta2015-07-244-9/+94
|/
* Better living through macrosJack Lloyd2015-07-241-30/+32
* BigInt::to_u32bit failed on 32-bit integers. GH #220Jack Lloyd2015-07-233-2/+51
* Merge pull request #218 from webmaster128/module-not-foundSimon Warta2015-07-231-2/+2
|\
| * Make 'module not found' an errorSimon Warta2015-07-231-2/+2
|/
* Merge pull request #214 from webmaster128/shellcheckSimon Warta2015-07-226-15/+20
|\
| * Use shellcheck where possibleSimon Warta2015-07-226-15/+20
|/
* Merge pull request #215 from webmaster128/extra-semicolonSimon Warta2015-07-224-5/+6
|\
| * Silence some extra ';' warningsSimon Warta2015-07-224-5/+6
|/
* Merge pull request #164 from webmaster128/repair-debug-configSimon Warta2015-07-2114-99/+177
|\
| * Rename so_link_flags to so_link_commandsSimon Warta2015-07-2110-34/+34
| * Add binary_link_command; Use compiler configs to set RPATH on LinuxSimon Warta2015-07-214-17/+52
| * Update Windows linkingSimon Warta2015-07-211-6/+13
| * Add debug linker for GCCSimon Warta2015-07-211-1/+2
| * Check for so_link_command existence in compiler settingsSimon Warta2015-07-211-1/+3
| * Merge compile_option into CXX_FLAGSSimon Warta2015-07-2110-27/+19
| * msvc fixesSimon Warta2015-07-211-5/+13
| * Have a $(LINKER) variableSimon Warta2015-07-213-9/+20
| * Rename template variable cc -> cxxSimon Warta2015-07-213-4/+3
| * Use -O0 (no optimization) in GCC debug compile flagsSimon Warta2015-07-211-2/+2
| * Adjust MSVC compile flagsSimon Warta2015-07-212-3/+3
| * Make release/debug versions for: compile_flags, lib_opt_flags and app_opt_flagsSimon Warta2015-07-2110-42/+65
|/
* Merge pull request #212 from webmaster128/gen-amalgamation-doesnt-build-via-a...Simon Warta2015-07-191-1/+1
|\
| * Tie static build check to --via-amalgamation, not --gen-amalgamationSimon Warta2015-07-191-1/+1
|/
* Merge pull request #209 from webmaster128/ignore-pycSimon Warta2015-07-181-0/+2
|\
| * Ignore *.pycSimon Warta2015-07-181-0/+2
|/
* Add tests for RSA, ECDSA, and ECDH interfaces in FFI moduleJack Lloyd2015-07-181-36/+210
* Timing ratio is too tight for CI VMsJack Lloyd2015-07-181-1/+1
* Include build.h before doing a macro check; was causing tests to be skippedJack Lloyd2015-07-181-0/+2
* Add tests for some of the C89 interface.Jack Lloyd2015-07-182-1/+174
* Send Travis notifications to botan-commits mailing listJack Lloyd2015-07-171-1/+1
* Merge pull request #203 from tiwoc/androidSimon Warta2015-07-1723-6/+34
|\
| * Add Android OSDaniel Seither2015-07-1711-0/+21
| * Add OS feature getsidDaniel Seither2015-07-1712-0/+13
| * Remove references to removed tru64 OSDaniel Seither2015-07-176-6/+0
|/
* Merge pull request #204 from webmaster128/read-crt-as-binarySimon Warta2015-07-171-1/+1
|\
| * Read .crt files in tests as binary filesSimon Warta2015-07-171-1/+1
|/