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. Jun 27, 2018
    • Quan Nguyen's avatar
      Add tests for ec_util · 507da6a8
      Quan Nguyen authored
      Remove ComputeSharedEcdh function because:
        + It's moved to subtle_util_boringssl
        + It's not used any more and it's not carefully tested.
      
      PiperOrigin-RevId: 202044794
      GitOrigin-RevId: 2248584d3263c9382471b3f5028a5de506e1d6ff
      507da6a8
  3. Apr 27, 2018
  4. Mar 18, 2018
  5. 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
  6. Jun 12, 2017
  7. 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
  8. May 04, 2017
    • Quan Nguyen's avatar
      Fix lint errors. · e4a2f639
      Quan Nguyen authored
      Change-Id: If4fa8cff5832a7eb68680ff61bb8d1b5b7ee160a
      ORIGINAL_AUTHOR=Quan Nguyen <quannguyen@google.com>
      GitOrigin-RevId: 3ac8c50e4f29d863eec568ad9addb5dabc6f5ff8
      e4a2f639
    • Quan Nguyen's avatar
      Fix copy.bara errors 3. · 0b8a9907
      Quan Nguyen authored
      Change-Id: Ia2a1d9ad90ac3ed9bd06f014b0b5ecf0476ad2eb
      ORIGINAL_AUTHOR=Quan Nguyen <quannguyen@google.com>
      GitOrigin-RevId: 68e71a328f66341bfb30afd659fe0afb3d2df295
      0b8a9907
    • Quan Nguyen's avatar
      ec_util raw ecdh. · d5872693
      Quan Nguyen authored
      Change-Id: I18e26993ee145226baff2f16317f00e2d4f8a569
      ORIGINAL_AUTHOR=Quan Nguyen <quannguyen@google.com>
      GitOrigin-RevId: d7dbc938cad7cbc3a9b3b68d46ef5a70d5c1c3b7
      d5872693
Loading