Skip to content
Snippets Groups Projects
  1. Jul 11, 2019
    • tanujdhir's avatar
      Remove Apache 2.0 comments from build files. · 5c33dec2
      tanujdhir authored
      To replicate:
      find -name BUILD.bazel -exec sed -Ei 's/\s+# Apache 2.0$//' {} \;
      find -name BUILD.bazel -exec sed -Ei 's/\s+# Apache 2.0 # keep$/  # keep/' {} \;
      
      PiperOrigin-RevId: 257604221
      5c33dec2
  2. May 29, 2019
  3. May 02, 2019
  4. Mar 20, 2019
    • baskaran's avatar
      internal cleanup · 0a394eba
      baskaran authored
      NOKEYCHECK=True
      PiperOrigin-RevId: 237356228
      GitOrigin-RevId: 984d57fd725606039db54712e668cd5c184c16fc
      0a394eba
    • baskaran's avatar
      AWS KMS integration · 6d0765ae
      baskaran authored
      NOKEYCHECK=True
      PiperOrigin-RevId: 237348599
      GitOrigin-RevId: 7f2e08b2b5871f02b139dd9b5ac55b3e0c30c62f
      6d0765ae
  5. Feb 27, 2018
    • Google Engineers's avatar
      Mass renaming BUILD to BUILD.bazel. · d98847ce
      Google Engineers authored
      This allows to use BUILD for Blaze.
      
      Change-Id: I6fa84543b8ec927b0bdf5641f698b00d9c4de416
      ORIGINAL_AUTHOR=Google Engineers <noreply@google.com>
      GitOrigin-RevId: c049652c44d7e575d04169caf19d85b0d5371181
      d98847ce
  6. Oct 06, 2017
    • Thai Duong's avatar
      Fixing issues found during sync. · f77a51a1
      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
      f77a51a1
    • Quan Nguyen's avatar
      Fix a bug in Ed25519 and add Wycheproof tests. · 2da371ee
      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
      2da371ee
  7. Jul 28, 2017
    • Thanh Bui's avatar
      Remove AES-GCM and ECDSA test vector files. · 1a8d7249
      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
      1a8d7249
  8. Jul 22, 2017
    • Thanh Bui's avatar
      Add ECDSA implementation. · cd3117f7
      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
      cd3117f7
    • Thanh Bui's avatar
      Add AES-GCM subtle. · 45b8562e
      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
      45b8562e
  9. May 26, 2017
    • Thai Duong's avatar
      Move Java to com.google.crypto.tink. · c0412713
      Thai Duong authored
      Change-Id: I7822198a4257a81db34231d1c4d416f87fb9b65a
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: e38021ac0481d7c14f68778d60468e66767a91d6
      c0412713
  10. Apr 12, 2017
  11. Apr 07, 2017
    • Thai Duong's avatar
      Delete most dummy primitives and key managers. · 7fa57db6
      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
      7fa57db6
  12. Mar 23, 2017
Loading