| Commit message (Expand) | Author | Age | Files | Lines |
* | Split up test vectors into per-algo files and app into botan-test for | lloyd | 2014-01-10 | 146 | -55440/+50148 |
* | Finish rename | lloyd | 2014-01-07 | 9 | -9/+9 |
* | Make the shared library an included fragment like python | lloyd | 2014-01-07 | 5 | -139/+31 |
* | Fix warnings | lloyd | 2014-01-07 | 2 | -1/+2 |
* | Cleanups | lloyd | 2014-01-07 | 6 | -53/+34 |
* | Add option processing to tls_suite_info script | lloyd | 2014-01-07 | 1 | -22/+52 |
* | Rename test sources | lloyd | 2014-01-07 | 31 | -0/+0 |
* | Move command dispatch to apps.cpp | lloyd | 2014-01-07 | 3 | -44/+59 |
* | Move python to src, add to main makefile | lloyd | 2014-01-07 | 31 | -20/+3484 |
* | Call main fns in apps X_main | lloyd | 2014-01-06 | 27 | -24/+27 |
* | Add a script for combining version .rst files | lloyd | 2014-01-06 | 1 | -0/+60 |
* | Move previously common function to only remaining caller's source | lloyd | 2014-01-06 | 3 | -20/+18 |
* | Correct path to lib sources in Doxygen config (bugzilla 259) | lloyd | 2014-01-06 | 1 | -1/+1 |
* | Split up public key tests and data, use new test framework | lloyd | 2014-01-05 | 575 | -6299/+3750 |
* | Make test target selectable | lloyd | 2014-01-04 | 3 | -43/+43 |
* | Don't use -fno-inline-functions for debug as that is enabled in all non-relea... | lloyd | 2014-01-04 | 2 | -2/+2 |
* | Fix sphinx config sys.path | lloyd | 2014-01-02 | 1 | -1/+1 |
* | Move Sphinx config | lloyd | 2014-01-02 | 4 | -0/+313 |
* | Cull remaining mostly dubious examples. Also remove readme.txt | lloyd | 2014-01-01 | 8 | -94/+416 |
* | Move asio tls server | lloyd | 2014-01-01 | 3 | -1/+317 |
* | Moar | lloyd | 2014-01-01 | 6 | -0/+242 |
* | Move base64, bzip, ca, and tls examples | lloyd | 2014-01-01 | 22 | -104/+1367 |
* | Move fpe, read_ssh, self_sig, and add X509 print | lloyd | 2014-01-01 | 6 | -10/+392 |
* | Make tss example a test of sorts | lloyd | 2014-01-01 | 3 | -5/+65 |
* | Move cpuid, factor, asn1 | lloyd | 2014-01-01 | 4 | -3/+495 |
* | Move bcrypt example to run from test app | lloyd | 2014-01-01 | 3 | -1/+48 |
* | Rename target | lloyd | 2014-01-01 | 14 | -39/+39 |
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1458 | -98471/+75448 |
* | Return errors in pubkey tests | lloyd | 2014-01-01 | 3 | -12/+5 |
* | Include <cstdint> in types.h and include uintX_t in namespace, use for our ty... | lloyd | 2014-01-01 | 1 | -23/+12 |
* | De-deprecate AutoSeeded_RNG, too convenient to drop | lloyd | 2014-01-01 | 1 | -5/+0 |
* | s/check/test/g | lloyd | 2014-01-01 | 15 | -41/+46 |
* | Turn on Werror on clang | lloyd | 2014-01-01 | 1 | -0/+1 |
* | Test report is more useful now | lloyd | 2013-12-31 | 1 | -0/+8 |
* | On x86-64, prefer calling cpuid directly vs using cpuid.h | lloyd | 2013-12-31 | 1 | -11/+11 |
* | Make eax_test example (which reads LTC's EAX test file) an actual | lloyd | 2013-12-31 | 1 | -1/+1 |
* | Add PBKDF::derive_key taking vector salt | lloyd | 2013-12-31 | 1 | -0/+34 |
* | Add set_key taking a vector | lloyd | 2013-12-31 | 1 | -0/+6 |
* | Have default EAX tag size match block size | lloyd | 2013-12-31 | 2 | -4/+4 |
* | Set default offset for all cipher mode update/final signatures. | lloyd | 2013-12-31 | 9 | -36/+36 |
* | Add CPUID::print | lloyd | 2013-12-31 | 2 | -0/+29 |
* | Tests | lloyd | 2013-12-31 | 2 | -3/+2 |
* | Remove debug headers | lloyd | 2013-12-30 | 1 | -3/+0 |
* | Cleanup | lloyd | 2013-12-29 | 1 | -13/+13 |
* | Fix running without --write-hash-file | lloyd | 2013-12-29 | 1 | -1/+2 |
* | Make Boost easier to disable with minimal feature loss | lloyd | 2013-12-28 | 5 | -30/+106 |
* | Move clmul to its own file (for abi flags) | lloyd | 2013-12-27 | 5 | -74/+101 |
* | Unused | lloyd | 2013-12-27 | 1 | -7/+0 |
* | Cleanup | lloyd | 2013-12-27 | 2 | -19/+17 |
* | Clean up GCM. Add CLMUL support. | lloyd | 2013-12-27 | 4 | -52/+220 |