| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix remaining Wshadow warnings and enable on gcc and clang | René Korthaus | 2016-02-18 | 2 | -4/+7 |
* | Add constant time conditional swap, add, sub for bigint words | Jack Lloyd | 2016-02-17 | 2 | -1/+102 |
* | Fix two bugs in 1.11.27 which caused test failures.1.11.28 | Jack Lloyd | 2016-02-01 | 2 | -4/+1 |
* | Fix heap overflow in ECC point multiplication | Jack Lloyd | 2016-02-01 | 4 | -4/+24 |
* | Fix (nearly) infinite loop in RESSOL (modular square root). | Jack Lloyd | 2016-02-01 | 1 | -8/+12 |
* | Add final attribute to many classes | Jack Lloyd | 2016-01-10 | 1 | -6/+6 |
* | Mass-prefix member vars with m_ | René Korthaus | 2016-01-08 | 5 | -49/+49 |
* | Fix PointGFp multiplication bug | Jack Lloyd | 2016-01-03 | 1 | -18/+0 |
* | Prettify mp_comba a bit | Jack Lloyd | 2016-01-01 | 1 | -44/+44 |
* | Remove mp_mulop.cpp | Jack Lloyd | 2015-12-25 | 6 | -93/+42 |
* | Remove unused word8_muladd from MSVC x86-32 asm | Jack Lloyd | 2015-12-19 | 1 | -84/+0 |
* | Missing adds | Jack Lloyd | 2015-12-11 | 1 | -2/+2 |
* | Reroot the exception hierarchy into a toplevel Exception class | Jack Lloyd | 2015-12-11 | 4 | -5/+5 |
* | Remove bogus code from generic mp_madd header, noticed on PPC build. | Jack Lloyd | 2015-11-23 | 1 | -3/+4 |
* | Remove mul128.h header from public view | Jack Lloyd | 2015-11-16 | 2 | -13/+21 |
* | Remove call to abort on a zero point in PointGFp::get_affine_{x,y} | Jack Lloyd | 2015-11-13 | 1 | -4/+0 |
* | Make Montgomery reduction constant time. | Jack Lloyd | 2015-10-24 | 1 | -6/+17 |
* | Add prime and dl_group command line tools. | Jack Lloyd | 2015-10-15 | 1 | -14/+42 |
* | Remove use of lookup.h in favor of new T::create API. | Jack Lloyd | 2015-09-21 | 1 | -2/+4 |
* | Internal header cleanups | Jack Lloyd | 2015-09-19 | 2 | -2/+2 |
* | Remove alloc module; move secmem.h to base and locking_allocator to utils | Jack Lloyd | 2015-08-29 | 1 | -1/+0 |
* | Move GF(p) side channel countermeasure toggles to build.h | Jack Lloyd | 2015-08-28 | 2 | -28/+43 |
* | Add power analysis countermeasures for ECC point multiplications. | Jack Lloyd | 2015-08-21 | 2 | -128/+251 |
* | Add m_ prefix to member variable Power_Mod::m_core | Simon Warta | 2015-08-21 | 2 | -23/+23 |
* | Remove 'extern "C"' from src/lib/math/mp | Simon Warta | 2015-08-14 | 15 | -58/+2 |
* | Expose the NIST prime values and reduction operations as plain functions. | Jack Lloyd | 2015-08-08 | 6 | -269/+229 |
* | math: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -8/+8 |
* | Fix typos | Simon Warta | 2015-07-24 | 1 | -1/+1 |
* | Fix BigInt random_integer() distribution issue. | Simon Warta | 2015-07-24 | 3 | -10/+31 |
* | Refactor BigInt | Simon Warta | 2015-07-24 | 3 | -9/+20 |
* | BigInt::to_u32bit failed on 32-bit integers. GH #220 | Jack Lloyd | 2015-07-23 | 1 | -1/+1 |
* | Fix round_up | Simon Warta | 2015-07-15 | 2 | -3/+3 |
* | Make Botan compile when only some modules are enabled | Simon Warta | 2015-07-03 | 1 | -1/+1 |
* | s/auto/size_t/ | Simon Warta | 2015-07-03 | 1 | -1/+1 |
* | More changes for use with debug STL | Simon Warta | 2015-06-30 | 1 | -1/+5 |
* | lib/math: Convert &vec[0] to vec.data() | Daniel Seither | 2015-06-20 | 12 | -35/+35 |
* | Add missing include | lloyd | 2015-05-31 | 1 | -0/+1 |
* | Fix various bugs found by Coverity scanner. | lloyd | 2015-05-15 | 3 | -0/+7 |
* | Fix | lloyd | 2015-04-12 | 1 | -1/+1 |
* | Remove the stray binary character making Python3 unhappy, remove | lloyd | 2015-04-12 | 1 | -3/+2 |
* | Cleanups | lloyd | 2015-03-23 | 1 | -1/+1 |
* | Specify class name for static function | lloyd | 2015-03-13 | 1 | -1/+1 |
* | Add BigInt::encode_1363 writing to specified buffer | lloyd | 2015-03-11 | 2 | -3/+10 |
* | Add BOTAN_DLL back to LibraryInitializer and move some of the implementation to | lloyd | 2015-03-11 | 1 | -1/+3 |
* | Comile fixes for VC 2013. Based on github pull 56 | neusdan | 2015-03-10 | 1 | -1/+1 |
* | Add specialized reducers for P-192, P-224, P-256 and P-384 | lloyd | 2015-02-26 | 6 | -55/+667 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 1 | -2/+0 |
* | Convert PK operations to using Algo_Registry instead of Engine. | lloyd | 2015-02-03 | 1 | -18/+6 |
* | Add missing files. Remove cipher lookup from engine code. | lloyd | 2015-02-01 | 2 | -10/+3 |
* | Reference the EC point add and double algorithms used | lloyd | 2015-01-24 | 1 | -0/+8 |