aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/randombit/botanJack Lloyd2015-08-0813-267/+434
|\
| * Merge pull request #239 from webmaster128/rename-member-varsSimon Warta2015-08-082-27/+28
| |\ | | | | | | Add m_ prefix to member variables in SecureQueue
| | * Add m_ prefix to member variables in SecureQueueSimon Warta2015-08-082-27/+28
| |/
| * Merge pull request #235 from tiwoc/overridesSimon Warta2015-08-082-2/+2
| |\ | | | | | | Add two missing overrides and fix bug in fuzzer relating to these
| | * Add override and fix signature of Fuzzer_Creds::psk_identity()Daniel Seither2015-08-031-1/+1
| | |
| | * Add missing override for SecureQueue::check_available()Daniel Seither2015-08-031-1/+1
| | |
| * | Merge pull request #238 from webmaster128/fuzzerSimon Warta2015-08-081-2/+2
| |\ \ | | | | | | | | Rename fuzzer test consistently
| | * | Rename fuzzer test consistentlySimon Warta2015-08-081-2/+2
| |/ / | | | | | | | | | Align filename with test_fuzzer()
| * | Merge pull request #208 from webmaster128/go-for-matchersSimon Warta2015-08-089-236/+402
| |\ \ | | | | | | | | Refactor catchy tests
| | * | Refactor most of FFI test for matchersSimon Warta2015-08-081-103/+149
| | | |
| | * | Add matchers for integers and boolSimon Warta2015-08-082-26/+73
| | | |
| | * | Refactor catchy testsSimon Warta2015-08-088-107/+180
| |/ / | | | | | | | | | | | | | | | | | | | | | * Add std::vector matcher * Add test_base to ensure Botan::vector<X> works with matcher * Rewrite base64 tests from CHECK( to CHECK_THAT( Closes #206
* / / Expose the NIST prime values and reduction operations as plain functions.Jack Lloyd2015-08-087-285/+367
|/ / | | | | | | | | | | Previously they were hidden away as private functions on the CurveGFp types. This allows directly testing the reduction functions against other computational methods.
* | RequestedJack Lloyd2015-08-041-0/+1
| |
* | For CBC, ECB, and XTS the output length of a zero length input is wellJack Lloyd2015-08-043-7/+9
| | | | | | | | | | | | defined, so don't fail. Fix XTS, as XTS always uses ciphertext stealing the value of output_length had been incorrect in rounding up to the block size.
* | Add CVE ids to release notesJack Lloyd2015-08-041-10/+16
| |
* | Merge pull request #229 from webmaster128/unused-headersSimon Warta2015-08-0315-9/+8
|\ \ | | | | | | Remove unused pkcs8 includes
| * | Remove unused pkcs8 includesSimon Warta2015-08-0315-9/+8
|/ / | | | | | | Only botan-cli, botan-tests and the FFI module depend on PKCS8
* | Merge pull request #232 from tiwoc/clang-cpuidSimon Warta2015-08-031-1/+1
|\ \ | |/ |/| Enable use of cpuid.h with clang
| * Enable use of cpuid.h with clangDaniel Seither2015-07-301-1/+1
| |
* | Fix for minimized buildsJack Lloyd2015-08-031-4/+13
| |
* | Update readmeJack Lloyd2015-08-031-6/+6
| |
* | 1.11.19 release1.11.19Jack Lloyd2015-08-031-6/+28
| |
* | Fix two crashes in the BER decoder found with afl.Jack Lloyd2015-08-0264-6/+448
| | | | | | | | | | One a read at 0 of an empty vector, the other causing allocation of an arbitrary amount of memory.
* | Merge pull request #231 from tiwoc/add-overrideJack Lloyd2015-07-31152-865/+876
|\ \ | | | | | | Add override specifiers
| * | tests: Add missing overridesDaniel Seither2015-07-302-7/+7
| | |
| * | cmd: Add missing overridesDaniel Seither2015-07-302-6/+6
| | |
| * | utils: Add missing overridesDaniel Seither2015-07-301-1/+1
| | |
| * | tls: Add missing overridesDaniel Seither2015-07-301-30/+30
| | |
| * | stream: Add missing overridesDaniel Seither2015-07-305-38/+38
| | |
| * | rng: Add missing overridesDaniel Seither2015-07-305-30/+30
| | |
| * | pubkey: Add missing overridesDaniel Seither2015-07-3025-86/+89
| | |
| * | pk_pad: Add missing overridesDaniel Seither2015-07-309-34/+34
| | |
| * | pbkdf: Add missing overridesDaniel Seither2015-07-301-2/+2
| | |
| * | modes: Add missing overridesDaniel Seither2015-07-305-20/+21
| | |
| * | mac: Add missing overridesDaniel Seither2015-07-306-47/+47
| | |
| * | math: Add missing overridesDaniel Seither2015-07-301-8/+8
| | |
| * | kdf: Add missing overridesDaniel Seither2015-07-303-8/+8
| | |
| * | hash: Add missing overridesDaniel Seither2015-07-3021-143/+143
| | |
| * | filters: Add missing overridesDaniel Seither2015-07-309-57/+57
| | |
| * | ffi: Add missing overridesDaniel Seither2015-07-301-3/+3
| | |
| * | entropy: Add missing overridesDaniel Seither2015-07-3010-20/+20
| | |
| * | x509: Add missing overridesDaniel Seither2015-07-306-77/+90
| | |
| * | block: Add missing overridesDaniel Seither2015-07-3031-228/+228
| | |
| * | asn1: Add missing overridesDaniel Seither2015-07-307-14/+14
| | |
| * | Remove duplicate definition of MessageAuthenticationCode::name()Daniel Seither2015-07-301-6/+0
| |/ | | | | | | The original definition is in the base class SymmetricAlgorithm.
* / Increase range in Bigint random_integer test from +-10% to +-15%Simon Warta2015-07-301-20/+20
|/ | | | For #233
* Merge pull request #230 from webmaster128/rem-shellcheck-packageSimon Warta2015-07-301-1/+0
|\ | | | | Remove shellcheck package in Travis configuration
| * Remove shellcheck package in Travis configurationSimon Warta2015-07-301-1/+0
|/ | | | | Non-existing packages might be the reason why gcc4.8 is not installed anymore. Travis changed something in the APT plugin.
* Remove references to removed APIs and algosJack Lloyd2015-07-294-97/+13
| | | | LibraryInitializer, PK filters, Algorithm base class, PGP S2K