aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge pull request #273 from webmaster128/avoid-signed-overflow-warningSimon Warta2015-09-251-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Remove warning: assuming signed overflow does not occurSimon Warta2015-09-251-1/+1
| |/ /
| * | Merge pull request #285 from webmaster128/avoid-char-concatinationSimon Warta2015-09-237-14/+14
| |\ \ | | |/ | |/|
| | * Avoid concatination of charsSimon Warta2015-09-227-14/+14
| |/
| * Add HMAC_DRBG constructor taking a name for the MAC instead of an objJack Lloyd2015-09-222-0/+15
| * Update todoJack Lloyd2015-09-221-2/+3
| * Delete Camellia sbox header.Jack Lloyd2015-09-222-550/+1
| * Inline Camellia sbox tables to source fileJack Lloyd2015-09-221-3/+530
| * Cleanup includesJack Lloyd2015-09-223-2/+3
| * Move boost and sqlite3 to utilsJack Lloyd2015-09-224-0/+0
| * Pluralize --with-python-version option, remove it from single-option groupJack Lloyd2015-09-221-7/+4
| * Merge pull request #281 from alonbl/build-pythonJack Lloyd2015-09-221-5/+6
| |\
| | * build: support multiple python versionsAlon Bar-Lev2015-09-151-5/+6
| * | Move contrib/sqlite to github.com/randombit/botan-sqliteJack Lloyd2015-09-218-792/+3
| * | Remove the Perl XS moduleJack Lloyd2015-09-2117-1899/+2
| * | Move check for SIMD instructions to CPUIDJack Lloyd2015-09-216-13/+18
| * | Remove OCaml wrapper, moved to randombit/botan-ocamlJack Lloyd2015-09-215-237/+8
| * | Merge pull request #279 from randombit/fix-static-lib-registrationJack Lloyd2015-09-21188-1018/+1600
| |\ \ | | |/ | |/|
| | * Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-2149-186/+169
| | * Address some review comments by Simon. GH #279Jack Lloyd2015-09-2110-22/+22
| | * Fix includes for opensslJack Lloyd2015-09-193-0/+4
| | * Internal header cleanupsJack Lloyd2015-09-1980-289/+213
| | * Handle dependencies re static linking. GH #279Jack Lloyd2015-09-1735-192/+291
| | * Fix for minimized buildsJack Lloyd2015-09-111-1/+4
| | * Fix pbkdf, pk padding and ECDH registration for static linking.Jack Lloyd2015-09-1127-120/+155
| | * Same treatment for cipher modesJack Lloyd2015-09-1013-51/+118
| | * Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-1080-218/+685
| * | Add a test for X509_Certificate::fingerprintJack Lloyd2015-09-121-0/+1
| * | Some docs on source code layoutJack Lloyd2015-09-122-7/+85
| * | Merge pull request #278 from webmaster128/fuzzer_testSimon Warta2015-09-101-28/+39
| |\ \
| | * | Update fuzzer testSimon Warta2015-09-101-28/+39
| | |/
| * | Bump version to 1.11.21(-pre)Jack Lloyd2015-09-102-1/+4
| * | Reduce likelyhood of stray pointer writes via ffi layer.Jack Lloyd2015-09-101-0/+8
| |/
| * Merge pull request #275 from webmaster128/avoid-static-nonamalgamationSimon Warta2015-09-093-13/+8
| |\
| | * Prevent users from building static non-amalgamations on MinGW and CygwinSimon Warta2015-09-093-13/+8
| |/
| * .PHONY must be a rule, not a variableSimon Warta2015-09-091-1/+1
| * Fix versionJack Lloyd2015-09-071-1/+1
| * Update download linksJack Lloyd2015-09-071-3/+3
| * Update for 1.11.20 release1.11.20Jack Lloyd2015-09-071-6/+7
| * Add release notes from Github tickets for 1.11.20Simon Warta2015-09-061-1/+23
| * Add missing Botan 1.11.19 release notesSimon Warta2015-09-031-1/+17
| * Merge pull request #271 from webmaster128/travis-iosSimon Warta2015-09-027-68/+98
| |\
| | * Update travis configuration for iOS buildSimon Warta2015-09-027-68/+98
| |/
| * Merge pull request #269 from webmaster128/compression-overridesSimon Warta2015-09-013-2/+3
| |\
| | * Add missing compression overridesSimon Warta2015-09-013-2/+3
| |/
| * Merge pull request #267 from cordney/update-ios-build-instructionsSimon Warta2015-09-011-1/+1
| |\
| | * Build with libc++ C++ standard library on clang for iOSRené Korthaus2015-08-291-1/+1
| * | Move Credentials_Manager to TLSJack Lloyd2015-08-294-6/+1
| * | Remove alloc module; move secmem.h to base and locking_allocator to utilsJack Lloyd2015-08-2915-21/+1
| |/
| * Fix OpenSSL RSA to better handle no padding mode.Jack Lloyd2015-08-293-10/+45