Skip to content
Snippets Groups Projects
  1. Mar 20, 2019
  2. Feb 15, 2019
  3. Feb 11, 2019
  4. Feb 02, 2019
  5. Nov 28, 2018
  6. Oct 04, 2018
  7. Aug 30, 2018
  8. Aug 09, 2018
  9. Aug 01, 2018
    • Quan Nguyen's avatar
      Support EcdsaSignatureEncoding::IEEE_P1363 in C++. · ae7e9f91
      Quan Nguyen authored
       + Add EcdsaSignatureEncoding parameter into constructor of ecdsa_sign/verify_boringssl
       + str2bn/bn2str subtle_util_boringssl.
       + Methods transform back and forth between IEEE_P1363 and DER encoding.
      
      The rests of changes are just consequences of constructor change.
      
      PiperOrigin-RevId: 206673897
      GitOrigin-RevId: b41a79aed3c317ed6104e945dc1834bb4df0b358
      ae7e9f91
  10. Jul 27, 2018
  11. Jul 03, 2018
  12. Jun 27, 2018
  13. May 24, 2018
  14. Apr 06, 2018
  15. Apr 04, 2018
  16. Mar 18, 2018
  17. Mar 13, 2018
  18. 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
  19. Dec 20, 2017
  20. Dec 11, 2017
    • Bartosz Przydatek's avatar
      Removing protos-dependency of C++ subtle. · ddd1b8d1
      Bartosz Przydatek authored
      Also putting all subtle-classes in namespace crypto::tink::subtle.
      
      Change-Id: I47fece5df4ef524521449320d619b13ba8466373
      ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com>
      GitOrigin-RevId: 39ba523aecf79247e31f87e974f79eec3dfaf1bc
      ddd1b8d1
  21. Oct 26, 2017
  22. 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
  23. Sep 19, 2017
    • Thai Duong's avatar
      Using released tarballs or commits rather than GitHub archives. · 027af405
      Thai Duong authored
      These archives are prepared on-the-fly by GitHub and are not
      guaranteed to be the same every time (for example, the order of files
      within the archive could change).
      
      We also need a new version of rules_go because the version that
      we were using also depends on GitHub archives. This explains
      the changes in go/.
      
      Also switch to googletest's provided bazel BUILD file, as
      recommended by the googletest team.
      
      Change-Id: I57f9c93a41eb68ee2946a0744506a9334b6d1ccc
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: eab348375b10cedd354da3fc2f286abc80869df9
      027af405
  24. Sep 06, 2017
Loading