Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | 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 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove --build-mode and add individual toggles for optimization, debug, | Jack Lloyd | 2015-10-26 | 11 | -49/+63 | |
| * | | | | | | Remove the strange conjoining of debug and optimization flags. | Jack Lloyd | 2015-10-26 | 12 | -95/+65 | |
* | | | | | | | Add some tests of basic load/store ops | Jack Lloyd | 2015-10-27 | 1 | -2/+109 | |
* | | | | | | | Reduce workfactors in ffi tests to speed things along | Jack Lloyd | 2015-10-27 | 1 | -2/+2 | |
* | | | | | | | Remove unused xor_buf.h (internal header merged into mem_ops.h) | Jack Lloyd | 2015-10-27 | 1 | -144/+0 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Tick version to 1.11.23 | Jack Lloyd | 2015-10-27 | 2 | -1/+8 | |
* | | | | | | Merge pull request #316 from randombit/mce-keygen-endian | Jack Lloyd | 2015-10-27 | 3 | -20/+27 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix McEliece key gen endian dependency. | Jack Lloyd | 2015-10-27 | 3 | -20/+27 | |
|/ / / / / / | ||||||
* | | | | | | Fix dist.py to handle signed git tags | Jack Lloyd | 2015-10-26 | 1 | -5/+14 | |
* | | | | | | Update for 1.11.23 release1.11.23 | Jack Lloyd | 2015-10-26 | 3 | -4/+9 | |
* | | | | | | Compile fix | Jack Lloyd | 2015-10-26 | 1 | -1/+1 | |
* | | | | | | 1.11.22 release1.11.22 | Jack Lloyd | 2015-10-26 | 3 | -14/+88 | |
* | | | | | | Merge pull request #314 from randombit/ct-tls-cbc-padding | Jack Lloyd | 2015-10-26 | 24 | -332/+884 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Missing include dependency | Jack Lloyd | 2015-10-26 | 1 | -1/+1 | |
| * | | | | | Asan fix - referencing &vec[vec.size()] instead of vec.end() | Jack Lloyd | 2015-10-26 | 3 | -39/+22 | |
| * | | | | | TLS improvements | Jack Lloyd | 2015-10-25 | 22 | -292/+861 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Add missing include | Jack Lloyd | 2015-10-26 | 1 | -0/+1 | |
* | | | | | Merge pull request #313 from randombit/path-validation-fixes | Jack Lloyd | 2015-10-26 | 54 | -119/+2851 | |
|\ \ \ \ \ | ||||||
| * | | | | | Disable two tests from x509test which no longer have correct dates. | Jack Lloyd | 2015-10-26 | 2 | -2/+5 | |
| * | | | | | Fix cert validation bugs found by x509test. | Jack Lloyd | 2015-10-23 | 54 | -119/+2848 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #306 from webmaster128/update-docs | Simon Warta | 2015-10-26 | 4 | -49/+35 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Update doc for issuer_dn() and subject_dn() | Simon Warta | 2015-10-20 | 3 | -11/+5 | |
| * | | | | Remove redundant function definitions from docs | Simon Warta | 2015-10-20 | 1 | -10/+0 | |
| * | | | | Make Version_Code an enum type for documentation | Simon Warta | 2015-10-20 | 1 | -1/+1 | |
| * | | | | Update TLC::Client constructor documentation | Simon Warta | 2015-10-20 | 1 | -13/+14 |