aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #332 from tiwoc/creditsJack Lloyd2015-11-162-0/+5
|\ \ \ \ \ \ \
| * | | | | | | Add myself to credits.rst and license.txtDaniel Seither2015-11-162-0/+5
* | | | | | | | Update hacking.rst with copyright info and other hints. GH #331Jack Lloyd2015-11-161-7/+78
|/ / / / / / /
* | | | | | | Avoid multiplication by zero here as get_affine will reject itJack Lloyd2015-11-131-1/+1
* | | | | | | Fix bug causing TLS client to sometimes reject DHE server kexJack Lloyd2015-11-133-35/+20
* | | | | | | Add remove_all to TLS session manager interfaceJack Lloyd2015-11-139-48/+69
* | | | | | | Remove call to abort on a zero point in PointGFp::get_affine_{x,y}Jack Lloyd2015-11-131-4/+0
* | | | | | | Drop the DH group check to a weaker version of the checksJack Lloyd2015-11-131-2/+3
* | | | | | | Include the version string in the test outputJack Lloyd2015-11-131-0/+2
* | | | | | | The TLS test for corrupted data was too strict in requiring thatJack Lloyd2015-11-131-30/+32
* | | | | | | Add TLS_PSK testsJack Lloyd2015-11-138-89/+220
* | | | | | | Avoid calling get_files_recursive on a possible non-directory.Jack Lloyd2015-11-112-9/+10
* | | | | | | Test all providers for PK operationsJack Lloyd2015-11-111-24/+103
* | | | | | | Add missing overridesJack Lloyd2015-11-112-2/+2
* | | | | | | Fix occasional test failsJack Lloyd2015-11-114-7/+70
* | | | | | | Add missing copyright/license notices.Jack Lloyd2015-11-112-0/+12
* | | | | | | Update and consolidate the test framework.Jack Lloyd2015-11-1189-21677/+8730
* | | | | | | Tick version to 1.11.25Jack Lloyd2015-11-042-1/+6
* | | | | | | Correct 1.11.24 release dateJack Lloyd2015-11-041-1/+1
* | | | | | | Update for 1.11.24 release1.11.24Jack Lloyd2015-11-042-4/+18
* | | | | | | Add check for path validation result in Credentials_Manager. GH #324Jack Lloyd2015-11-044-6/+18
* | | | | | | Merge pull request #322 from cordney/fix-gentoo-package-linkSimon Warta2015-11-031-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix broken Gentoo package hyperlinkRené Korthaus2015-11-031-1/+1
|/ / / / / /
* | | | | | Update newsJack Lloyd2015-10-271-0/+6
* | | | | | Merge pull request #317 from randombit/cc-flag-sanityJack Lloyd2015-10-2720-142/+126
|\ \ \ \ \ \
| * | | | | | Remove --build-mode and add individual toggles for optimization, debug,Jack Lloyd2015-10-2611-49/+63
| * | | | | | Remove the strange conjoining of debug and optimization flags.Jack Lloyd2015-10-2612-95/+65
* | | | | | | Add some tests of basic load/store opsJack Lloyd2015-10-271-2/+109
* | | | | | | Reduce workfactors in ffi tests to speed things alongJack Lloyd2015-10-271-2/+2
* | | | | | | Remove unused xor_buf.h (internal header merged into mem_ops.h)Jack Lloyd2015-10-271-144/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | Tick version to 1.11.23Jack Lloyd2015-10-272-1/+8
* | | | | | Merge pull request #316 from randombit/mce-keygen-endianJack Lloyd2015-10-273-20/+27
|\ \ \ \ \ \
| * | | | | | Fix McEliece key gen endian dependency.Jack Lloyd2015-10-273-20/+27
|/ / / / / /
* | | | | | Fix dist.py to handle signed git tagsJack Lloyd2015-10-261-5/+14
* | | | | | Update for 1.11.23 release1.11.23Jack Lloyd2015-10-263-4/+9
* | | | | | Compile fixJack Lloyd2015-10-261-1/+1
* | | | | | 1.11.22 release1.11.22Jack Lloyd2015-10-263-14/+88
* | | | | | Merge pull request #314 from randombit/ct-tls-cbc-paddingJack Lloyd2015-10-2624-332/+884
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Missing include dependencyJack Lloyd2015-10-261-1/+1
| * | | | | Asan fix - referencing &vec[vec.size()] instead of vec.end()Jack Lloyd2015-10-263-39/+22
| * | | | | TLS improvementsJack Lloyd2015-10-2522-292/+861
| | |_|_|/ | |/| | |
* | | | | Add missing includeJack Lloyd2015-10-261-0/+1
* | | | | Merge pull request #313 from randombit/path-validation-fixesJack Lloyd2015-10-2654-119/+2851
|\ \ \ \ \
| * | | | | Disable two tests from x509test which no longer have correct dates.Jack Lloyd2015-10-262-2/+5
| * | | | | Fix cert validation bugs found by x509test.Jack Lloyd2015-10-2354-119/+2848
| | |_|/ / | |/| | |
* | | | | Merge pull request #306 from webmaster128/update-docsSimon Warta2015-10-264-49/+35
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Update doc for issuer_dn() and subject_dn()Simon Warta2015-10-203-11/+5
| * | | | Remove redundant function definitions from docsSimon Warta2015-10-201-10/+0
| * | | | Make Version_Code an enum type for documentationSimon Warta2015-10-201-1/+1
| * | | | Update TLC::Client constructor documentationSimon Warta2015-10-201-13/+14