aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Handle dependencies re static linking. GH #279Jack Lloyd2015-09-1735-192/+291
* Fix for minimized buildsJack Lloyd2015-09-111-1/+4
* Fix pbkdf, pk padding and ECDH registration for static linking.Jack Lloyd2015-09-1124-110/+149
* Same treatment for cipher modesJack Lloyd2015-09-1013-51/+118
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-1080-218/+685
* Add missing compression overridesSimon Warta2015-09-013-2/+3
* Move Credentials_Manager to TLSJack Lloyd2015-08-294-6/+1
* Remove alloc module; move secmem.h to base and locking_allocator to utilsJack Lloyd2015-08-2915-21/+1
* Fix OpenSSL RSA to better handle no padding mode.Jack Lloyd2015-08-293-10/+45
* Reverse the algorithm priority orderingJack Lloyd2015-08-2914-25/+50
* Fix minimized builds and amalgamation buildsJack Lloyd2015-08-294-21/+35
* Merge pull request #236 from bogiord/add-alloc-constructorJack Lloyd2015-08-291-4/+7
|\
| * Make the equality operators standard-compliant.bogdan2015-08-291-4/+4
| * Add template constructor to secure_allocatorbogdan2015-08-051-0/+3
* | Avoid a crash in the TLS server if the client sends ALPN but no nextJack Lloyd2015-08-281-1/+1
* | Add ECDSA provider using OpenSSLJack Lloyd2015-08-281-0/+217
* | Remove unused variableJack Lloyd2015-08-281-3/+0
* | Move GF(p) side channel countermeasure toggles to build.hJack Lloyd2015-08-282-28/+43
* | 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