- May 02, 2019
- Mar 20, 2019
- Feb 27, 2018
-
-
Google Engineers authored
This allows to use BUILD for Blaze. Change-Id: I6fa84543b8ec927b0bdf5641f698b00d9c4de416 ORIGINAL_AUTHOR=Google Engineers <noreply@google.com> GitOrigin-RevId: c049652c44d7e575d04169caf19d85b0d5371181
-
- Oct 06, 2017
-
-
Thai Duong authored
- Moving wycheproof test vectors to testdata/wycheproof so that they can be excluded in sync. - StreamingAeadConfig does not use AeadConfig, removing the dependency. - Adding ToString() in a few places. - Removing unused dependencies in AesGcmBoringSsl. - Removing TestUtil.getBytes() and renaming TestUtil.getJsonObject to readJson. Change-Id: I5216275fa7050524af98c11ce6a8007cbab37212 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 4fdc9b5759d0f37b0ce054fe56a57bb27c3ba594
-
Quan Nguyen authored
The bug is that isNonZeroVarTime assumes the input is reduced while it isn't. Furthermore, the reduced number representation is not unique, e.g., the following array is essentially zero [67108845,33554431,67108863,33554431,67108863,33554431,67108863,33554431,67108863,33554431] We have to call Field25519.contract() before checking for zero. Change-Id: Ib4f80a686de3f72e44dc602664c9f12616663db8 ORIGINAL_AUTHOR=Quan Nguyen <quannguyen@google.com> GitOrigin-RevId: c735f0857fad861647a53eb842838cf0e499636d
-
- Jul 28, 2017
-
-
Thanh Bui authored
AES-GCM and ECDSA tests now obtain the test vectors directly from Wycheproof's repository. Change-Id: I614ba141c342a34286b7f2f11af87e25b0f1dc81 ORIGINAL_AUTHOR=Thanh Bui <thanhb@google.com> GitOrigin-RevId: 176deedb86d4d4ebd10aed07aa9ad1042e467fba
-
- Jul 22, 2017
-
-
Thanh Bui authored
To test ECDSA, also add test vectors from Wycheproof. Change-Id: I08157184e727acecf854b2d4dda766ae8e613217 ORIGINAL_AUTHOR=Thanh Bui <thanhb@google.com> GitOrigin-RevId: adfb86b2ebb474386f3aa51906a3cfdf632977c3
-
Thanh Bui authored
To test AES-GCM, also add AES-GCM test vectors from Wycheproof. Change-Id: Ib367b2dff4200ca27068d78b1cbe026381ef4b32 ORIGINAL_AUTHOR=Thanh Bui <thanhb@google.com> GitOrigin-RevId: 83e830ecaa3cd321161b2240897c940876c484c9
-
- May 26, 2017
-
-
Thai Duong authored
Change-Id: I7822198a4257a81db34231d1c4d416f87fb9b65a ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: e38021ac0481d7c14f68778d60468e66767a91d6
-
- Apr 12, 2017
-
-
Thai Duong authored
Change-Id: I1b59df255d25a25e79849408b7df0901e5e4486b ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 81b35288e94edb4eec6f679268638f90d65de839
-
- Apr 07, 2017
-
-
Thai Duong authored
Stop using null for optional AAD, but an empty byte array. Simplify one of Registry.newKey methods: instead of taking typeUrl and serialized, it'll just take a key template. Change-Id: I866d7d4c637c136376efdb3be090b4145a8f4245 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 0cccaec35301f26a9bbfbd4faab59cb1eefdcccc
-
- Mar 23, 2017
-
-
Thai Duong authored
ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 721d2b722b1c7582e34eb55e91607f84ceb8b880
-
Thai Duong authored
Move java/GenTestRules.bzl -> tools/gen_java_test_rules.bzl, so that we can use it for other components. Change-Id: I339702f340f75269f48fb6b8e8c78616d72d2f72 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 6667ac5c857bd16066a7c229de0dddae59f265e7
-