aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Use 16 byte alignment for all allocations in the mlock allocatorJack Lloyd2015-08-281-7/+1
* Add override specifiers to zlib.hJack Lloyd2015-08-281-6/+6
* Gzip_Decompression should be a subclass of Stream_DecompressionJack Lloyd2015-08-281-1/+1
* Compression: Fix zlib failure on compression of empty inputDaniel Seither2015-08-281-0/+8
* Compression: Prevent undefined behavior when feeding empty inputDaniel Seither2015-08-281-7/+7
* Guard rlimit reset with a defined check for RLIMIT_MEMLOCK as it isJack Lloyd2015-08-241-0/+5
* Remove high bit set char from comment as it broke amalgamation generationJack Lloyd2015-08-221-4/+8
* Missing addJack Lloyd2015-08-211-0/+1
* In RSA, check that the input is less than the modulus n before blindingJack Lloyd2015-08-211-5/+7
* Add power analysis countermeasures for ECC point multiplications.Jack Lloyd2015-08-215-169/+312
* Add m_ prefix to member variable Power_Mod::m_coreSimon Warta2015-08-212-23/+23
* Refactor ./botan speedSimon Warta2015-08-212-9/+19
* Remove 'extern "C"' from src/lib/math/mpSimon Warta2015-08-1415-58/+2
* Add stricter time parsing; Add more testsSimon Warta2015-08-112-8/+34
* Sometimes we don't know the input format. But it is one of twoSimon Warta2015-08-115-9/+28
* Explicitly fwd declase classes BER_Decoder, DER_EncoderSimon Warta2015-08-113-12/+10
* Remove string constructor of X509_Time()Simon Warta2015-08-116-205/+153
* Strict uint32 parsingSimon Warta2015-08-111-0/+10
* Avoid integer overlow in string->uint32 converterSimon Warta2015-08-101-3/+16
* Merge branch 'master' of https://github.com/randombit/botanJack Lloyd2015-08-082-28/+29
|\
| * Add m_ prefix to member variables in SecureQueueSimon Warta2015-08-082-27/+28
| * Merge pull request #235 from tiwoc/overridesSimon Warta2015-08-081-1/+1
| |\
| | * Add missing override for SecureQueue::check_available()Daniel Seither2015-08-031-1/+1
* | | Expose the NIST prime values and reduction operations as plain functions.Jack Lloyd2015-08-086-269/+229
|/ /
* | For CBC, ECB, and XTS the output length of a zero length input is wellJack Lloyd2015-08-043-7/+9
* | Remove unused pkcs8 includesSimon Warta2015-08-038-8/+0
* | Merge pull request #232 from tiwoc/clang-cpuidSimon Warta2015-08-031-1/+1
|\ \ | |/ |/|
| * Enable use of cpuid.h with clangDaniel Seither2015-07-301-1/+1
* | Fix two crashes in the BER decoder found with afl.Jack Lloyd2015-08-027-6/+60
* | 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
|/
* Add boost implementation of timegm()Simon Warta2015-07-272-0/+37
* Add mktime fallback for non-POSIX timegm()Simon Warta2015-07-271-5/+56