| Commit message (Expand) | Author | Age | Files | Lines |
* | msvc fixes | Simon Warta | 2015-07-21 | 1 | -5/+13 |
* | Have a $(LINKER) variable | Simon Warta | 2015-07-21 | 2 | -1/+4 |
* | Rename template variable cc -> cxx | Simon Warta | 2015-07-21 | 2 | -3/+2 |
* | Use -O0 (no optimization) in GCC debug compile flags | Simon Warta | 2015-07-21 | 1 | -2/+2 |
* | Adjust MSVC compile flags | Simon Warta | 2015-07-21 | 2 | -3/+3 |
* | Make release/debug versions for: compile_flags, lib_opt_flags and app_opt_flags | Simon Warta | 2015-07-21 | 9 | -32/+44 |
* | Add tests for RSA, ECDSA, and ECDH interfaces in FFI module | Jack Lloyd | 2015-07-18 | 1 | -36/+210 |
* | Timing ratio is too tight for CI VMs | Jack Lloyd | 2015-07-18 | 1 | -1/+1 |
* | Include build.h before doing a macro check; was causing tests to be skipped | Jack Lloyd | 2015-07-18 | 1 | -0/+2 |
* | Add tests for some of the C89 interface. | Jack Lloyd | 2015-07-18 | 2 | -1/+174 |
* | Add Android OS | Daniel Seither | 2015-07-17 | 11 | -0/+21 |
* | Add OS feature getsid | Daniel Seither | 2015-07-17 | 12 | -0/+13 |
* | Remove references to removed tru64 OS | Daniel Seither | 2015-07-17 | 6 | -6/+0 |
* | Read .crt files in tests as binary files | Simon Warta | 2015-07-17 | 1 | -1/+1 |
* | Add MSVC stl filesystem implementation | Simon Warta | 2015-07-16 | 3 | -3/+32 |
* | Refactor internal/filesystem.h | Simon Warta | 2015-07-16 | 7 | -56/+92 |
* | Add missing include <string> in calendar.h | Simon Warta | 2015-07-16 | 1 | -0/+1 |
* | Fix time range issue for 32 bit platforms | Simon Warta | 2015-07-16 | 4 | -31/+87 |
* | Remove semicolons at the end of macros | Daniel Seither | 2015-07-15 | 1 | -3/+3 |
* | Add missing semicolons | Daniel Seither | 2015-07-15 | 2 | -2/+2 |
* | Force semicolons at the end of BOTAN_REGISTER_* macro invocations | Daniel Seither | 2015-07-15 | 1 | -2/+8 |
* | Construct X509_Time from date integers in test x509 | Simon Warta | 2015-07-15 | 1 | -6/+12 |
* | Fix round_up | Simon Warta | 2015-07-15 | 10 | -20/+152 |
* | Add tests: x509 (deactivated), cvc | Simon Warta | 2015-07-15 | 2 | -0/+89 |
* | Add test: stl_util; Add empty test: utils | Simon Warta | 2015-07-15 | 2 | -0/+28 |
* | Add initial catchy test: base64 | Simon Warta | 2015-07-15 | 3 | -0/+9667 |
* | Have an outdata dir for tests | Simon Warta | 2015-07-15 | 3 | -6/+8 |
* | Fix TEST_DATA_DIR | Simon Warta | 2015-07-15 | 20 | -40/+38 |
* | Check if there are test vector files in a given test dir | Simon Warta | 2015-07-15 | 1 | -2/+8 |
* | Improve test reporting | Simon Warta | 2015-07-15 | 2 | -7/+9 |
* | Refactor travis configuration for the use of the container infrastructure. | Simon Warta | 2015-07-12 | 4 | -31/+37 |
* | Fix fuzzer.cpp to compile even if x509 or tls is disabled | Jack Lloyd | 2015-07-11 | 1 | -12/+31 |
* | Compile openssl RSA only when botan/rsa.h is available | Simon Warta | 2015-07-12 | 1 | -0/+6 |
* | Add modules all/min to travis matrix | Simon Warta | 2015-07-12 | 1 | -1/+8 |
* | Add an application to the command line providing a fuzzer entry point. | Jack Lloyd | 2015-07-11 | 1 | -0/+122 |
* | Remove dead code (Boost.Python makefile, unused configure.py functions) | Jack Lloyd | 2015-07-11 | 1 | -26/+0 |
* | Test make install in CI | Simon Warta | 2015-07-10 | 2 | -0/+3 |
* | Remove combine_relnotes references in install script | Chris Desjardins | 2015-07-10 | 1 | -7/+1 |
* | Assume that $COVERALLS_REPO_TOKEN might not be set (e.g. pull requests) | Simon Warta | 2015-07-09 | 1 | -1/+2 |
* | Don't put pointers into vector iterator constructor in make_bcrypt | Simon Warta | 2015-07-09 | 1 | -2/+2 |
* | Fix module combi: adler32,tss | Simon Warta | 2015-07-08 | 2 | -0/+3 |
* | Fix module combi: adler32,threefish_avx2 | Simon Warta | 2015-07-08 | 1 | -0/+4 |
* | Fix module combi: adler32,siv | Simon Warta | 2015-07-08 | 2 | -1/+6 |
* | Fix module combi: adler32,openpgp | Simon Warta | 2015-07-08 | 1 | -0/+1 |
* | Fix module combi: adler32,mce | Simon Warta | 2015-07-08 | 3 | -17/+26 |
* | Fix module combi: adler32,ffi | Simon Warta | 2015-07-08 | 1 | -0/+2 |
* | Fix module combi: adler32,eme_raw | Simon Warta | 2015-07-08 | 1 | -2/+0 |
* | Fix module combi: adler32,eme_oaep | Simon Warta | 2015-07-08 | 5 | -3/+2 |
* | Fix compilation by Clang with _LIBCPP_DEBUG | LSK | 2015-07-08 | 1 | -4/+4 |
* | Fix to_string for BER_Object when debug STL is used | Simon Warta | 2015-07-07 | 2 | -2/+9 |