| Commit message (Expand) | Author | Age | Files | Lines |
* | Update build system: | simon | 2015-06-18 | 1 | -1/+3 |
* | Fix --disable-aes-ni flag which did not disable AES-NI. Reported on | lloyd | 2015-06-03 | 1 | -1/+1 |
* | Add .exe suffix to MinGW and Cygwin binaries also | lloyd | 2015-04-27 | 1 | -1/+2 |
* | Remove the stray binary character making Python3 unhappy, remove | lloyd | 2015-04-12 | 1 | -9/+4 |
* | Add back --debug-mode | lloyd | 2015-04-12 | 1 | -1/+5 |
* | Remove notice loglevel as logging.addLevelName is broken in Python3 | lloyd | 2015-04-12 | 1 | -9/+5 |
* | Add coverage checking with gcov/lcov | lloyd | 2015-04-12 | 1 | -34/+33 |
* | Fix the makefile for JOM | simon | 2015-03-18 | 1 | -1/+2 |
* | Github pull 65, Use Clang on OS X when present | cordney | 2015-03-15 | 1 | -0/+3 |
* | Get the ordering of operations correct in the build. | lloyd | 2015-03-15 | 1 | -273/+232 |
* | Move the amalgamation generation to later in the build process so | lloyd | 2015-03-10 | 1 | -3/+3 |
* | Add option to generate single amalgamation file. | lloyd | 2015-02-28 | 1 | -25/+29 |
* | Split amalagamation into ISA specific objects | lloyd | 2015-02-22 | 1 | -37/+63 |
* | Hide all uses of boost filesystem in fs.cpp. Use readdir as an | lloyd | 2015-02-21 | 1 | -5/+16 |
* | Add new module `ffi` which provides a plain C interface, plus a new | lloyd | 2015-02-16 | 1 | -35/+12 |
* | Mark modules pulling in external deps (zlib, boost, etc) as such, and | lloyd | 2015-02-06 | 1 | -19/+25 |
* | Enable OpenSSL for providing ciphers and hashes again. | lloyd | 2015-02-05 | 1 | -1/+1 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 1 | -2/+2 |
* | Amalgamation fixes | lloyd | 2015-01-23 | 1 | -3/+2 |
* | Fix string formatting | lloyd | 2015-01-12 | 1 | -1/+1 |
* | Fixes for Windows paths. Based on Github pull 41 from cdesjardins | git | 2015-01-11 | 1 | -3/+5 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -2/+2 |
* | Handle malformed info.txt file | lloyd | 2014-12-29 | 1 | -0/+2 |
* | Implement RFC 6979 determinstic signatures for DSA and ECDSA. | lloyd | 2014-12-10 | 1 | -2/+5 |
* | Add --with-everything option | lloyd | 2014-12-06 | 1 | -1/+7 |
* | Add a new Python install script and clean up the makefile templates | lloyd | 2014-11-12 | 1 | -21/+22 |
* | Various small fixes and cleanups, new is_prime util | lloyd | 2014-11-03 | 1 | -2/+1 |
* | Windows/VC build fixes | lloyd | 2014-10-31 | 1 | -12/+13 |
* | Support restricting compiler ISAs to specific architectures. Specifically | lloyd | 2014-05-01 | 1 | -7/+16 |
* | Add --program-suffix option to configure | lloyd | 2014-03-22 | 1 | -6/+10 |
* | Add --destdir option to configure.py | lloyd | 2014-02-13 | 1 | -1/+5 |
* | Ignore editor temp files when looking for sources | lloyd | 2014-02-13 | 1 | -2/+1 |
* | Cleaner abi flag gen | lloyd | 2014-02-09 | 1 | -3/+5 |
* | Fix compiler ABI flags | lloyd | 2014-02-09 | 1 | -1/+1 |
* | If the build compiler doesn't support intrinsics we need, disable the module | lloyd | 2014-01-26 | 1 | -5/+15 |
* | Set -msse2/-maltivec as needed on things that depend on the SIMD wrapper. Bug... | lloyd | 2014-01-24 | 1 | -5/+18 |
* | Fix make clean, removed too much | lloyd | 2014-01-18 | 1 | -0/+5 |
* | Generalize .obj renaming | lloyd | 2014-01-12 | 1 | -2/+11 |
* | Fix dependency checks for intrinsics and runtime Altivec check | lloyd | 2014-01-10 | 1 | -8/+7 |
* | Split up docs into the reference manual, the website, and everything else. | lloyd | 2014-01-10 | 1 | -18/+48 |
* | Move lib into src | lloyd | 2014-01-10 | 1 | -3/+3 |
* | Split up test vectors into per-algo files and app into botan-test for | lloyd | 2014-01-10 | 1 | -10/+19 |
* | Move all object files to subdir | lloyd | 2014-01-07 | 1 | -2/+4 |
* | Finish rename | lloyd | 2014-01-07 | 1 | -3/+3 |
* | Make the shared library an included fragment like python | lloyd | 2014-01-07 | 1 | -3/+13 |
* | Rename test sources | lloyd | 2014-01-07 | 1 | -2/+2 |
* | Move python to src, add to main makefile | lloyd | 2014-01-07 | 1 | -17/+17 |
* | Use same cc flag gen func | lloyd | 2014-01-04 | 1 | -3/+7 |
* | Show debug default in --help output | lloyd | 2014-01-04 | 1 | -1/+1 |
* | Move Sphinx config | lloyd | 2014-01-02 | 1 | -2/+3 |