aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #191 from webmaster128/test-travis-containersSimon Warta2015-07-125-34/+52
|\
| * Refactor travis configuration for the use of the container infrastructure.Simon Warta2015-07-125-34/+52
|/
* Merge pull request #190 from webmaster128/exit-on-errorSimon Warta2015-07-121-4/+13
|\
| * Exit configure script with return value 1 on errorSimon Warta2015-07-121-4/+13
|/
* Fix fuzzer.cpp to compile even if x509 or tls is disabledJack Lloyd2015-07-111-12/+31
* Merge pull request #189 from webmaster128/minimal-modules-ciSimon Warta2015-07-123-7/+27
|\
| * Compile openssl RSA only when botan/rsa.h is availableSimon Warta2015-07-121-0/+6
| * Add modules all/min to travis matrixSimon Warta2015-07-122-7/+21
|/
* Add an application to the command line providing a fuzzer entry point.Jack Lloyd2015-07-111-0/+122
* Add patch files to gitignoresJack Lloyd2015-07-111-0/+7
* Remove dead code (Boost.Python makefile, unused configure.py functions)Jack Lloyd2015-07-112-39/+0
* Merge pull request #186 from webmaster128/test-make-installSimon Warta2015-07-102-0/+3
|\
| * Test make install in CISimon Warta2015-07-102-0/+3
|/