aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Move contrib/sqlite to github.com/randombit/botan-sqliteJack Lloyd2015-09-217-792/+0
* | Remove the Perl XS moduleJack Lloyd2015-09-2115-1861/+0
* | Move check for SIMD instructions to CPUIDJack Lloyd2015-09-216-13/+18
* | Remove OCaml wrapper, moved to randombit/botan-ocamlJack Lloyd2015-09-213-233/+0
* | Merge pull request #279 from randombit/fix-static-lib-registrationJack Lloyd2015-09-21187-1014/+1600
|\ \ | |/ |/|
| * Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-2149-186/+169
| * 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-1126-116/+155
| * 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 a test for X509_Certificate::fingerprintJack Lloyd2015-09-121-0/+1
* | Merge pull request #278 from webmaster128/fuzzer_testSimon Warta2015-09-101-28/+39
|\ \
| * | Update fuzzer testSimon Warta2015-09-101-28/+39
| |/
* / Reduce likelyhood of stray pointer writes via ffi layer.Jack Lloyd2015-09-101-0/+8
|/
* Prevent users from building static non-amalgamations on MinGW and CygwinSimon Warta2015-09-092-6/+2
* .PHONY must be a rule, not a variableSimon Warta2015-09-091-1/+1
* Update travis configuration for iOS buildSimon Warta2015-09-026-55/+74
* 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
* Remove unneeded includes and clean up socket feature testJack Lloyd2015-08-294-12/+8
* 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
* | Fix pk signature test framework bug.Jack Lloyd2015-08-281-5/+5
* | PK speed reporting improvements.Jack Lloyd2015-08-281-4/+9
* | Move GF(p) side channel countermeasure toggles to build.hJack Lloyd2015-08-283-28/+59
* | 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
* | Merge pull request #265 from tiwoc/compress-empty-bufferJack Lloyd2015-08-282-7/+22
|\ \
| * | 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
| * | Add test for compression of an empty bufferDaniel Seither2015-08-281-0/+7
* | | Merge pull request #247 from mouse07410/masterJack Lloyd2015-08-281-69/+174
|\ \ \
| * | | Changed tabs to 4 spacesMouse2015-08-141-5/+5
| * | | Merge pull request #1 from randombit/masterMouse2015-08-1418-66/+15
| |\ \ \
| * | | | Restored Darwin compatibilityUri Blumenthal2015-08-141-1/+4
| * | | | Ported python demo script to python-3Uri Blumenthal2015-08-141-61/+129
| * | | | Fixing platform independence that previous patch brokeMouse2015-08-121-1/+1