aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Enable RdRand on Windows/MSVCDaniel Neus2015-12-161-0/+1
* Add missing include in dyn_load.cppSimon Warta2015-12-121-0/+1
* Improve some argument checks and usage messages of cli appsSimon Warta2015-12-1212-18/+27
* Fix for minimized buildsJack Lloyd2015-12-111-1/+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-1126-41/+39
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-1182-194/+211
* Rename cmd/app -> cliSimon Warta2015-12-0941-25/+25
* Minor sanity updates for OctetStringSimon Warta2015-12-092-23/+24
* Improve getopt error messageSimon Warta2015-12-091-1/+1
* Fix tls_proxy appSimon Warta2015-12-091-8/+8
* Add boost builds on Travis OSXSimon Warta2015-12-093-12/+14
* Replace C interfaces in cli apps with C++ interfacesSimon Warta2015-12-0830-234/+237
* Remove LibraryInitializer from cliSimon Warta2015-12-081-3/+0
* Fix indent in test_passhashSimon Warta2015-12-081-1/+1
* Merge pull request #311 from mouse07410/masterJack Lloyd2015-12-081-8/+18
|\
| * Merge pull request #7 from randombit/masterMouse2015-10-2780-483/+3774
| |\
| * \ Merge pull request #6 from randombit/masterMouse2015-10-258-121/+109
| |\ \
| * \ \ Merge pull request #5 from randombit/masterMouse2015-10-232-0/+10
| |\ \ \
| * | | | Added comments explaining when .decode() is needed on mce_decryptUri Blumenthal2015-10-231-2/+7
| * | | | Fix minor output problem.Mouse2015-10-231-8/+13
* | | | | Add OS utility headerJack Lloyd2015-12-057-102/+197
* | | | | 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-19112-21869/+9231
| |\ \ \ \ \
| * | | | | | 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
* | | | | | | Missing test update for ECC group removal.Jack Lloyd2015-12-021-4/+0
* | | | | | | Remove support for broken 112 and 128 bit SECP ECC groups.Jack Lloyd2015-12-023-54/+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-022-1/+12
* | | | | | | 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
* | | | | | | Fix compile error when compression is disabledJack Lloyd2015-11-291-1/+1
* | | | | | | Guard these test calls with the same feature macro guarding their definition.Jack Lloyd2015-11-281-0/+2
* | | | | | | Add differential compression test.Jack Lloyd2015-11-282-42/+88
* | | | | | | Convert const char* arguments on Test:: to std::stringsJack Lloyd2015-11-288-72/+57
* | | | | | | Push the hardcoded entropy estimates up to build.hJack Lloyd2015-11-2811-70/+81
* | | | | | | 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-2446-156/+459
* | | | | | | Disable some problem areas of TLS corruption test pending rewriteJack Lloyd2015-11-241-5/+2
* | | | | | | Fix sanitizer build in travis ciRené Korthaus2015-11-241-1/+1
* | | | | | | Remove bogus code from generic mp_madd header, noticed on PPC build.Jack Lloyd2015-11-232-5/+6
* | | | | | | Enhance tests main readabilitySimon Warta2015-11-231-10/+15
| |/ / / / / |/| | | | |