1. 0194973 Merge pull request #24 from Daquisu:daquisu/fix-tink-cc by Copybara-Service · 4 days ago main upstream/main upstream/master
  2. 0c3f496 Automated Code Change by Tink Team · 4 days ago
  3. 5b82f9b Optimize GenerateKeyPair in ecies_proto_serialization_impl_test.cc to use static keys. by Jérémy Prudhommeaux · 4 days ago
  4. c7c0ab3 Automated Code Change by Tink Team · 5 days ago
  5. 7652b25 Automated Code Change by Tink Team · 5 days ago
  6. ebcc7b5 No description provided. by Tink Team · 5 days ago
  7. 19d09a8 Automated Code Change by Tink Team · 5 days ago
  8. db3524b Automated Code Change by Tink Team · 5 days ago
  9. 42c4f73 Automated Code Change by Tink Team · 5 days ago
  10. 3f80c5e Automated Code Change by Tink Team · 5 days ago
  11. 9b3033e Automated Code Change by Tink Team · 5 days ago
  12. 82453b2 Automated Code Change by Tink Team · 5 days ago
  13. 8b32408 Automated Code Change by Tink Team · 5 days ago
  14. 9501867 Automated Code Change by Tink Team · 5 days ago
  15. 2d1cb4c Automated Code Change by Tink Team · 5 days ago
  16. 6041b2d Automated Code Change by Tink Team · 5 days ago
  17. 025faac Automated Code Change by Tink Team · 5 days ago
  18. 163febd Automated Code Change by Tink Team · 5 days ago
  19. 7f2284b Automated Code Change by Tink Team · 5 days ago
  20. db52a44 Automated Code Change by Tink Team · 5 days ago
  21. b837726 Automated Code Change by Tink Team · 5 days ago
  22. 500a313 Automated Code Change by Tink Team · 5 days ago
  23. ecfcf00 Automated Code Change by Tink Team · 5 days ago
  24. 684d5a6 Automated Code Change by Tink Team · 5 days ago
  25. 4cd8518 Automated Code Change by Tink Team · 5 days ago
  26. b8ed6ce Automated Code Change by Tink Team · 5 days ago
  27. c775263 Automated Code Change by Tink Team · 5 days ago
  28. 190012d Automated Code Change by Tink Team · 5 days ago
  29. 55dd64e Automated Code Change by Tink Team · 5 days ago
  30. 05c9c5a Automated Code Change by Tink Team · 5 days ago
  31. 7894aa8 Automated Code Change by Tink Team · 5 days ago
  32. 1798180 Automated Code Change by Tink Team · 5 days ago
  33. 6a171be Automated Code Change by Tink Team · 5 days ago
  34. 0fff58f Automated Code Change by Tink Team · 5 days ago
  35. f8b52fa Automated Code Change by Tink Team · 5 days ago
  36. 7521981 Automated Code Change by Tink Team · 5 days ago
  37. 8b09eaa Automated Code Change by Tink Team · 5 days ago
  38. 8f0d132 Automated Code Change by Tink Team · 5 days ago
  39. 440a8a9 Implement SLH-DSA key derivation. by Guillaume Endignoux · 6 days ago
  40. 57a008e Optimize GenerateKeyPair in ecies_proto_serialization_test.cc to use static keys. by Jérémy Prudhommeaux · 6 days ago
  41. 7641181 Make SLH-DSA private key fail at runtime rather than compile time in FIPS mode. by Guillaume Endignoux · 6 days ago
  42. d791665 Implement ML-DSA key derivation. by Guillaume Endignoux · 6 days ago
  43. 366a88d Make ML-DSA private key fail at runtime rather than compile time in FIPS mode. by Guillaume Endignoux · 6 days ago
  44. 3890767 Fix JWT custom kid handling for bounded string views by Akira · 6 days ago
  45. 50277d5 Internal changes. by Jérémy Prudhommeaux · 7 days ago
  46. a800cc4 Tag tink_cc version to 2.8.0. by Jérémy Prudhommeaux · 7 days ago upstream/2.8 v2.8.0
  47. 4267aa4 Add support for `oneof` fields in a `proto_parsing::Message` by Moreno Ambrosin · 7 days ago
  48. 9c0117e Add announcement to Github that OpenSSL will not be supported anymore. by Thomas Holenstein · 7 days ago
  49. df20be0 Bump Abseil version to 20260526.0 in tink_cc. by Jérémy Prudhommeaux · 7 days ago
  50. 1228b2e Optimize `crypto::tink::subtle::EncryptThenAuthenticate::Decrypt` by removing a redundant deep copy of the decrypted plaintext. by Shahriar Rouf · 9 days ago
  51. 5b8f0ce Add legacy `JWT ML-DSA` signature config registration. by William Conner · 13 days ago
  52. d5075b1 Support loading Ed25519 private key from PEM. by Liza Tretyakova · 13 days ago
  53. 14135f1 Internal changes. by Jérémy Prudhommeaux · 14 days ago
  54. ca0b220 Automated Code Change by Tink Team · 2 weeks ago
  55. 04d5c94 Update composite ML-DSA to return an error for vanilla BoringSSL. by Tink Team · 2 weeks ago
  56. 62be87e Optimize JWT raw RSA-SSA-PKCS1 verify key manager tests. by Jérémy Prudhommeaux · 2 weeks ago
  57. 5b27a53 Use hardcoded wycheproof values in raw RSA-SSA-PSS verify key manager tests. by Jérémy Prudhommeaux · 3 weeks ago
  58. 9b73f1c Internal changes. by Jérémy Prudhommeaux · 3 weeks ago
  59. 596f79d Add an Ed25519PrivateKey::Create overload that doesn't require an Ed25519PublicKey input. by Guillaume Endignoux · 3 weeks ago
  60. c1d69be Optimize JWT RSA-SSA-PKCS1 proto serialization impl tests. by Jérémy Prudhommeaux · 3 weeks ago
  61. 8b8745e Internal changes. by Jérémy Prudhommeaux · 3 weeks ago
  62. ca8e60c Align GTest version in C++ examples with main workspace (from 1.15.2 to 1.17.0). by Jérémy Prudhommeaux · 3 weeks ago
  63. 5c35abf Refactor ML-DSA key creator to use the new MlDsaPrivateKey::Create overload. by Guillaume Endignoux · 3 weeks ago
  64. bb2625e Add an SlhDsaPrivateKey::Create overload that doesn't require an SlhDsaPublicKey input. by Guillaume Endignoux · 3 weeks ago
  65. ed65391 Add an MlDsaPrivateKey::Create overload that doesn't require an MlDsaPublicKey input. by Guillaume Endignoux · 3 weeks ago
  66. fcece7e Optimize JWT RSA-SSA-PSS proto serialization impl tests. by Jérémy Prudhommeaux · 3 weeks ago
  67. 57e6c19 Rollback to 20250814.1. by Jérémy Prudhommeaux · 3 weeks ago
  68. b729da2 Add support for using a pre-installed benchmark library in Tink C++ CMake. by Jérémy Prudhommeaux · 3 weeks ago
  69. c403f96 Automated rollback of commit c9169a5314ff6c3f06d7f4665005647859abab82. by Jérémy Prudhommeaux · 3 weeks ago
  70. f11a8e6 Internal changes by Jérémy Prudhommeaux · 3 weeks ago
  71. 9f5298b Fix order-dependent test failures in keyset_handle_test.cc by ensuring all tests use the KeysetHandleTest fixture. by Jérémy Prudhommeaux · 3 weeks ago
  72. c9169a5 Bump Abseil version to 20260526.0. by Jérémy Prudhommeaux · 3 weeks ago
  73. 6526846 Automated Code Change by Tink Team · 3 weeks ago
  74. b17b6d9 Automated Code Change by Tink Team · 3 weeks ago
  75. 025ec53 Automated Code Change by Clayton Knittel · 3 weeks ago
  76. 1bc82ed Optimize JWT RSA-SSA-PKCS1 private key tests. by Jérémy Prudhommeaux · 3 weeks ago
  77. 7e4cc73 Optimize signature config tests by using static RSA keys. by Jérémy Prudhommeaux · 3 weeks ago
  78. 579c24c Bump bazel version to 9 in tink_cc. by Jérémy Prudhommeaux · 3 weeks ago
  79. fdc675d Optimize RSA-SSA-PSS private key tests to use static keys in BoringSSL key building test. by Jérémy Prudhommeaux · 4 weeks ago
  80. f03add5 Optimize RSA-SSA-PSS proto serialization tests to use static keys. by Jérémy Prudhommeaux · 4 weeks ago
  81. c3add08 Add rules_shell dependency and load shell rules in Tink workspaces. by Jérémy Prudhommeaux · 4 weeks ago
  82. 3c120e4 Optimize JWT RSA-SSA-PSS private key tests. by Jérémy Prudhommeaux · 4 weeks ago
  83. cd2747f Automated Code Change by Tink Team · 4 weeks ago
  84. 7539f2a Automated Code Change by Tink Team · 4 weeks ago
  85. 0e9e6b9 Use `rules_shell` for `kokoro/testutils` shell targets by Moreno Ambrosin · 4 weeks ago
  86. c687dd8 Automated Code Change by Tink Team · 4 weeks ago
  87. 7c5c5a6 Automated Code Change by Tink Team · 4 weeks ago
  88. 6f1bfb7 Automated Code Change by Tink Team · 4 weeks ago
  89. a6d65c0 Optimize string copy in PublicKeyVerifyWrapper by using a const reference to the identifier string. by Tink Team · 5 weeks ago
  90. 98d6a8f Add BuildPublicKeysetHandle to SignaturePemKeysetReaderBuilder. by Juerg Wullschleger · 5 weeks ago
  91. 9ddaac7 Optimize JWT RSA-SSA-PKCS1 proto serialization tests. by Jérémy Prudhommeaux · 5 weeks ago
  92. 8fcf4ac Cache ECIES test vectors and key generation helpers. by Jérémy Prudhommeaux · 5 weeks ago
  93. 50fac1d Optimize JWT RSA-SSA-PSS proto serialization tests. by Jérémy Prudhommeaux · 5 weeks ago
  94. fb4613b Optimize HPKE public key tests by using static keys. by Jérémy Prudhommeaux · 5 weeks ago
  95. 94f5aca Use crypto::tink::internal::StoreBigEndian32 instead of the absl-internal absl::big_endian::Store32. by Thomas Holenstein · 5 weeks ago
  96. c3dfa7f Optimize RSA-SSA-PKCS1 private key tests to use static keys in BoringSSL key building test. by Jérémy Prudhommeaux · 5 weeks ago
  97. 41d3439 Add internal `JWT ML-DSA` verify key manager using legacy key manager adaptor. by William Conner · 5 weeks ago
  98. 69f6b41 Optimize HPKE private key tests by using static keys. by Jérémy Prudhommeaux · 5 weeks ago
  99. 7e2e2f0 Create JWT RSA test vectors. by Jérémy Prudhommeaux · 5 weeks ago
  100. f9161da Optimize HPKE proto serialization impl tests by using static keys. by Jérémy Prudhommeaux · 5 weeks ago