Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Add update overload taking std::string to PK_Verifier and PK_Signer | Jack Lloyd | 2015-12-02 | 1 | -1/+19 | |
* | | | | | | | | Avoid ever returning 0 from CPUID::cache_line_size | Jack Lloyd | 2015-12-02 | 2 | -1/+12 | |
* | | | | | | | | Add more workfactor estimate helpers. | Jack Lloyd | 2015-11-29 | 6 | -32/+53 | |
* | | | | | | | | Improve side channel attack resistance of table based AES impl | Jack Lloyd | 2015-11-29 | 4 | -417/+172 | |
* | | | | | | | | Fix compile error when compression is disabled | Jack Lloyd | 2015-11-29 | 1 | -1/+1 | |
* | | | | | | | | Guard these test calls with the same feature macro guarding their definition. | Jack Lloyd | 2015-11-28 | 1 | -0/+2 | |
* | | | | | | | | Add differential compression test. | Jack Lloyd | 2015-11-28 | 2 | -42/+88 | |
* | | | | | | | | Convert const char* arguments on Test:: to std::strings | Jack Lloyd | 2015-11-28 | 8 | -72/+57 | |
* | | | | | | | | Push the hardcoded entropy estimates up to build.h | Jack Lloyd | 2015-11-28 | 11 | -70/+81 | |
* | | | | | | | | Better error checking for <libs> settings in module info files | Jack Lloyd | 2015-11-28 | 1 | -0/+7 | |
* | | | | | | | | Merge pull request #320 from matejk/fix_crash_in_comp_filter | Simon Warta | 2015-11-26 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Compression filter: Reorganised verification order of transform. | Matej Kenda | 2015-11-26 | 1 | -4/+6 | |
| * | | | | | | | | Fixed crash in compression filter when transform argument is null. | Matej Kenda | 2015-11-03 | 1 | -1/+6 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Ignore anything in the output dir | Jack Lloyd | 2015-11-24 | 1 | -1/+1 | |
* | | | | | | | | New reseed_with_sources call on RNGs | Jack Lloyd | 2015-11-24 | 47 | -157/+459 | |
* | | | | | | | | Updates for news, readme | Jack Lloyd | 2015-11-24 | 2 | -31/+34 | |
* | | | | | | | | Disable some problem areas of TLS corruption test pending rewrite | Jack Lloyd | 2015-11-24 | 1 | -5/+2 | |
* | | | | | | | | Merge pull request #335 from cordney/patch-1 | Simon Warta | 2015-11-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix sanitizer build in travis ci | René Korthaus | 2015-11-24 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Remove bogus code from generic mp_madd header, noticed on PPC build. | Jack Lloyd | 2015-11-23 | 2 | -5/+6 | |
* | | | | | | | | Merge pull request #333 from webmaster128/fix-test | Simon Warta | 2015-11-23 | 1 | -10/+15 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Enhance tests main readability | Simon Warta | 2015-11-23 | 1 | -10/+15 | |
|/ / / / / / / | ||||||
* | | | | | | | Add Simon Warta to license and credits | Simon Warta | 2015-11-18 | 2 | -0/+7 | |
* | | | | | | | Remove mul128.h header from public view | Jack Lloyd | 2015-11-16 | 3 | -19/+27 | |
* | | | | | | | Add helper for test output files. Remove last uses of hardcoded data dir macros | Jack Lloyd | 2015-11-16 | 5 | -60/+88 | |
* | | | | | | | Merge pull request #332 from tiwoc/credits | Jack Lloyd | 2015-11-16 | 2 | -0/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add myself to credits.rst and license.txt | Daniel Seither | 2015-11-16 | 2 | -0/+5 | |
* | | | | | | | | Update hacking.rst with copyright info and other hints. GH #331 | Jack Lloyd | 2015-11-16 | 1 | -7/+78 | |
|/ / / / / / / | ||||||
* | | | | | | | Avoid multiplication by zero here as get_affine will reject it | Jack Lloyd | 2015-11-13 | 1 | -1/+1 | |
* | | | | | | | Fix bug causing TLS client to sometimes reject DHE server kex | Jack Lloyd | 2015-11-13 | 3 | -35/+20 | |
* | | | | | | | Add remove_all to TLS session manager interface | Jack Lloyd | 2015-11-13 | 9 | -48/+69 | |
* | | | | | | | Remove call to abort on a zero point in PointGFp::get_affine_{x,y} | Jack Lloyd | 2015-11-13 | 1 | -4/+0 | |
* | | | | | | | Drop the DH group check to a weaker version of the checks | Jack Lloyd | 2015-11-13 | 1 | -2/+3 | |
* | | | | | | | Include the version string in the test output | Jack Lloyd | 2015-11-13 | 1 | -0/+2 | |
* | | | | | | | The TLS test for corrupted data was too strict in requiring that | Jack Lloyd | 2015-11-13 | 1 | -30/+32 | |
* | | | | | | | Add TLS_PSK tests | Jack Lloyd | 2015-11-13 | 8 | -89/+220 | |
* | | | | | | | Avoid calling get_files_recursive on a possible non-directory. | Jack Lloyd | 2015-11-11 | 2 | -9/+10 | |
* | | | | | | | Test all providers for PK operations | Jack Lloyd | 2015-11-11 | 1 | -24/+103 | |
* | | | | | | | Add missing overrides | Jack Lloyd | 2015-11-11 | 2 | -2/+2 | |
* | | | | | | | Fix occasional test fails | Jack Lloyd | 2015-11-11 | 4 | -7/+70 | |
* | | | | | | | Add missing copyright/license notices. | Jack Lloyd | 2015-11-11 | 2 | -0/+12 | |
* | | | | | | | Update and consolidate the test framework. | Jack Lloyd | 2015-11-11 | 89 | -21677/+8730 | |
* | | | | | | | Tick version to 1.11.25 | Jack Lloyd | 2015-11-04 | 2 | -1/+6 | |
* | | | | | | | Correct 1.11.24 release date | Jack Lloyd | 2015-11-04 | 1 | -1/+1 | |
* | | | | | | | Update for 1.11.24 release1.11.24 | Jack Lloyd | 2015-11-04 | 2 | -4/+18 | |
* | | | | | | | Add check for path validation result in Credentials_Manager. GH #324 | Jack Lloyd | 2015-11-04 | 4 | -6/+18 | |
* | | | | | | | Merge pull request #322 from cordney/fix-gentoo-package-link | Simon Warta | 2015-11-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix broken Gentoo package hyperlink | René Korthaus | 2015-11-03 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Update news | Jack Lloyd | 2015-10-27 | 1 | -0/+6 | |
* | | | | | | Merge pull request #317 from randombit/cc-flag-sanity | Jack Lloyd | 2015-10-27 | 20 | -142/+126 | |
|\ \ \ \ \ \ |