2bc78ec25bpin release runner version to 18.04
Matt Wilhelm
2020-03-31 09:11:05 -0400
c04595897atest update ubuntu workflow runner & cmake version
Matt Wilhelm
2020-03-31 09:07:19 -0400
ea260bd8b5Update exploit Update exploit
Matt Wilhelm
2020-03-31 08:57:11 -0400
b6b4333e78Adding the parameter for ballot_samples to Makefile
Raul Garcia (MSFT)
2020-03-25 16:53:29 -0700
40d26e1d9aFixing a potential BO that could happen if the ID assigned by the trustee would exceed the limit in the ballot files and adding a test for the fix.
Raul Garcia (MSFT)
2020-02-21 16:41:16 -0800
27f76764ebFixing a potential BO that could happen if the ID assigned by the trustee would exceed the limit in the ballot files. Adding a test for the fix.
Raul Garcia (MSFT)
2020-02-21 16:23:56 -0800
5f9d6750c1Fixing a couple of bugs I found * static analysis detected a potential BO on main.c * mismatching size for the variable (32 vs 64) * potential for usage after delete/double free
Raul Garcia (MSFT)
2020-02-11 17:49:50 -0800
8071d5af3eSupport external_ballot_identifer as a string. Export/import ballots from encrypter
Matt
2020-01-23 13:27:52 -0500
9f7fad08f955655 - Unsafe usage of string related APIs 55655 - Usage of unsafe string related APIs could lead to potential buffer overflow For Windows & C11 compilers, we switched to the usage of *_s version of the APIs as recommended. For other compilers, additional checks to prevent buffer overflow have been added.
Raul Garcia
2020-01-15 16:40:59 -0800
74c88bee9c55655 - Unsafe usage of string related APIs 55655 - Usage of unsafe string related APIs could lead to potential buffer overflow For Windows & C11 compilers, we switched to the usage of *_s version of the APIs as recommended. For other compilers, additional checks to prevent buffer overflow have been added.
Raul Garcia
2020-01-15 15:45:08 -0800
faac2c011d55655 - Unsafe usage of string related APIs 55655 - Usage of unsafe string related APIs could lead to potential buffer overflow For Windows & C11 compilers, we switched to the usage of *_s version of the APIs as recommended. For other compilers, additional checks to prevent buffer overflow have been added.
Raul Garcia
2020-01-15 15:23:12 -0800
26da02b10e55655 - Unsafe usage of string related APIs 55655 - Usage of unsafe string related APIs could lead to potential buffer overflow. For Windows & C11 compilers, we switched to the usage of *_s version of the APIs as recommended. For other compilers, additional checks to prevent buffer overflow have been added.
Raul Garcia
2020-01-15 13:58:05 -0800
2288e878f9Fix/tally votes trustee threshold (#61)
Matt Wilhelm
2020-01-06 15:44:24 -0500
1475526832fix extraneous arguments in call
Matt
2020-01-06 14:09:30 -0500
3c0c267d47add test_ballot. Use assert for some test conditions
Matt
2020-01-06 12:40:18 -0500
4f13c73aa1use the threshold trustees in test to decrypt with missing trustees
Matt
2020-01-06 11:18:26 -0500
5a8fcab876handle announce trutees less than max trustees
Matt
2020-01-06 11:15:47 -0500
fdc1b2795fignore files in ballots results folder
Matt
2020-01-06 11:15:02 -0500
d55f8dae34Add Trustee index to decryption trustee
Matt
2020-01-06 11:14:47 -0500
3398ce4ec6Rename refactor decryption_trustee
Matt
2020-01-06 11:08:38 -0500
fb0fead26cFix/configurable storage paths (#55)
v0.0.4
Matt Wilhelm
2019-12-05 13:10:00 -0500
Merge branch 'master' into feature/output_tally
Ethan Chumley
2019-12-03 16:14:14 -0500
cf29bdd555Change commands to use standard windows commandline syntax instead of powershell
Pamela Vong
2019-12-03 11:22:32 -0500
e76ea69058Update README for windows to rename the old `vendor-sdk` folder to `ElectionGuard-SDK-C-Implementation` and added step in simple example to find the built binary on windows
Pamela Vong
2019-12-03 11:13:23 -0500