| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ordering of Charset::transcode arguments | Jack Lloyd | 2016-03-06 | 2 | -2/+2 |
* | Merge GH #444 remaining cppcheck fixes | Jack Lloyd | 2016-03-06 | 34 | -136/+141 |
|\ |
|
| * | Remaining cppcheck fixes that are not covered by GH #444 | Daniel Neus | 2016-03-05 | 34 | -136/+141 |
|/ |
|
* | Make almost all single argument constructors `explicit` | Jack Lloyd | 2016-03-05 | 105 | -211/+212 |
|\ |
|
| * | Remove explicit from DL_Group, EC_Group constructors taking std::string | Jack Lloyd | 2016-03-05 | 2 | -2/+2 |
| * | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli... | Daniel Neus | 2016-03-05 | 106 | -213/+214 |
* | | Use a distinct PGP for signing git commits. | Jack Lloyd | 2016-03-03 | 1 | -1/+35 |
|/ |
|
* | Merge pull request #440 from neusdan/os_utils_process_id_fix | Jack Lloyd | 2016-03-02 | 1 | -2/+2 |
|\ |
|
| * | fix a typo in os_utils that prevents retrieval of the current process id on w... | Daniel Neus | 2016-03-01 | 1 | -2/+2 |
* | | Skip bzip2 compression in entropy tests on OS X due to GH #394 | Jack Lloyd | 2016-03-02 | 1 | -0/+7 |
|/ |
|
* | Merge pull request #431 from cordney/python-improvements | Jack Lloyd | 2016-02-21 | 5 | -17/+111 |
|\ |
|
| * | Exclude tests from python coverage | René Korthaus | 2016-02-20 | 1 | -0/+18 |
| * | Add LD_LIBRARY_PATH to python coverage | René Korthaus | 2016-02-20 | 1 | -1/+1 |
| * | Run coverage for python bindings | René Korthaus | 2016-02-20 | 2 | -0/+4 |
| * | Remove tab | René Korthaus | 2016-02-20 | 1 | -1/+1 |
| * | Improvements in X.509 cert handling for python bindings | René Korthaus | 2016-02-20 | 2 | -17/+89 |
* | | Add more tests for modular inverse | Jack Lloyd | 2016-02-21 | 2 | -4/+475 |
* | | Avoid some Wshadows in GCC 4.8 | Jack Lloyd | 2016-02-20 | 3 | -11/+10 |
|/ |
|
* | For odd moduli use a input-independent modular inverse algorithm. | Jack Lloyd | 2016-02-20 | 7 | -62/+311 |
* | Add tests and timings for inverse_mod | Jack Lloyd | 2016-02-20 | 5 | -14/+103 |
* | Update release notes | Jack Lloyd | 2016-02-20 | 1 | -0/+31 |
* | Merge GH #427 Fix remaining Wshadow warnings | Jack Lloyd | 2016-02-20 | 16 | -106/+111 |
|\ |
|
| * | Fix remaining Wshadow warnings and enable on gcc and clang | René Korthaus | 2016-02-18 | 16 | -106/+111 |
* | | Merge GH #428 Add missing include guards | Jack Lloyd | 2016-02-20 | 2 | -0/+10 |
|\ \ |
|
| * | | add missing include guards | Daniel Neus | 2016-02-19 | 2 | -0/+10 |
| |/ |
|
* | | Merge GH #429 Enable noexcept in VS 2015 | Jack Lloyd | 2016-02-20 | 1 | -1/+1 |
|\ \ |
|
| * | | enable noexcept on VS 2015 | Daniel Neus | 2016-02-19 | 1 | -1/+1 |
| |/ |
|
* | | Merge GH #430 Use symlinks on windows if explicitly requested | Jack Lloyd | 2016-02-20 | 1 | -2/+8 |
|\ \
| |/
|/| |
|
| * | fix comment | Daniel Neus | 2016-02-19 | 1 | -1/+1 |
| * | Use symlinks on windows if explicitly requested | Daniel Neus | 2016-02-19 | 1 | -2/+8 |
|/ |
|
* | Merge pull request #426 from neusdan/appveyor-vs2015 | Jack Lloyd | 2016-02-17 | 1 | -4/+15 |
|\ |
|
| * | correct appveyor matrix | Daniel Neus | 2016-02-17 | 1 | -3/+7 |
| * | add VS2015 jobs | Daniel Neus | 2016-02-17 | 1 | -2/+9 |
|/ |
|
* | Fix formatting GH #415 | Jack Lloyd | 2016-02-17 | 2 | -24/+32 |
* | Split up BigInt tests | Jack Lloyd | 2016-02-17 | 13 | -2727/+2408 |
* | Add constant time conditional swap, add, sub for bigint words | Jack Lloyd | 2016-02-17 | 5 | -2/+233 |
* | Reject zero length TLS records out of hand. | Jack Lloyd | 2016-02-16 | 1 | -4/+11 |
* | Add KDF1 as explicit dependency in MCEIES | Jack Lloyd | 2016-02-15 | 1 | -0/+1 |
* | In compression wrappers add an overflow check before calling malloc | Jack Lloyd | 2016-02-13 | 1 | -3/+21 |
* | Add --with-valgrind | Jack Lloyd | 2016-02-13 | 2 | -6/+6 |
* | Fix Coverity findings in McEliece code | Jack Lloyd | 2016-02-09 | 3 | -14/+20 |
* | Add asserts to help out Coverity | Jack Lloyd | 2016-02-09 | 2 | -0/+4 |
* | Check result of dynamic_cast | Jack Lloyd | 2016-02-09 | 1 | -10/+17 |
* | Removes randomization from choice of keys in X509 test. | Jack Lloyd | 2016-02-09 | 1 | -17/+15 |
* | Fix memory leaks in FFI tests | Jack Lloyd | 2016-02-09 | 1 | -7/+16 |
* | Avoid Coverity false positive | Jack Lloyd | 2016-02-09 | 1 | -1/+5 |
* | Don't leave member variables uninitialized. Found by Coverity scanner. | Jack Lloyd | 2016-02-09 | 1 | -1/+1 |
* | GlobalMemoryStatusEx is on XP GH #419 | Jack Lloyd | 2016-02-09 | 1 | -2/+2 |
* | Merge pull request #421 from neusdan/pvs-studio2 | Jack Lloyd | 2016-02-09 | 8 | -10/+9 |
|\ |
|
| * | V816 It is more efficient to catch exception by reference rather than by valu... | Daniel Neus | 2016-02-08 | 7 | -8/+8 |