Skip to content
Snippets Groups Projects
  1. Sep 20, 2018
    • Thomas Holenstein's avatar
      Remove the main files from (hopefully) all tests. · 6a4c9498
      Thomas Holenstein authored
      Our tests are linked with gunit_main (or gunit_main_no_google3), which means that main is already defined in another translation unit. Having two main functions violates ODR and hence can result in undefined behavior.
      
      There is no need to fear losing tests. If a build system tries to run a test and there is no main function, then it will fail. Hence, i cannot see a way for this to stop testing a test.
      
      PiperOrigin-RevId: 213593596
      GitOrigin-RevId: 1fd8b2dcc18d24901d77170082587557cc5303e3
      6a4c9498
  2. Aug 30, 2018
  3. Aug 09, 2018
  4. Aug 01, 2018
  5. Jul 03, 2018
  6. Jun 27, 2018
  7. Jun 06, 2018
  8. May 24, 2018
  9. Mar 18, 2018
  10. 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
  11. 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
  12. May 26, 2017
    • Thai Duong's avatar
      Move C++ to google::crypto::tink. · 2675d260
      Thai Duong authored
      Change-Id: I115b64a1d4a3e4eadb330ed707c9206efd42ae31
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: 58c9c7744df883bbbe906d3928027607208a7d1a
      2675d260
  13. May 04, 2017
Loading