Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of https://github.com/randombit/botan | Jack Lloyd | 2015-08-08 | 13 | -267/+434 |
|\ | |||||
| * | Merge pull request #239 from webmaster128/rename-member-vars | Simon Warta | 2015-08-08 | 2 | -27/+28 |
| |\ | |||||
| | * | Add m_ prefix to member variables in SecureQueue | Simon Warta | 2015-08-08 | 2 | -27/+28 |
| |/ | |||||
| * | Merge pull request #235 from tiwoc/overrides | Simon Warta | 2015-08-08 | 2 | -2/+2 |
| |\ | |||||
| | * | Add override and fix signature of Fuzzer_Creds::psk_identity() | Daniel Seither | 2015-08-03 | 1 | -1/+1 |
| | * | Add missing override for SecureQueue::check_available() | Daniel Seither | 2015-08-03 | 1 | -1/+1 |
| * | | Merge pull request #238 from webmaster128/fuzzer | Simon Warta | 2015-08-08 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | Rename fuzzer test consistently | Simon Warta | 2015-08-08 | 1 | -2/+2 |
| |/ / | |||||
| * | | Merge pull request #208 from webmaster128/go-for-matchers | Simon Warta | 2015-08-08 | 9 | -236/+402 |
| |\ \ | |||||
| | * | | Refactor most of FFI test for matchers | Simon Warta | 2015-08-08 | 1 | -103/+149 |
| | * | | Add matchers for integers and bool | Simon Warta | 2015-08-08 | 2 | -26/+73 |
| | * | | Refactor catchy tests | Simon Warta | 2015-08-08 | 8 | -107/+180 |
| |/ / | |||||
* / / | Expose the NIST prime values and reduction operations as plain functions. | Jack Lloyd | 2015-08-08 | 7 | -285/+367 |
|/ / | |||||
* | | Requested | Jack Lloyd | 2015-08-04 | 1 | -0/+1 |
* | | For CBC, ECB, and XTS the output length of a zero length input is well | Jack Lloyd | 2015-08-04 | 3 | -7/+9 |
* | | Add CVE ids to release notes | Jack Lloyd | 2015-08-04 | 1 | -10/+16 |
* | | Merge pull request #229 from webmaster128/unused-headers | Simon Warta | 2015-08-03 | 15 | -9/+8 |
|\ \ | |||||
| * | | Remove unused pkcs8 includes | Simon Warta | 2015-08-03 | 15 | -9/+8 |
|/ / | |||||
* | | Merge pull request #232 from tiwoc/clang-cpuid | Simon Warta | 2015-08-03 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Enable use of cpuid.h with clang | Daniel Seither | 2015-07-30 | 1 | -1/+1 |
* | | Fix for minimized builds | Jack Lloyd | 2015-08-03 | 1 | -4/+13 |
* | | Update readme | Jack Lloyd | 2015-08-03 | 1 | -6/+6 |
* | | 1.11.19 release1.11.19 | Jack Lloyd | 2015-08-03 | 1 | -6/+28 |
* | | Fix two crashes in the BER decoder found with afl. | Jack Lloyd | 2015-08-02 | 64 | -6/+448 |
* | | Merge pull request #231 from tiwoc/add-override | Jack Lloyd | 2015-07-31 | 152 | -865/+876 |
|\ \ | |||||
| * | | tests: Add missing overrides | Daniel Seither | 2015-07-30 | 2 | -7/+7 |
| * | | cmd: Add missing overrides | Daniel Seither | 2015-07-30 | 2 | -6/+6 |
| * | | utils: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -1/+1 |
| * | | tls: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -30/+30 |
| * | | stream: Add missing overrides | Daniel Seither | 2015-07-30 | 5 | -38/+38 |
| * | | rng: Add missing overrides | Daniel Seither | 2015-07-30 | 5 | -30/+30 |
| * | | pubkey: Add missing overrides | Daniel Seither | 2015-07-30 | 25 | -86/+89 |
| * | | pk_pad: Add missing overrides | Daniel Seither | 2015-07-30 | 9 | -34/+34 |
| * | | pbkdf: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -2/+2 |
| * | | modes: Add missing overrides | Daniel Seither | 2015-07-30 | 5 | -20/+21 |
| * | | mac: Add missing overrides | Daniel Seither | 2015-07-30 | 6 | -47/+47 |
| * | | math: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -8/+8 |
| * | | kdf: Add missing overrides | Daniel Seither | 2015-07-30 | 3 | -8/+8 |
| * | | hash: Add missing overrides | Daniel Seither | 2015-07-30 | 21 | -143/+143 |
| * | | filters: Add missing overrides | Daniel Seither | 2015-07-30 | 9 | -57/+57 |
| * | | ffi: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -3/+3 |
| * | | entropy: Add missing overrides | Daniel Seither | 2015-07-30 | 10 | -20/+20 |
| * | | x509: Add missing overrides | Daniel Seither | 2015-07-30 | 6 | -77/+90 |
| * | | block: Add missing overrides | Daniel Seither | 2015-07-30 | 31 | -228/+228 |
| * | | asn1: Add missing overrides | Daniel Seither | 2015-07-30 | 7 | -14/+14 |
| * | | Remove duplicate definition of MessageAuthenticationCode::name() | Daniel Seither | 2015-07-30 | 1 | -6/+0 |
| |/ | |||||
* / | Increase range in Bigint random_integer test from +-10% to +-15% | Simon Warta | 2015-07-30 | 1 | -20/+20 |
|/ | |||||
* | Merge pull request #230 from webmaster128/rem-shellcheck-package | Simon Warta | 2015-07-30 | 1 | -1/+0 |
|\ | |||||
| * | Remove shellcheck package in Travis configuration | Simon Warta | 2015-07-30 | 1 | -1/+0 |
|/ | |||||
* | Remove references to removed APIs and algos | Jack Lloyd | 2015-07-29 | 4 | -97/+13 |