Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make Botan compile when only some modules are enabled | Simon Warta | 2015-07-03 | 54 | -198/+463 |
| | | | | Fixes #146. | ||||
* | Merge pull request #161 from webmaster128/stylistic-updates | Simon Warta | 2015-07-03 | 6 | -29/+19 |
|\ | | | | | Stylistic updates | ||||
| * | Avoid DEBUG define; Use NDEBUG if necessary | Simon Warta | 2015-07-03 | 1 | -3/+1 |
| | | |||||
| * | s/auto/size_t/ | Simon Warta | 2015-07-03 | 2 | -2/+2 |
| | | |||||
| * | Rename variable with_shared_lib -> build_shared_lib | Simon Warta | 2015-07-03 | 2 | -2/+2 |
| | | |||||
| * | Use <cstdint>; Remove unused namespace Botan_types | Simon Warta | 2015-07-03 | 1 | -22/+14 |
|/ | |||||
* | Remove remaining Sphinx doc references from news.rst | Jack Lloyd | 2015-07-02 | 1 | -35/+32 |
| | |||||
* | Combine all release notes into a single file, just easier to read. | Jack Lloyd | 2015-07-02 | 189 | -3581/+3223 |
| | | | | | | | | | Which when you think about it is the main criteria on which to judge release notes, right? No text changes beyond removing Sphinx interdoc links and the :pr: extlinks to Bugzilla. Remove combine_relnotes.py as this was its last run. The setup for the website is very broken as a result of this change, that comes next. | ||||
* | Bump version to 1.11.18, update docs to reflect mtn->git conversion | Jack Lloyd | 2015-07-02 | 9 | -182/+18 |
| | | | | | | Drop vcs.rst as unlike monotone, git+github probably doesn't require special instructions. Drop users.rst as it has been moved to the github wiki. | ||||
* | Merge branch 'master' of github.com:randombit/botan | Jack Lloyd | 2015-07-02 | 4 | -13/+19 |
|\ | |||||
| * | Merge pull request #162 from webmaster128/dont-run-nametool-in-static-mode | Simon Warta | 2015-07-01 | 1 | -1/+1 |
| |\ | | | | | | | Dont run install_name_tool when lib is statically linked | ||||
| | * | Dont run install_name_tool when lib is statically linked | Simon Warta | 2015-07-01 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #159 from webmaster128/travis-osx | Simon Warta | 2015-07-01 | 3 | -12/+18 |
| |\ | | | | | | | Configure Travis CI for OSX and Linux builds | ||||
| | * | Configure Travis CI for OSX and Linux builds | Simon Warta | 2015-07-01 | 3 | -12/+18 |
| |/ | |||||
* / | Change dist script to pull sources from git instead of monotone | Jack Lloyd | 2015-07-02 | 1 | -91/+41 |
|/ | |||||
* | Merge pull request #160 from webmaster128/amalgamation-includes | Simon Warta | 2015-07-01 | 1 | -16/+19 |
|\ | | | | | Fix include handling in amalgamation | ||||
| * | Fix include handling in amalgamation | Simon Warta | 2015-07-01 | 1 | -16/+19 |
|/ | | | | Includes must be unique per .cpp file, not globally. Fixes #105 | ||||
* | Merge pull request #158 from webmaster128/remove-to_hex | Simon Warta | 2015-06-30 | 1 | -8/+3 |
|\ | | | | | Replace method to_hex() by Botan::hex_encode() in test | ||||
| * | Replace method to_hex() by Botan::hex_encode() in test | Simon Warta | 2015-06-30 | 1 | -8/+3 |
|/ | |||||
* | Merge pull request #157 from webmaster128/fix-module-dependencies | Simon Warta | 2015-06-30 | 2 | -1/+3 |
|\ | | | | | Fix module dependencies of x509 and pubkey | ||||
| * | Fix module dependencies of x509 and pubkey | Simon Warta | 2015-06-30 | 2 | -1/+3 |
|/ | |||||
* | Merge pull request #154 from webmaster128/bounds-fixes | Simon Warta | 2015-06-30 | 23 | -98/+133 |
|\ | | | | | Remainings fixes before Botan runs fine in debug mode | ||||
| * | More changes for use with debug STL | Simon Warta | 2015-06-30 | 10 | -21/+56 |
| | | |||||
| * | tests: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-30 | 13 | -77/+77 |
|/ | |||||
* | Merge pull request #156 from webmaster128/copyright_show_dependencies | Simon Warta | 2015-06-30 | 2 | -0/+12 |
|\ | | | | | Add copyright for show_dependencies.py | ||||
| * | Add copyright for show_dependencies.py | Simon Warta | 2015-06-30 | 2 | -0/+12 |
|/ | |||||
* | Merge pull request #155 from webmaster128/tls-fail-on-exception | Simon Warta | 2015-06-29 | 1 | -2/+2 |
|\ | | | | | Let TLS unittests fail on exception | ||||
| * | Let TLS unittests fail on exception | Simon Warta | 2015-06-29 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #152 from webmaster128/obsolete-compilers | Simon Warta | 2015-06-28 | 2 | -52/+0 |
|\ | | | | | Remove compiler settings from compilers that don't support C++11 | ||||
| * | Remove compiler settings from compilers that don't support C++11 | Simon Warta | 2015-06-28 | 2 | -52/+0 |
| | | |||||
* | | Merge pull request #153 from webmaster128/ignore-text-backups | Simon Warta | 2015-06-28 | 1 | -0/+3 |
|\ \ | | | | | | | Ignore text file backups *~ | ||||
| * | | Ignore text file backups | Simon Warta | 2015-06-28 | 1 | -0/+3 |
| |/ | |||||
* | | Merge pull request #144 from webmaster128/bounds-check5 | Simon Warta | 2015-06-28 | 53 | -176/+190 |
|\ \ | | | | | | | Bounds check round 5 | ||||
| * | | lib/asn1: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-27 | 4 | -22/+27 |
| | | | |||||
| * | | lib/base: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-27 | 5 | -16/+16 |
| | | | |||||
| * | | lib/block: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-27 | 13 | -59/+59 |
| | | | |||||
| * | | lib/cert: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-27 | 2 | -6/+10 |
| | | | |||||
| * | | lib/codec: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-27 | 4 | -12/+17 |
| | | | |||||
| * | | lib/compression: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-27 | 1 | -2/+2 |
| | | | |||||
| * | | lib/entropy: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-27 | 5 | -10/+10 |
| | | | |||||
| * | | lib/ffi: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-27 | 1 | -6/+6 |
| | | | |||||
| * | | lib/hash: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-27 | 18 | -43/+43 |
| | | | |||||
* | | | Add OCaml bcrypt | Jack Lloyd | 2015-06-28 | 2 | -11/+42 |
| | | | |||||
* | | | Merge branch 'master' of github.com:randombit/botan | Jack Lloyd | 2015-06-28 | 1 | -2/+6 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge pull request #151 from webmaster128/add-ignores | Simon Warta | 2015-06-27 | 1 | -2/+6 |
| |\ \ | | |/ | |/| | Add more amalgamation files to ignore list | ||||
| | * | Add more amalgamation files to ignore list | Simon Warta | 2015-06-27 | 1 | -2/+6 |
| |/ | |||||
* / | Add OCaml binding for RNG and hash functions. Add hex_encode to FFI | Jack Lloyd | 2015-06-28 | 5 | -0/+268 |
|/ | |||||
* | Replace monotone ignores with git ignores | Jack Lloyd | 2015-06-27 | 2 | -15/+15 |
| | |||||
* | Merge pull request #147 from webmaster128/fpe_fe1-modules | Simon Warta | 2015-06-26 | 1 | -1/+2 |
|\ | | | | | Add missing module dependency numbertheory to fpe_fe1 | ||||
| * | Add missing module dependency numbertheory to fpe_fe1 | Simon Warta | 2015-06-26 | 1 | -1/+2 |
| | |