aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add sanitizer build to Travis, using debug iterators, ASan and UbSan.Jack Lloyd2015-07-052-0/+4
* Update for 1.11.18 release1.11.18Jack Lloyd2015-07-052-7/+12
* Fix invalid iterator use in TLS clientJack Lloyd2015-07-051-1/+1
* The gf2m type is an unsigned 16-bit, so under C promotion rules aJack Lloyd2015-07-051-1/+1
* Avoid building tls_server on MinGW. GH #39Jack Lloyd2015-07-051-3/+3
* More test coverage improvements.Jack Lloyd2015-07-051-4/+6
* Test more TLS functionality (closing, key material export, session tickets)Jack Lloyd2015-07-041-1/+23
* Misread which call MSVC was complaining aboutJack Lloyd2015-07-041-5/+7
* MSVC fix, for some reason it believes the load_key call to be ambigiousJack Lloyd2015-07-041-1/+2
* Add a roundtrip test of curve25519 keysJack Lloyd2015-07-041-0/+58
* Move feature requests from old bugzilla to todo.rstJack Lloyd2015-07-041-1/+19
* Update release notes for 1.11.18Jack Lloyd2015-07-041-0/+24
* A few more readme tweaksJack Lloyd2015-07-031-23/+23
* Deindent these lists, as github formats them strangely otherwise.Jack Lloyd2015-07-031-33/+33
* Tweak formatting of readmeJack Lloyd2015-07-032-6/+6
* Merge pull request #166 from webmaster128/dlies-compile-fixesSimon Warta2015-07-033-3/+12
|\
| * Make ./configure.py --no-autoload --enable-modules='adler32,dlies' compileSimon Warta2015-07-032-3/+11
| * Add seperator above test summarySimon Warta2015-07-031-0/+1
|/
* Simplify the website and documentation layout.Jack Lloyd2015-07-0320-730/+357
* Merge pull request #148 from webmaster128/fpefe1-onlySimon Warta2015-07-0354-198/+463
|\
| * Make Botan compile when only some modules are enabledSimon Warta2015-07-0354-198/+463
|/
* Merge pull request #161 from webmaster128/stylistic-updatesSimon Warta2015-07-036-29/+19
|\
| * 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
* Bump version to 1.11.18, update docs to reflect mtn->git conversionJack Lloyd2015-07-029-182/+18
* 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 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 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 amalgamationSimon Warta2015-07-011-16/+19
|/
* Merge pull request #158 from webmaster128/remove-to_hexSimon Warta2015-06-301-8/+3
|\
| * 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 pubkeySimon Warta2015-06-302-1/+3
|/
* Merge pull request #154 from webmaster128/bounds-fixesSimon Warta2015-06-3023-98/+133
|\
| * 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.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 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++11Simon Warta2015-06-282-52/+0