1. 991859c Simplify JWT example in Python. by juerg · 11 months ago
  2. dec6e09 Use KeysetHandle::GenerateNew in FIPS 140.2 config tests. by cinlin · 11 months ago
  3. 0e93895 Split jwt_signature_cli example into jwt_sign and jwt_verify. by juerg · 11 months ago
  4. 2e790f7 Simplify Python examples that use a KMS by ambrosin · 11 months ago
  5. ed9905d Remove usages of Registry.getKeyManager and Registry.getUntypedKeyManager in some tests. by juerg · 11 months ago
  6. 731f11a Create EciesPublicKey class in Java. by ioannanedelcu · 11 months ago
  7. 5a76d65 Add test example in go that exports a public JWK set. by juerg · 11 months ago
  8. 47a564b Small fixes in python JWT examples. by juerg · 11 months ago
  9. 2ffc4d9 Remove outdated TODO. by juerg · 11 months ago
  10. 941416e Make kms_envelope_aead a public Bazel target by ambrosin · 11 months ago
  11. f647c00 Delete KeyDerivationkeyTemplates. by tholenst · 11 months ago
  12. 6cfccff Define crypto::tink::KeyGenConfigV0(). #tinkApiChange by cinlin · 11 months ago
  13. 35b6c9c Update DAEAD C++ example tag to match other languages'. by cinlin · 11 months ago
  14. 10c008a Add deterministic AEAD to C++ examples directory. by cinlin · 11 months ago
  15. a14cdf3 Make "equalsKeyset" public. by tholenst · 11 months ago
  16. 2c21a67 Signature: Replace the validation tests with tests checking if the key generation succeeds. by tholenst · 11 months ago
  17. 89688db Deprecate "primaryKey". by tholenst · 11 months ago
  18. f567a2b Remove objc/ from github.com/google/tink by ambrosin · 11 months ago
  19. a48b971 Use the /bigobj copt when building for MSVC. by ambrosin · 11 months ago
  20. a078fcd Add documentation marks to JWT tests in golang. by juerg · 11 months ago
  21. 0bc4e25 Prfs & StreamingAeads: Replace the validation tests with tests checking if the key generation succeeds. by tholenst · 11 months ago
  22. b53d160 Register AES-GCM proto serialization. by wconner · 11 months ago
  23. 2995b1e Aeads: Replace the validation tests with tests checking if the key generation succeeds. by tholenst · 11 months ago
  24. 13736ff Fix links to dev site. by juerg · 11 months ago
  25. 2ebb314 Add "KeysetHandle#equalsKeyset". by tholenst · 11 months ago
  26. d59bd73 Macs: Replace the validation tests with tests checking if the key generation succeeds. by tholenst · 11 months ago
  27. 57cf066 Remove unused testonly target fake_kms_client_pybind by ambrosin · 11 months ago
  28. 3ae0f83 Fix hybrid/internal build files. by cinlin · 11 months ago
  29. 144ee18 Define crypto::tink::ConfigV0(). #tinkApiChange by cinlin · 11 months ago
  30. a6f2fd3 Register the PrfBasedDeriver protoserialization. by tholenst · 11 months ago
  31. fbd77e2 Add Parser and Serializer for EciesParameters. by ioannanedelcu · 11 months ago
  32. 6bb3193 chore: Improvements to Linux bdist script by ambrosin · 11 months ago
  33. b047fad Include .bazelversion in MANIFEST.in by ambrosin · 11 months ago
  34. 43d5698 Deprecate "KeyTemplate.getTypeUrl" by tholenst · 11 months ago
  35. d5c3380 Switch to fake type URL for fake key type in keyset_impl_test.cc. by wconner · 11 months ago
  36. 310fbd7 Remove usages of Registry.getKeyManager and Registry.getUntypedKeyManager in some tests. by juerg · 11 months ago
  37. e2aba24 Remove unused visibility specs by ambrosin · 11 months ago
  38. f804bb7 Avoid KeyTemplate.getTypeUrl(). by tholenst · 11 months ago
  39. b753055 Rewrite keyset.Handle.hasSecrets() function comment. by cinlin · 11 months ago
  40. e5118e2 Add a static factory method createFrom to "KeyTemplate.java". by tholenst · 11 months ago
  41. 2f2417f Update the build target in the old repo. by tholenst · 11 months ago
  42. ecd2fc9 Deprecate KeyTemplate#getValue(). by tholenst · 11 months ago
  43. 40606fd Check that X25519 only accepts compressed elliptic curve points. by ioannanedelcu · 11 months ago
  44. c4f961f Remove the remaining usages outside the package of KeyTemplate.getValue(). by tholenst · 11 months ago
  45. 1001873 Add EciesParameters class in Java. by ioannanedelcu · 11 months ago
  46. d14920f If available, use Conscrypt generate randomness. by juerg · 11 months ago
  47. 3abb457 Avoid KeyTemplate#getValue in the Jwt tests. by tholenst · 11 months ago
  48. f0f8c26 Add test that shows that the Aead object returned by KmsEnvelopeAead::New is compatible with the Aead generated using the KmsEnvelopeAeadKey template. by juerg · 11 months ago
  49. b2140ac Add test that shows that the Aead object returned by tink.KmsEnvelopeAead is compatible with the Aead generated using create_kms_envelope_aead_key_template. by juerg · 11 months ago
  50. 393e0f1 Split off a static function "write" which writes a keyset into the shared preferences. by tholenst · 11 months ago
  51. ea83616 Remove the method "shouldUseKeystore" and use "masterAead != null" instead. by tholenst · 11 months ago
  52. dd96bfa Move the PrfBasedKeyDerivationKeyProtoSerialization to Internal. by tholenst · 11 months ago
  53. 194f8b4 Add serialization and parsing for PrfBasedKeyDerivationKey objects. by tholenst · 11 months ago
  54. 5d4fe7f Use testKeyTemplateCompatible where appropriate in the JwtRsaSsaPkcs1SignKeyManagerTest by tholenst · 11 months ago
  55. 2aace65 Avoid KeyTemplate.java methods in some tests. by tholenst · 11 months ago
  56. 4623d4f Refactor proto serialization to use the EnumTypeProto converter. by ioannanedelcu · 11 months ago
  57. b63704f Add CallWithCoreDumpProtection by wiktorg · 11 months ago
  58. 7d10e73 Deprecate methods returning KeyHandle objects. by tholenst · 11 months ago
  59. 0c0d1d3 Add a parser and serializer for PrfBasedKeyDerivationParameters. by tholenst · 11 months ago
  60. 0d349b8 Deprecate the SharedPrefKeysetWriter. by tholenst · 11 months ago
  61. 4dc2025 Add support for full Mac primitive creation to AesCmacKeyManager. Remove now-unnecessary setup in the corresponding test. by lizatretyakova · 11 months ago
  62. 633fe3e Rename KeyDeriverContainer to KeyDataDeriver. by juerg · 11 months ago
  63. 508a4c8 Define Configuration in global registry mode. by cinlin · 11 months ago
  64. 4dd6c03 Use `absl::AnyInvocable` for the KeysetWrapper primitive getter. by cinlin · 11 months ago
  65. 3a00003 Rename to ConfigurationImpl::IsInGlobalRegistryMode. by cinlin · 11 months ago
  66. 582fe72 Don't parse RSA keys when using TSAN. by juerg · 11 months ago
  67. 3a8cc33 Introduce a way to create a PrfMac using the new HmacKey. by lizatretyakova · 11 months ago
  68. 08a79eb Avoid calls to soon-to-be-deprecated functions in KeyTemplate and use KeyTemplateProtoConverter instead. by tholenst · 11 months ago
  69. 9f478b7 Remove tools/testdata which is unused by ambrosin · 11 months ago
  70. 2de2aeb Add an internal method checkedToBytesFromPrintableAscii which can be called if one isn't sure whether the input string is correct (compared to toBytesFromPrintableAscii). by tholenst · 11 months ago
  71. 37c0b94 Remove tools/testing by ambrosin · 11 months ago
  72. 34eadb0 Extract test utilities into a separate class to enable reusing them. by lizatretyakova · 11 months ago
  73. 053b5b8 util/SecretData code cleanup by wiktorg · 11 months ago
  74. 93a05b7 Remove unused KeyManagerRegistry.parseKeyData. by juerg · 11 months ago
  75. 762f7f1 Simplify KeyManagerRegistry.getKeyManager. by juerg · 11 months ago
  76. 938136b Remove the apps/ folder from github.com/google/tink by ambrosin · 11 months ago
  77. 03835da Migrate parseBinaryProtoKeyset to use TinkProtoKeysetFormat instead of CleartextKeysetHandle. by tholenst · 11 months ago
  78. 454db15 Remove per-language test scripts for apps/. by ambrosin · 11 months ago
  79. f7102ed Remove tests for the apps/ folder from the comprehensive test. by ambrosin · 11 months ago
  80. a85f659 Use slice instead of buffer and use AppendUint32 in kms_envelope_aead.go. by juerg · 11 months ago
  81. ac2af1a Restrict KMS envelope AEAD to only use Tink AEAD key types as DEK. by juerg · 11 months ago
  82. 98ea47e Register AES-SIV proto serialization. by wconner · 11 months ago
  83. 0ca8c2b Remove javascript directory. by wconner · 11 months ago
  84. 51f733c Make a test utility class final. by lizatretyakova · 11 months ago
  85. a76f568 Stop running javascript tests. by wconner · 11 months ago
  86. b8aa730 Remove parseKeyData from PrivilegedRegistry. by juerg · 11 months ago
  87. ff6b7f7 Check the versions of the inner keys when parsing a AesCtrHmacAead key. by tholenst · 11 months ago
  88. b1522b8 Deprecate unused and unnecessary methods in the KeyManager interface. by juerg · 11 months ago
  89. e3682ef Add PrfBasedKeyDerivationKey. by tholenst · 11 months ago
  90. ac61515 Fix lint errors in some Python key template functions. by juerg · 11 months ago
  91. b91ba94 Deprecate Registry.getPrimitive(typeUrl, key, primitiveClass). by juerg · 11 months ago
  92. 1634274 Use binary.BigEndian.AppendUint16 in hpke.go. by juerg · 11 months ago
  93. 4111bcc Accept global registry configs in GetPrimitive. by cinlin · 11 months ago
  94. 888260d Use testKeyTemplateCompatible instead of manual tests in some key managers where approriate. by tholenst · 11 months ago
  95. ec7cd15 Deprecate Registry.newKey. by juerg · 11 months ago
  96. af9d745 Let KMS envelope key manager reject invalid DEK templates. by juerg · 11 months ago
  97. aa6e90a Fix a bug in "equals": by tholenst · 11 months ago
  98. c6bc44a Remove some usages of KeyTemplate.getValue() and others. We will remove this. by tholenst · 11 months ago
  99. 7de6d3c Test translations for Signature parameters. by tholenst · 11 months ago
  100. 5f8e889 Fix some lint errors in _aead_key_templates.py by juerg · 11 months ago