aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Add update overload taking std::string to PK_Verifier and PK_SignerJack Lloyd2015-12-021-1/+19
* | | | | | | | Avoid ever returning 0 from CPUID::cache_line_sizeJack Lloyd2015-12-022-1/+12
* | | | | | | | Add more workfactor estimate helpers.Jack Lloyd2015-11-296-32/+53
* | | | | | | | Improve side channel attack resistance of table based AES implJack Lloyd2015-11-294-417/+172
* | | | | | | | Fix compile error when compression is disabledJack Lloyd2015-11-291-1/+1
* | | | | | | | Guard these test calls with the same feature macro guarding their definition.Jack Lloyd2015-11-281-0/+2
* | | | | | | | Add differential compression test.Jack Lloyd2015-11-282-42/+88
* | | | | | | | Convert const char* arguments on Test:: to std::stringsJack Lloyd2015-11-288-72/+57
* | | | | | | | Push the hardcoded entropy estimates up to build.hJack Lloyd2015-11-2811-70/+81
* | | | | | | | Better error checking for <libs> settings in module info filesJack Lloyd2015-11-281-0/+7
* | | | | | | | Merge pull request #320 from matejk/fix_crash_in_comp_filterSimon Warta2015-11-261-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Compression filter: Reorganised verification order of transform.Matej Kenda2015-11-261-4/+6
| * | | | | | | | Fixed crash in compression filter when transform argument is null.Matej Kenda2015-11-031-1/+6
| |/ / / / / / /
* | | | | | | | Ignore anything in the output dirJack Lloyd2015-11-241-1/+1
* | | | | | | | New reseed_with_sources call on RNGsJack Lloyd2015-11-2447-157/+459
* | | | | | | | Updates for news, readmeJack Lloyd2015-11-242-31/+34
* | | | | | | | Disable some problem areas of TLS corruption test pending rewriteJack Lloyd2015-11-241-5/+2
* | | | | | | | Merge pull request #335 from cordney/patch-1Simon Warta2015-11-241-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix sanitizer build in travis ciRené Korthaus2015-11-241-1/+1
|/ / / / / / / /
* | | | | | | | Remove bogus code from generic mp_madd header, noticed on PPC build.Jack Lloyd2015-11-232-5/+6
* | | | | | | | Merge pull request #333 from webmaster128/fix-testSimon Warta2015-11-231-10/+15
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Enhance tests main readabilitySimon Warta2015-11-231-10/+15
|/ / / / / / /
* | | | | | | Add Simon Warta to license and creditsSimon Warta2015-11-182-0/+7
* | | | | | | Remove mul128.h header from public viewJack Lloyd2015-11-163-19/+27
* | | | | | | Add helper for test output files. Remove last uses of hardcoded data dir macrosJack Lloyd2015-11-165-60/+88
* | | | | | | 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
|\ \ \ \ \ \