aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make Botan compile when only some modules are enabledSimon Warta2015-07-0354-198/+463
| | | | Fixes #146.
* Merge pull request #161 from webmaster128/stylistic-updatesSimon Warta2015-07-036-29/+19
|\ | | | | Stylistic updates
| * Avoid DEBUG define; Use NDEBUG if necessarySimon Warta2015-07-031-3/+1
| |
| * s/auto/size_t/Simon Warta2015-07-032-2/+2
| |
| * Rename variable with_shared_lib -> build_shared_libSimon Warta2015-07-032-2/+2
| |
| * Use <cstdint>; Remove unused namespace Botan_typesSimon Warta2015-07-031-22/+14
|/
* Remove remaining Sphinx doc references from news.rstJack Lloyd2015-07-021-35/+32
|
* Combine all release notes into a single file, just easier to read.Jack Lloyd2015-07-02189-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 conversionJack Lloyd2015-07-029-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/botanJack Lloyd2015-07-024-13/+19
|\
| * Merge pull request #162 from webmaster128/dont-run-nametool-in-static-modeSimon Warta2015-07-011-1/+1
| |\ | | | | | | Dont run install_name_tool when lib is statically linked
| | * Dont run install_name_tool when lib is statically linkedSimon Warta2015-07-011-1/+1
| |/
| * Merge pull request #159 from webmaster128/travis-osxSimon Warta2015-07-013-12/+18
| |\ | | | | | | Configure Travis CI for OSX and Linux builds
| | * Configure Travis CI for OSX and Linux buildsSimon Warta2015-07-013-12/+18
| |/
* / Change dist script to pull sources from git instead of monotoneJack Lloyd2015-07-021-91/+41
|/
* Merge pull request #160 from webmaster128/amalgamation-includesSimon Warta2015-07-011-16/+19
|\ | | | | Fix include handling in amalgamation
| * Fix include handling in amalgamationSimon Warta2015-07-011-16/+19
|/ | | | Includes must be unique per .cpp file, not globally. Fixes #105
* Merge pull request #158 from webmaster128/remove-to_hexSimon Warta2015-06-301-8/+3
|\ | | | | Replace method to_hex() by Botan::hex_encode() in test
| * Replace method to_hex() by Botan::hex_encode() in testSimon Warta2015-06-301-8/+3
|/
* Merge pull request #157 from webmaster128/fix-module-dependenciesSimon Warta2015-06-302-1/+3
|\ | | | | Fix module dependencies of x509 and pubkey
| * Fix module dependencies of x509 and pubkeySimon Warta2015-06-302-1/+3
|/
* Merge pull request #154 from webmaster128/bounds-fixesSimon Warta2015-06-3023-98/+133
|\ | | | | Remainings fixes before Botan runs fine in debug mode
| * More changes for use with debug STLSimon Warta2015-06-3010-21/+56
| |
| * tests: Convert &vec[0] to vec.data()Simon Warta2015-06-3013-77/+77
|/
* Merge pull request #156 from webmaster128/copyright_show_dependenciesSimon Warta2015-06-302-0/+12
|\ | | | | Add copyright for show_dependencies.py
| * Add copyright for show_dependencies.pySimon Warta2015-06-302-0/+12
|/
* Merge pull request #155 from webmaster128/tls-fail-on-exceptionSimon Warta2015-06-291-2/+2
|\ | | | | Let TLS unittests fail on exception
| * Let TLS unittests fail on exceptionSimon Warta2015-06-291-2/+2
|/
* Merge pull request #152 from webmaster128/obsolete-compilersSimon Warta2015-06-282-52/+0
|\ | | | | Remove compiler settings from compilers that don't support C++11
| * Remove compiler settings from compilers that don't support C++11Simon Warta2015-06-282-52/+0
| |
* | Merge pull request #153 from webmaster128/ignore-text-backupsSimon Warta2015-06-281-0/+3
|\ \ | | | | | | Ignore text file backups *~
| * | Ignore text file backupsSimon Warta2015-06-281-0/+3
| |/
* | Merge pull request #144 from webmaster128/bounds-check5Simon Warta2015-06-2853-176/+190
|\ \ | | | | | | Bounds check round 5
| * | lib/asn1: Convert &vec[0] to vec.data()Simon Warta2015-06-274-22/+27
| | |
| * | lib/base: Convert &vec[0] to vec.data()Simon Warta2015-06-275-16/+16
| | |
| * | lib/block: Convert &vec[0] to vec.data()Simon Warta2015-06-2713-59/+59
| | |
| * | lib/cert: Convert &vec[0] to vec.data()Simon Warta2015-06-272-6/+10
| | |
| * | lib/codec: Convert &vec[0] to vec.data()Simon Warta2015-06-274-12/+17
| | |
| * | lib/compression: Convert &vec[0] to vec.data()Simon Warta2015-06-271-2/+2
| | |
| * | lib/entropy: Convert &vec[0] to vec.data()Simon Warta2015-06-275-10/+10
| | |
| * | lib/ffi: Convert &vec[0] to vec.data()Simon Warta2015-06-271-6/+6
| | |
| * | lib/hash: Convert &vec[0] to vec.data()Simon Warta2015-06-2718-43/+43
| | |
* | | Add OCaml bcryptJack Lloyd2015-06-282-11/+42
| | |
* | | Merge branch 'master' of github.com:randombit/botanJack Lloyd2015-06-281-2/+6
|\ \ \ | | |/ | |/|
| * | Merge pull request #151 from webmaster128/add-ignoresSimon Warta2015-06-271-2/+6
| |\ \ | | |/ | |/| Add more amalgamation files to ignore list
| | * Add more amalgamation files to ignore listSimon Warta2015-06-271-2/+6
| |/
* / Add OCaml binding for RNG and hash functions. Add hex_encode to FFIJack Lloyd2015-06-285-0/+268
|/
* Replace monotone ignores with git ignoresJack Lloyd2015-06-272-15/+15
|
* Merge pull request #147 from webmaster128/fpe_fe1-modulesSimon Warta2015-06-261-1/+2
|\ | | | | Add missing module dependency numbertheory to fpe_fe1
| * Add missing module dependency numbertheory to fpe_fe1Simon Warta2015-06-261-1/+2
| |