aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add template constructor to secure_allocatorbogdan2015-08-051-0/+3
| | | This is required by the Standard for an allocator. As far as I can tell, not having it breaks compilation in MSVC 2015, at least when iterator debugging is enabled. More details here: http://stackoverflow.com/q/31802806/4326278.
* 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.
* 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
| |
* | Fix two crashes in the BER decoder found with afl.Jack Lloyd2015-08-0263-6/+438
| | | | | | | | | | 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
* Fix bugs in show_dependencies; Add option to show all dependenciesSimon Warta2015-07-291-12/+50
|
* Document OS featuresSimon Warta2015-07-271-0/+100
|
* Add boost implementation of timegm()Simon Warta2015-07-272-0/+37
|
* Add mktime fallback for non-POSIX timegm()Simon Warta2015-07-279-5/+64
| | | | Closes #202
* Improve calendar_point unit testsSimon Warta2015-07-271-5/+36
|
* Avoid 0 as nullpointer warning on MinGWSimon Warta2015-07-271-1/+1
|
* Remove the x86 asm versions of MD4, MD5, SHA-1 and SerpentJack Lloyd2015-07-2524-2222/+0
| | | | | | | With modern compilers, all are slower than the C++ and SSE2 versions of the same algos. GH #216
* Fix typosSimon Warta2015-07-2415-32/+32
| | | | Thanks to @vlajos https://github.com/vlajos/misspell_fixer
* Fix BigInt random_integer() distribution issue.Simon Warta2015-07-244-10/+128
| | | | Fixes #108
* Refactor BigIntSimon Warta2015-07-244-9/+94
|
* Better living through macrosJack Lloyd2015-07-241-30/+32
|
* BigInt::to_u32bit failed on 32-bit integers. GH #220Jack Lloyd2015-07-232-2/+48
|
* Use shellcheck where possibleSimon Warta2015-07-225-15/+19
|
* Silence some extra ';' warningsSimon Warta2015-07-224-5/+6
|
* Rename so_link_flags to so_link_commandsSimon Warta2015-07-219-24/+24
|
* Add binary_link_command; Use compiler configs to set RPATH on LinuxSimon Warta2015-07-213-0/+19
|
* Update Windows linkingSimon Warta2015-07-211-6/+13
|
* Add debug linker for GCCSimon Warta2015-07-211-1/+2
|
* Merge compile_option into CXX_FLAGSSimon Warta2015-07-219-24/+18
|
* msvc fixesSimon Warta2015-07-211-5/+13
|