Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | with some modifications by randombit. | ||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -2/+2 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | 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 |
| | | | | | Drop the GNU MP engine. Its implementations were potentially faster in some scenarios but not well protected against side channels. | ||||
* | 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 |
| | | | | | to work around weird MSVC limitations in 32-bit mode, but maybe useful elsewhere someday. Github #11. | ||||
* | 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 |
| | | | | | rather than causing the whole build to fail. Also mark MSVC as supporting intrinsics (except AVX2 which seemingly is not yet supported). Github issue 7. | ||||
* | Set -msse2/-maltivec as needed on things that depend on the SIMD wrapper. ↵ | lloyd | 2014-01-24 | 1 | -5/+18 |
| | | | | Bug 264 | ||||
* | 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 |
| | | | | | | | | | | | 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 | 1 | -3/+3 |
| | |||||
* | Split up test vectors into per-algo files and app into botan-test for | lloyd | 2014-01-10 | 1 | -10/+19 |
| | | | | the tests and botan for everything else. | ||||
* | 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 |
| | | | | | Renamed make target to gmake because I'm pretty sure += and ifdef on variables is gmake specific. | ||||
* | 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 |
| | |||||
* | Cull remaining mostly dubious examples. Also remove readme.txt | lloyd | 2014-01-01 | 1 | -2/+0 |
| | |||||
* | Rename target | lloyd | 2014-01-01 | 1 | -14/+15 |
| | |||||
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -13/+14 |
| | |||||
* | s/check/test/g | lloyd | 2014-01-01 | 1 | -14/+14 |
| | |||||
* | Make Boost easier to disable with minimal feature loss | lloyd | 2013-12-28 | 1 | -1/+1 |
| | |||||
* | Support multiple ISA requirements. Fix CLMUL flag. | lloyd | 2013-12-27 | 1 | -19/+25 |
| | |||||
* | Turn on debug by default on non-release builds | lloyd | 2013-12-25 | 1 | -1/+1 |
| | |||||
* | Use needed -m ABI flags in --via-amalgamation builds | lloyd | 2013-12-21 | 1 | -5/+28 |
| | |||||
* | Clean up makefile output | lloyd | 2013-12-15 | 1 | -3/+3 |
| | |||||
* | Add AVX2 compiler flags for GCC and Clang. Tidy compiler option ordering. | lloyd | 2013-12-14 | 1 | -3/+6 |
| | |||||
* | Fix maintainer mode flags | lloyd | 2013-12-14 | 1 | -2/+2 |
| | |||||
* | Use -Werror only when --maintainer-mode is set as warnings will sneak | lloyd | 2013-12-14 | 1 | -4/+6 |
| | | | | | in on platforms/configs I don't test regularly, and that shouldn't break end-user builds. | ||||
* | Add --cc-abi-flags option to configure.py | lloyd | 2013-12-14 | 1 | -10/+12 |
| | |||||
* | Better check | lloyd | 2013-12-02 | 1 | -1/+1 |
| | |||||
* | Add a check on API revisions | lloyd | 2013-12-02 | 1 | -1/+4 |
| | |||||
* | Python 3 fix | lloyd | 2013-12-01 | 1 | -1/+1 |
| | |||||
* | Give everything setting a feature test macro in build.h a version code | lloyd | 2013-11-28 | 1 | -5/+11 |
| | | | | | | so application code can check for the specific API it expects without having to keep track of what versions APIs x,y,z changed. Arbitrarily set all current API versions to 20131128. | ||||
* | Fix file rename in info.txt and add a check for this in configure | lloyd | 2013-11-28 | 1 | -0/+4 |
| |