aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Inline Camellia sbox tables to source fileJack Lloyd2015-09-221-3/+530
* Cleanup includesJack Lloyd2015-09-223-2/+3
* Move boost and sqlite3 to utilsJack Lloyd2015-09-224-0/+0
* Move check for SIMD instructions to CPUIDJack Lloyd2015-09-216-13/+18
* Merge pull request #279 from randombit/fix-static-lib-registrationJack Lloyd2015-09-21174-981/+1574
|\
| * Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-2138-159/+149
| * Address some review comments by Simon. GH #279Jack Lloyd2015-09-2110-22/+22
| * Fix includes for opensslJack Lloyd2015-09-193-0/+4
| * Internal header cleanupsJack Lloyd2015-09-1980-289/+213
| * 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
* | Reduce likelyhood of stray pointer writes via ffi layer.Jack Lloyd2015-09-101-0/+8
|/
* 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
| |\ \ | | |/ | |/|