1. 0fd34cd Migrate the HmacKeyManger to a KeyTypeManager. by tholenst · 4 years, 9 months ago
  2. 20c54d6 Deprecate TinkConfig.LATEST. by paulavidas · 4 years, 9 months ago
  3. fff2615 Deprecate TinkConfig::Latest(). by paulavidas · 4 years, 9 months ago
  4. 7097f40 Add ABSL_MUST_USE_RESULT to Tink StatusOr. by tholenst · 4 years, 9 months ago
  5. e670b27 Merge pull request #233 from cuonglm:master by Bartosz Przydatek · 4 years, 9 months ago
  6. b24edc2 Add AES-CTR-HMAC-STREAMING to C++ Streaming AEAD implementations list. by paulavidas · 4 years, 9 months ago
  7. 32a415f Migrate the AesGcmKeyManager in java to a KeyTypeManager. by tholenst · 4 years, 9 months ago
  8. 7f4cae1 Remove the function getEncryptedSegments() from the StreamSegmentEncrypter, and add overflow protection in AesGcmHkdfStreaming. Also, use a new specialized function putAsUnsignedInt to make sure that negative numbers are treated correctly -- the implementation is trivial, but the fact that it works requires some deep knowledge, so I'd rather just add a test. by tholenst · 4 years, 9 months ago
  9. 630487a Add AES-CTR-HMAC-streaming key templates. by paulavidas · 4 years, 9 months ago
  10. d8995cf Merge branch 'master' into master by przydatek · 4 years, 9 months ago
  11. 80509c2 Remove repeated license. by paulavidas · 4 years, 9 months ago
  12. af114f1 Add AES-CTR-HMAC-streaming key manager. by paulavidas · 4 years, 9 months ago
  13. 4d8e2b2 Merge pull request #235 from m-amr:enhance_aead_factory_Encrypt by Bartosz Przydatek · 4 years, 9 months ago
  14. 519ea64 Split the cmake presubmit/postsubmit script into two parts. In the presubmit one, only run the unit tests. by tholenst · 4 years, 9 months ago
  15. c6394ff Add ABSL_MUST_USE_RESULT to Tink. by tholenst · 4 years, 9 months ago
  16. 1299b39 Add AES-CTR-HMAC streaming. by paulavidas · 4 years, 9 months ago
  17. 2c47bb9 Add methods HybridTestUtil which allow encrypting then decrypting with a Hybrid{En,De}crypt. This is sometimes useful in tests (you can easily check if two objects fit together. by tholenst · 4 years, 9 months ago
  18. 258e614 Add AES-256-GCM key template with raw output prefix. by Tink Team · 4 years, 9 months ago
  19. 2958a38 Deprecate some of the mentions of catalogue java. by tholenst · 4 years, 9 months ago
  20. 8913862 Add a check if ciphertext is too short. by paulavidas · 4 years, 9 months ago
  21. 807f200 Add GetAesCtrCipherForKeySize. by paulavidas · 4 years, 9 months ago
  22. 732dca6 Migrate the AesCmacKeyManager to a KeyTypeManager. by tholenst · 4 years, 9 months ago
  23. c72d510 Add the streaming_aead_test_util_test to CMake. by tholenst · 4 years, 9 months ago
  24. 9cdfccc Fix ciphertext segment size validation. by paulavidas · 4 years, 9 months ago
  25. c101e37 Add using declarations for the type parameters in KeyTypeManagers and use them. by tholenst · 4 years, 9 months ago
  26. 662b835 Change to AndroidKeysetManager.TAG by Tink Team · 4 years, 9 months ago
  27. 0c98f2e Always use the Status result in Tink. by tholenst · 4 years, 9 months ago
  28. b9615a3 Migrate the AesGcmKeyManager to a KeyTypeManager. by tholenst · 4 years, 9 months ago
  29. 6932e91 Migrate the AesGcmHkdfStreamingManager to a KeyTypeManager. by tholenst · 4 years, 9 months ago
  30. 7c012dd Add AES-CTR-HMAC stream segment encrypter. by paulavidas · 4 years, 9 months ago
  31. c81d8af Fix kokoro. by tholenst · 4 years, 9 months ago
  32. 49817eb Add license headers I forgot. by tholenst · 4 years, 9 months ago
  33. 625dafd Always use the Status result in some of the Tink unit tests. by tholenst · 4 years, 9 months ago
  34. 9344b1c Fix the "the the" typos. by tanujdhir · 4 years, 9 months ago
  35. bff0e52 Add Tanuj and Paula to maintainers list. by tanujdhir · 4 years, 9 months ago
  36. 84e8fd0 Use Abseil for logging. by tanujdhir · 4 years, 9 months ago
  37. f6956c7 Fix 'enogh' typo. by tanujdhir · 4 years, 9 months ago
  38. 94a8486 Remove duplicate variable assignment. by tanujdhir · 4 years, 9 months ago
  39. f2793cf Fix missing return. by paulavidas · 4 years, 9 months ago
  40. d73d7be C++/Objc Tink: Remove building the RegistryConfig protos. by tholenst · 4 years, 9 months ago
  41. 9e9100c Stop using the lastest config RegistryConfig from python. by tholenst · 4 years, 9 months ago
  42. 1054dba Java Tink: Remove building the RegistryConfig protos. by tholenst · 4 years, 9 months ago
  43. 857700b Fix 'an streaming' typo by tanujdhir · 4 years, 9 months ago
  44. 378fd95 Remove the Register(const KeyTypeEntry&) code and do what we do previously. Also, simply register everything in the Register(const RegistryConfig&) code. by tholenst · 4 years, 9 months ago
  45. 465910b Java: remove the remaining catalogues. by tholenst · 4 years, 9 months ago
  46. 4fde586 Deprecated the KeyTypeEntry proto and the RegistryConfig proto by tholenst · 4 years, 9 months ago
  47. 6972ff0 Java: Remove the streaming aead catalogue. by tholenst · 4 years, 9 months ago
  48. 107b91b Fix a typo. by tanujdhir · 4 years, 9 months ago
  49. 79de3e7 Add back a test for "add_catalogue" and "get_catalogue". by tholenst · 4 years, 9 months ago
  50. 9d6d7fe Make the program crash if vasprintf cannot allocate memory. by tholenst · 4 years, 9 months ago
  51. 0b558e4 Deprecate catalogues. by paulavidas · 4 years, 9 months ago
  52. 0de5eb4 Remove unused catalogue dependency. by paulavidas · 4 years, 9 months ago
  53. 865743b Remove unused catalogue dependency. by paulavidas · 4 years, 9 months ago
  54. 968f184 Remove dummy catalogue from test. by paulavidas · 4 years, 9 months ago
  55. f394766 Remove comment. by paulavidas · 4 years, 9 months ago
  56. bddc87c Remove dummy catalogues in tests. by paulavidas · 4 years, 9 months ago
  57. 7698171 Deprecate Catalogue class. by paulavidas · 4 years, 9 months ago
  58. 5f2f423 Update error message for non-standard primitives. by paulavidas · 4 years, 9 months ago
  59. 56a9c70 Update description of TinkConfig::Register() method. by paulavidas · 4 years, 9 months ago
  60. 536ed89 Update description of Register() method. by paulavidas · 4 years, 9 months ago
  61. 429a076 Remove Config::RegisterWrapper. by paulavidas · 4 years, 9 months ago
  62. 917a728 Remove the hybrid catalogues. by paulavidas · 4 years, 9 months ago
  63. 0450ad7 Change JavaScript code constructing JSPB protos to use the 'builder' pattern. by Tink Team · 4 years, 9 months ago
  64. db2dcf9 Fix code snippet typo. by ckl · 4 years, 9 months ago
  65. 49c645c Internal change. by candrian · 4 years, 9 months ago
  66. 1159f50 Remove the signatures catalogues. by paulavidas · 4 years, 9 months ago
  67. 6ddf091 Rename InternalKeyManager to KeyTypeManager. by tholenst · 4 years, 9 months ago
  68. 7594746 Remove the aead catalogue. by paulavidas · 4 years, 9 months ago
  69. eb0072c Complete the "config_util_test". by tholenst · 4 years, 9 months ago
  70. 67d1cf7 Remove the streaming aead catalogue. by tholenst · 4 years, 9 months ago
  71. 5c2c119 Remove the deterministic aead catalogue. by paulavidas · 4 years, 9 months ago
  72. 3160005 Remove the MAC catalogue. by paulavidas · 4 years, 9 months ago
  73. 4c33602 enhance(golang): enhance Encrypt, ComputeMAC and Sign memory allocation by mohamed amr · 4 years, 9 months ago
  74. f2fc21f Fix "can be obtain" typo. by tanujdhir · 4 years, 10 months ago
  75. ff7b07a Create Python MAC service example using Keystore. by tanujdhir · 4 years, 10 months ago
  76. 569fc19 Add a "config_util" class with a method "CreateTinkKeyTypeEntry" by tholenst · 4 years, 10 months ago
  77. 33dde79 go: refactoring by LE Manh Cuong · 4 years, 10 months ago
  78. 86f786c Merge pull request #230 from ishworgurung:fix-nil-deref by Bartosz Przydatek · 4 years, 10 months ago
  79. 4a36437 Merge pull request #232 from dcouturier:patch-1 by Bartosz Przydatek · 4 years, 10 months ago
  80. b9f5173 Merge branch 'master' into fix-nil-deref by przydatek · 4 years, 10 months ago
  81. d9ccfb5 Merge branch 'master' into patch-1 by przydatek · 4 years, 10 months ago
  82. 0933a6d AES CMAC: Copy the tag size into the key. by tholenst · 4 years, 10 months ago
  83. 2f25bf4 Add AES CMAC to the config. by tholenst · 4 years, 10 months ago
  84. fa978a6 Internal change by candrian · 4 years, 10 months ago
  85. 0233079 Move tink_config out from core. by epuig · 4 years, 10 months ago
  86. a9991c6 Fixing type bug by Tink Team · 4 years, 10 months ago
  87. 7a500ef Adding AES-CMAC to Tink's supported macs in C++. by Tink Team · 4 years, 10 months ago
  88. fc0712e Change JavaScript code constructing JSPB protos to use the 'builder' pattern. by Tink Team · 4 years, 10 months ago
  89. e01e592 Rename InternalKeyManager to KeyTypeManager. by tholenst · 4 years, 10 months ago
  90. b3ee0b5 Added a missing period in a comment. by paulavidas · 4 years, 10 months ago
  91. 53f3983 Internal change. by candrian · 4 years, 10 months ago
  92. f2b08ba Use external protobuf Python library. by tanujdhir · 4 years, 10 months ago
  93. db77ee5 Fix some docstrings. by tanujdhir · 4 years, 10 months ago
  94. 49027e7 Fix a typo. by paulavidas · 4 years, 10 months ago
  95. fa0f9bb Quote $@ variable to prevent repeated-expansion bugs. by tanujdhir · 4 years, 10 months ago
  96. 2695839 Merge pull request #231 from mark-buer:android-23-AES256_GCM_HKDF_4KB-round-trip-failure by Bartosz Przydatek · 4 years, 10 months ago
  97. 3abd9b7 Fixed a typo. by paulavidas · 4 years, 10 months ago
  98. b1dea7b Fix a file_mac test case. by tanujdhir · 4 years, 10 months ago
  99. 07e843d Use Abseil test library for compatibility. by tanujdhir · 4 years, 10 months ago
  100. 165ef01 Add UNKNOWN_KEYMATERIAL to the things which count as secret in golang. by tholenst · 4 years, 10 months ago