aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|/
* Merge pull request #201 from webmaster128/fsSimon Warta2015-07-169-120/+185
|\
| * Add MSVC stl filesystem implementationSimon Warta2015-07-163-3/+32
| * Refactor internal/filesystem.hSimon Warta2015-07-167-56/+92
|/
* Add missing include <string> in calendar.hSimon Warta2015-07-161-0/+1
* Merge pull request #200 from webmaster128/time-testSimon Warta2015-07-164-31/+87
|\
| * Fix time range issue for 32 bit platformsSimon Warta2015-07-164-31/+87
|/
* Describe release schedule for 1.11Jack Lloyd2015-07-161-0/+2
* Merge pull request #197 from webmaster128/documentationSimon Warta2015-07-152-30/+25
|\
| * Update building documentationSimon Warta2015-07-151-26/+24
| * Use slim Kullo CI badgeSimon Warta2015-07-151-4/+1
|/
* Merge pull request #196 from tiwoc/force-semicolonsSimon Warta2015-07-154-7/+13
|\
| * Remove semicolons at the end of macrosDaniel Seither2015-07-151-3/+3
| * Add missing semicolonsDaniel Seither2015-07-152-2/+2
| * Force semicolons at the end of BOTAN_REGISTER_* macro invocationsDaniel Seither2015-07-151-2/+8
|/
* Merge pull request #179 from webmaster128/catchy-testsSimon Warta2015-07-1518-30/+9951
|\
| * Construct X509_Time from date integers in test x509Simon Warta2015-07-151-6/+12
| * Fix round_upSimon Warta2015-07-1510-20/+152
| * Add tests: x509 (deactivated), cvcSimon Warta2015-07-152-0/+89
| * Make internal headers available for tests (amalgamation)Simon Warta2015-07-151-4/+3
| * Add test: stl_util; Add empty test: utilsSimon Warta2015-07-152-0/+28
| * Add initial catchy test: base64Simon Warta2015-07-153-0/+9667
|/
* Merge pull request #194 from webmaster128/test-reportingSimon Warta2015-07-1523-49/+60
|\
| * Have an outdata dir for testsSimon Warta2015-07-154-6/+11
| * Fix TEST_DATA_DIRSimon Warta2015-07-1520-40/+38
| * Check if there are test vector files in a given test dirSimon Warta2015-07-151-2/+8
| * Improve test reportingSimon Warta2015-07-152-7/+9
|/
* Merge pull request #192 from webmaster128/force-amalgamationSimon Warta2015-07-131-0/+4
|\
| * Force amalgamation in static buildSimon Warta2015-07-131-0/+4
|/
* Set CXX path to g++ 4.8 for coverity scanSimon Warta2015-07-121-1/+1