Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix dependency checks for intrinsics and runtime Altivec check | lloyd | 2014-01-10 | 1 | -1/+1 |
| | |||||
* | Split up docs into the reference manual, the website, and everything else. | lloyd | 2014-01-10 | 46 | -157/+236 |
| | | | | | | | | | | | Add `website` target to makefile. Some progress towards fixing minimized builds. TLS now hard requires ECDSA and GCM since otherwise a minimized build has only insecure options. Remove boost_thread dependency in command line tool | ||||
* | Move lib into src | lloyd | 2014-01-10 | 860 | -0/+95009 |
| | |||||
* | Remove test in clean target | lloyd | 2014-01-10 | 2 | -2/+2 |
| | |||||
* | Split up test vectors into per-algo files and app into botan-test for | lloyd | 2014-01-10 | 146 | -55440/+50148 |
| | | | | the tests and botan for everything else. | ||||
* | 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 |
| | | | | | Renamed make target to gmake because I'm pretty sure += and ifdef on variables is gmake specific. | ||||
* | 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 ↵ | lloyd | 2014-01-04 | 2 | -2/+2 |
| | | | | non-release builds now | ||||
* | 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 ↵ | lloyd | 2014-01-01 | 1 | -23/+12 |
| | | | | typedefs | ||||
* | 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 |
| | | | | | test. Update to new AEAD api. Currently requires boost_regex (for tests only), done via hardcoding in makefile template. | ||||
* | 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 |
| |