aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove unused word8_muladd from MSVC x86-32 asmJack Lloyd2015-12-191-84/+0
* Merge the openssl code together.Jack Lloyd2015-12-1910-37/+17
* Remove all remaining uses of throwing a std:: exception directlyJack Lloyd2015-12-197-16/+17
* CLI rewriteJack Lloyd2015-12-197-205/+50
* Enable RdRand on Windows/MSVCDaniel Neus2015-12-161-0/+1
* Add missing include in dyn_load.cppSimon Warta2015-12-121-0/+1
* Build fix. Add SQL_DB_Error exception typeJack Lloyd2015-12-112-9/+18
* Disable asio serial port support to avoid Darwin braindamage. GH #350Jack Lloyd2015-12-111-1/+9
* Missing addsJack Lloyd2015-12-1123-29/+27
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-1172-167/+178
* Minor sanity updates for OctetStringSimon Warta2015-12-092-23/+24
* Add OS utility headerJack Lloyd2015-12-056-102/+191
* Make portable GCM multiply operation run in constant time.Jack Lloyd2015-12-041-9/+16
* Merge pull request #321 from matejk/fix_algo_registry_locking_windowsJack Lloyd2015-12-041-6/+54
|\
| * Added myself to credits/copyright.Matej Kenda2015-11-201-0/+1
| * Merged two sections of Botan namespace as suggested by randombit. Preprocessi...Matej Kenda2015-11-191-5/+4
| * Merge branch 'master' of github.com:randombit/botan into fix_algo_registry_lo...Matej Kenda2015-11-1932-141/+161
| |\
| * | Fixed default ctor for WinCS_MutexMatej Kenda2015-11-041-1/+1
| * | #321: changed implementation of CriticalSection locking in algo registry.Matej Kenda2015-11-041-34/+38
| * | Algo_Registry: Use CRITICAL_SECTION instead of std::mutex to prevent hang in ...Matej Kenda2015-11-031-5/+49
* | | Remove support for broken 112 and 128 bit SECP ECC groups.Jack Lloyd2015-12-022-50/+2
* | | Add update overload taking std::string to PK_Verifier and PK_SignerJack Lloyd2015-12-021-1/+19
* | | Avoid ever returning 0 from CPUID::cache_line_sizeJack Lloyd2015-12-021-1/+1
* | | Add more workfactor estimate helpers.Jack Lloyd2015-11-296-32/+53
* | | Improve side channel attack resistance of table based AES implJack Lloyd2015-11-292-416/+164
* | | Add differential compression test.Jack Lloyd2015-11-281-1/+1
* | | Push the hardcoded entropy estimates up to build.hJack Lloyd2015-11-2810-70/+58
* | | Merge pull request #320 from matejk/fix_crash_in_comp_filterSimon Warta2015-11-261-0/+7
|\ \ \
| * | | Compression filter: Reorganised verification order of transform.Matej Kenda2015-11-261-4/+6
| * | | Fixed crash in compression filter when transform argument is null.Matej Kenda2015-11-031-1/+6
| |/ /
* | | New reseed_with_sources call on RNGsJack Lloyd2015-11-2430-140/+305
* | | Remove bogus code from generic mp_madd header, noticed on PPC build.Jack Lloyd2015-11-232-5/+6
| |/ |/|
* | Remove mul128.h header from public viewJack Lloyd2015-11-163-19/+27
* | Fix bug causing TLS client to sometimes reject DHE server kexJack Lloyd2015-11-132-35/+16
* | Add remove_all to TLS session manager interfaceJack Lloyd2015-11-138-48/+67
* | Remove call to abort on a zero point in PointGFp::get_affine_{x,y}Jack Lloyd2015-11-131-4/+0
* | Drop the DH group check to a weaker version of the checksJack Lloyd2015-11-131-2/+3
* | Add TLS_PSK testsJack Lloyd2015-11-133-14/+5
* | Add missing overridesJack Lloyd2015-11-112-2/+2
* | Update and consolidate the test framework.Jack Lloyd2015-11-1110-11/+29
* | Add check for path validation result in Credentials_Manager. GH #324Jack Lloyd2015-11-043-6/+12
|/
* Remove unused xor_buf.h (internal header merged into mem_ops.h)Jack Lloyd2015-10-271-144/+0
* Fix McEliece key gen endian dependency.Jack Lloyd2015-10-273-20/+27
* Compile fixJack Lloyd2015-10-261-1/+1
* Merge pull request #314 from randombit/ct-tls-cbc-paddingJack Lloyd2015-10-2621-210/+447
|\
| * Missing include dependencyJack Lloyd2015-10-261-1/+1
| * Asan fix - referencing &vec[vec.size()] instead of vec.end()Jack Lloyd2015-10-263-39/+22
| * TLS improvementsJack Lloyd2015-10-2519-170/+424
* | Add missing includeJack Lloyd2015-10-261-0/+1
* | Merge pull request #313 from randombit/path-validation-fixesJack Lloyd2015-10-2610-104/+186
|\ \