aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Don't treat missing ciphers, hashes, etc as test failuresJack Lloyd2015-10-116-9/+18
* | Tick version on trunk to 1.11.22Jack Lloyd2015-10-112-1/+5
* | Update for 1.11.21 release1.11.21Jack Lloyd2015-10-112-4/+4
* | Doc updatesJack Lloyd2015-10-053-20/+39
* | Merge pull request #292 from randombit/ffi-certsJack Lloyd2015-10-047-92/+650
|\ \
| * | Fix bcrypt testJack Lloyd2015-10-033-3/+5
| * | Add McEliece keygen and MCEIES to C89 API. Plus random fiddlingJack Lloyd2015-10-014-56/+272
| * | Export X.509 certificates to ffi and pythonJack Lloyd2015-10-015-56/+396
* | | Merge pull request #293 from webmaster128/codecovSimon Warta2015-10-043-9/+9
|\ \ \
| * | | Integrate codecovSimon Warta2015-10-043-9/+9
|/ / /
* / / Show latest master build badge for appveyor CISimon Warta2015-10-021-1/+1
|/ /
* | Update change notes for 1.11.21Jack Lloyd2015-09-301-0/+18
* | Merge pull request #286 from randombit/mce-cleanupJack Lloyd2015-09-3036-1293/+1410
|\ \
| * | Fix for minimized buildJack Lloyd2015-09-291-0/+8
| * | McEliece cleanupsJack Lloyd2015-09-2936-1293/+1402
* | | Merge pull request #288 from tiwoc/darwin_secrandomJack Lloyd2015-09-256-3/+99
|\ \ \
| * | | Add the Darwin_SecRandom entropy sourceDaniel Seither2015-09-254-0/+84
| * | | build system: Add framework support for OS X and iOSDaniel Seither2015-09-252-3/+15
* | | | Merge pull request #287 from tiwoc/cleanupSimon Warta2015-09-253-6/+8
|\ \ \ \
| * | | | Add some missing overridesDaniel Seither2015-09-251-4/+4
| * | | | Remove dead codeDaniel Seither2015-09-251-1/+0
| * | | | Update .gitignoreDaniel Seither2015-09-251-1/+4
|/ / / /
* | | | 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