| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove OCaml wrapper, moved to randombit/botan-ocaml | Jack Lloyd | 2015-09-21 | 5 | -237/+8 |
* | Merge pull request #279 from randombit/fix-static-lib-registration | Jack Lloyd | 2015-09-21 | 188 | -1018/+1600 |
|\ |
|
| * | Remove use of lookup.h in favor of new T::create API. | Jack Lloyd | 2015-09-21 | 49 | -186/+169 |
| * | Address some review comments by Simon. GH #279 | Jack Lloyd | 2015-09-21 | 10 | -22/+22 |
| * | Fix includes for openssl | Jack Lloyd | 2015-09-19 | 3 | -0/+4 |
| * | Internal header cleanups | Jack Lloyd | 2015-09-19 | 80 | -289/+213 |
| * | Handle dependencies re static linking. GH #279 | Jack Lloyd | 2015-09-17 | 35 | -192/+291 |
| * | Fix for minimized builds | Jack Lloyd | 2015-09-11 | 1 | -1/+4 |
| * | Fix pbkdf, pk padding and ECDH registration for static linking. | Jack Lloyd | 2015-09-11 | 27 | -120/+155 |
| * | Same treatment for cipher modes | Jack Lloyd | 2015-09-10 | 13 | -51/+118 |
| * | Fix static lib registration for block, hash, mac, stream, kdf | Jack Lloyd | 2015-09-10 | 80 | -218/+685 |
* | | Add a test for X509_Certificate::fingerprint | Jack Lloyd | 2015-09-12 | 1 | -0/+1 |
* | | Some docs on source code layout | Jack Lloyd | 2015-09-12 | 2 | -7/+85 |
* | | Merge pull request #278 from webmaster128/fuzzer_test | Simon Warta | 2015-09-10 | 1 | -28/+39 |
|\ \ |
|
| * | | Update fuzzer test | Simon Warta | 2015-09-10 | 1 | -28/+39 |
| |/ |
|
* | | Bump version to 1.11.21(-pre) | Jack Lloyd | 2015-09-10 | 2 | -1/+4 |
* | | Reduce likelyhood of stray pointer writes via ffi layer. | Jack Lloyd | 2015-09-10 | 1 | -0/+8 |
|/ |
|
* | Merge pull request #275 from webmaster128/avoid-static-nonamalgamation | Simon Warta | 2015-09-09 | 3 | -13/+8 |
|\ |
|
| * | Prevent users from building static non-amalgamations on MinGW and Cygwin | Simon Warta | 2015-09-09 | 3 | -13/+8 |
|/ |
|
* | .PHONY must be a rule, not a variable | Simon Warta | 2015-09-09 | 1 | -1/+1 |
* | Fix version | Jack Lloyd | 2015-09-07 | 1 | -1/+1 |
* | Update download links | Jack Lloyd | 2015-09-07 | 1 | -3/+3 |
* | Update for 1.11.20 release1.11.20 | Jack Lloyd | 2015-09-07 | 1 | -6/+7 |
* | Add release notes from Github tickets for 1.11.20 | Simon Warta | 2015-09-06 | 1 | -1/+23 |
* | Add missing Botan 1.11.19 release notes | Simon Warta | 2015-09-03 | 1 | -1/+17 |
* | Merge pull request #271 from webmaster128/travis-ios | Simon Warta | 2015-09-02 | 7 | -68/+98 |
|\ |
|
| * | Update travis configuration for iOS build | Simon Warta | 2015-09-02 | 7 | -68/+98 |
|/ |
|
* | Merge pull request #269 from webmaster128/compression-overrides | Simon Warta | 2015-09-01 | 3 | -2/+3 |
|\ |
|
| * | Add missing compression overrides | Simon Warta | 2015-09-01 | 3 | -2/+3 |
|/ |
|
* | Merge pull request #267 from cordney/update-ios-build-instructions | Simon Warta | 2015-09-01 | 1 | -1/+1 |
|\ |
|
| * | Build with libc++ C++ standard library on clang for iOS | René Korthaus | 2015-08-29 | 1 | -1/+1 |
* | | Move Credentials_Manager to TLS | Jack Lloyd | 2015-08-29 | 4 | -6/+1 |
* | | Remove alloc module; move secmem.h to base and locking_allocator to utils | Jack Lloyd | 2015-08-29 | 15 | -21/+1 |
|/ |
|
* | Fix OpenSSL RSA to better handle no padding mode. | Jack Lloyd | 2015-08-29 | 3 | -10/+45 |
* | Reverse the algorithm priority ordering | Jack Lloyd | 2015-08-29 | 15 | -25/+57 |
* | Remove unneeded includes and clean up socket feature test | Jack Lloyd | 2015-08-29 | 4 | -12/+8 |
* | Remove duplicated ABI flags, and treat user-set flags as a single string | Jack Lloyd | 2015-08-29 | 1 | -8/+6 |
* | Fix minimized builds and amalgamation builds | Jack Lloyd | 2015-08-29 | 4 | -21/+35 |
* | Merge pull request #236 from bogiord/add-alloc-constructor | Jack Lloyd | 2015-08-29 | 1 | -4/+7 |
|\ |
|
| * | Make the equality operators standard-compliant. | bogdan | 2015-08-29 | 1 | -4/+4 |
| * | Add template constructor to secure_allocator | bogdan | 2015-08-05 | 1 | -0/+3 |
* | | Avoid a crash in the TLS server if the client sends ALPN but no next | Jack Lloyd | 2015-08-28 | 1 | -1/+1 |
* | | Reorganize todo | Jack Lloyd | 2015-08-28 | 1 | -43/+39 |
* | | Add ECDSA provider using OpenSSL | Jack Lloyd | 2015-08-28 | 2 | -1/+220 |
* | | Remove unused variable | Jack Lloyd | 2015-08-28 | 1 | -3/+0 |
* | | Ignore logs and cachegrind/callgrind outputs | Jack Lloyd | 2015-08-28 | 1 | -0/+7 |
* | | Fix pk signature test framework bug. | Jack Lloyd | 2015-08-28 | 1 | -5/+5 |
* | | PK speed reporting improvements. | Jack Lloyd | 2015-08-28 | 1 | -4/+9 |
* | | Move GF(p) side channel countermeasure toggles to build.h | Jack Lloyd | 2015-08-28 | 3 | -28/+59 |
* | | Use 16 byte alignment for all allocations in the mlock allocator | Jack Lloyd | 2015-08-28 | 1 | -7/+1 |