1. 8f20e13 Add serialization for Ecies Private Keys. by ioannanedelcu · 1 year, 7 months ago
  2. 8e84baf Add config-dependent KeysetHandle::GetPublicKeysetHandle. #tinkApiChange by cinlin · 1 year, 7 months ago
  3. 8e991c5 Add EciesPrivateKey class in Java by ioannanedelcu · 1 year, 7 months ago
  4. 4fa7e03 Add Ed25519 public key proto parsers and serializers. by wconner · 1 year, 7 months ago
  5. 8946490 Add Ed25519 parameters proto parser and serializer. by wconner · 1 year, 7 months ago
  6. 205beaa Add builder for HpkeTestSetup Java class. by Tink Team · 1 year, 7 months ago
  7. 005fbb5 Pass HPKE mode in HPKE createContext. by Tink Team · 1 year, 7 months ago
  8. db7579d Add Ed25519 private key type. by wconner · 1 year, 7 months ago
  9. 3d025c6 Add Ed25519 public key type. by wconner · 1 year, 7 months ago
  10. 67ffa92 Switch MacWrapper to using full primitives. That includes reworking the internal structure and logging the input data length instead of the processed data length in the LEGACY case. by lizatretyakova · 1 year, 8 months ago
  11. 8172595 Migrate deprecated `JavaInfo` API usages by Tink Team · 1 year, 8 months ago
  12. 5a5ae2b Add Ed25519 parameters type. by wconner · 1 year, 8 months ago
  13. 8cc91e8 Update hcvault_test dependencies now that KMS client registration is removed. by wconner · 1 year, 8 months ago
  14. a9862a1 Ensure that generated HPKE private keys are encoded to the correct length. by wconner · 1 year, 8 months ago
  15. 5619d18 Introduce end-to-end testing of LegacyFullMac, and fix problems uncovered by the new tests. by lizatretyakova · 1 year, 8 months ago
  16. 2df7af9 Make use of the new utility function for proto conversions. by lizatretyakova · 1 year, 8 months ago
  17. 366baf7 Ensure that legacy proto hybrid keys are parsed to crunchy keys. by wconner · 1 year, 8 months ago
  18. 79672f2 Register JwtRsaSsaPkcs1 proto serialization. by ioannanedelcu · 1 year, 8 months ago
  19. 4216d80 Add parsers and serializers for JwtRsaSsaPkcs1 parameters, public key and private key. by ioannanedelcu · 1 year, 8 months ago
  20. ed72a9b Remove KMS client registration in hcvalut integration tests. by juerg · 1 year, 8 months ago
  21. 597d076 Stop returning unnecessary status from secret key accessors. #tinkApiChange by wconner · 1 year, 8 months ago
  22. 9e430be Update output prefix comments for C++ key types. by wconner · 1 year, 8 months ago
  23. d502bc7 Add interfaces for hybrid parameters and key types. by wconner · 1 year, 8 months ago
  24. dc2e793 Rewrite EnvelopeAeadExample.java so that it doesn't register the kms client. by juerg · 1 year, 8 months ago
  25. d83f95a Add JWK set conversion to JWT example in C++. by juerg · 1 year, 8 months ago
  26. 7d810d5 Update AWS KMS integration test in golang. by juerg · 1 year, 8 months ago
  27. b99c9b8 Update GCP KMS integration test in golang. by juerg · 1 year, 8 months ago
  28. 092d57f Remove TYPESCRIPT-HOWTO.md from public repository by taymon · 1 year, 8 months ago
  29. 581db66 Add a create function to KmsEnvelopeAead. by juerg · 1 year, 8 months ago
  30. d32fe54 Add interfaces for signature parameters and key types. by wconner · 1 year, 8 months ago
  31. fce7687 Update GCP KMS example in golang to not use KMS client registration. by juerg · 1 year, 8 months ago
  32. 057b72e Remove redundant secret key access when serializing/parsing public keys. by ioannanedelcu · 1 year, 8 months ago
  33. 0b93273 Add serialization for Ecies Public Keys. by tholenst · 1 year, 8 months ago
  34. 7eab202 Replace some calls to "KeyTemplate.create" with "KeyTemplate.createFrom", taking a Parameters object. by tholenst · 1 year, 8 months ago
  35. e4b834a When parsing Ecies parameters with Curve25519, only accept compressed points. by tholenst · 1 year, 8 months ago
  36. ba1f77e Add JwtRsaSsaPkcs1PrivateKey class in Java. by ioannanedelcu · 1 year, 8 months ago
  37. b3ccf38 Replace some calls to "KeyTemplate.create" with "KeyTemplate.createFrom", taking a Parameters object. by tholenst · 1 year, 8 months ago
  38. 63fe69f Add a test with two envelope AEAD keys in a keyset. by juerg · 1 year, 8 months ago
  39. 91f28af Change EciesPublicKey constructor and point accessor into two cases: one for NIST curves and one for X25519 by tholenst · 1 year, 8 months ago
  40. d77ed28 Remove "Convenience method for...". by juerg · 1 year, 8 months ago
  41. 5649ede Add JwtRsaSsaPkcs1PublicKey class in Java. by ioannanedelcu · 1 year, 8 months ago
  42. c5d022a Use a copy of testdata/gcp/credential_bad.json for testdata/gcp/credential.json by ambrosin · 1 year, 8 months ago
  43. 8a051e7 Deprecate remaining functions in Registry that return a key manager. by juerg · 1 year, 8 months ago
  44. e37db6f In KeyTemplate, either store a proto or a parameters, and convert them on demand. by tholenst · 1 year, 8 months ago
  45. 7d1665c Remove remaining usages of Registry.getKeyManager and Registry.getUntypedKeyManager in some tests. by juerg · 1 year, 8 months ago
  46. 7ac3ceb Add JwtRsaSsaPkcs1Parameters class in Java. by ioannanedelcu · 1 year, 8 months ago
  47. 8db6a11 Rename EcPointFormat accessors in EciesParameters and change behavior: if the curve is 25519 it must not be set. by tholenst · 1 year, 8 months ago
  48. 62690c1 Add support for full Mac primitive creation to HmacKeyManager. by lizatretyakova · 1 year, 8 months ago
  49. 820df93 Simplify Python JWT verification example. by juerg · 1 year, 8 months ago
  50. 65fd182 Remove usages of Registry.getKeyManager and Registry.getUntypedKeyManager in some tests. by juerg · 1 year, 8 months ago
  51. 2430b74 Add a way to create Macs from LegacyProtoKeys. by lizatretyakova · 1 year, 8 months ago
  52. 2e4af94 Pin dependencies in requirements.txt by ambrosin · 1 year, 8 months ago
  53. 665da0e Simplify remaining example in Python. by juerg · 1 year, 8 months ago
  54. 7b27a96 Fixed corrupt gradle jar file. by Tink Team · 1 year, 8 months ago
  55. 0a4f2ed Restructure tink-py WORKSPACE: by ambrosin · 1 year, 8 months ago
  56. bcd903e Move HmacProtoSerialization into internal/. This needs to be accessible from a keymanager that is internal. by lizatretyakova · 1 year, 8 months ago
  57. f7c4e5c Upgrade Gradle to 7.6.2. by Tink Team · 1 year, 8 months ago
  58. 27d1cd8 Skip tests in tink/integration/gcpkms on manylinux2014_aarch64. by ambrosin · 1 year, 8 months ago
  59. d1bcd9d Install Tink wheel dependencies from requirements.txt when testing by ambrosin · 1 year, 8 months ago
  60. 97d8c49 Deprecate "KeyTemplate.getOutputPrefixType" by tholenst · 1 year, 8 months ago
  61. aaae5a9 Update key management documentation to point to developer site. by kste · 1 year, 8 months ago
  62. c929580 Use the correct wheel name when testing on ARM64 by ambrosin · 1 year, 8 months ago
  63. 36095fe Avoid usages of "KeyTemplate.getOutputPrefix". We want to deprecate it in the future. by tholenst · 1 year, 8 months ago
  64. 4c64dcd Deprecate "createEciesAeadHkdfPubKey" in HybridKeyTemplates. by tholenst · 1 year, 8 months ago
  65. 798dbff Constrain NewHybridEncrypt/Decrypt to exclude AEAD primitives. by cinlin · 1 year, 8 months ago
  66. 6be2ee6 Delete extra variable assignment in Fips1402Test. by cinlin · 1 year, 8 months ago
  67. 0bbdfd8 Move KeyGen/ConfigGlobalRegistry to public API. #tinkApiChange by cinlin · 1 year, 8 months ago
  68. d26ed02 Extend C++ config tests. by cinlin · 1 year, 8 months ago
  69. 3ad75ef Link to developer site for primitives. by kste · 1 year, 8 months ago
  70. f3ceb0a Allow building Python wheels for aarch64 Linux by ambrosin · 1 year, 8 months ago
  71. 8704ae3 Refer to developer site for contributing. by kste · 1 year, 8 months ago
  72. 161e279 Refer to the developer site for FIPS documentation. by kste · 1 year, 8 months ago
  73. e0d972b Refer to developer site for Tinkey. by kste · 1 year, 8 months ago
  74. b60f9d7 Add "toString()". by tholenst · 1 year, 8 months ago
  75. 991859c Simplify JWT example in Python. by juerg · 1 year, 8 months ago
  76. dec6e09 Use KeysetHandle::GenerateNew in FIPS 140.2 config tests. by cinlin · 1 year, 8 months ago
  77. 0e93895 Split jwt_signature_cli example into jwt_sign and jwt_verify. by juerg · 1 year, 8 months ago
  78. 2e790f7 Simplify Python examples that use a KMS by ambrosin · 1 year, 8 months ago
  79. ed9905d Remove usages of Registry.getKeyManager and Registry.getUntypedKeyManager in some tests. by juerg · 1 year, 8 months ago
  80. 731f11a Create EciesPublicKey class in Java. by ioannanedelcu · 1 year, 8 months ago
  81. 5a76d65 Add test example in go that exports a public JWK set. by juerg · 1 year, 8 months ago
  82. 47a564b Small fixes in python JWT examples. by juerg · 1 year, 8 months ago
  83. 2ffc4d9 Remove outdated TODO. by juerg · 1 year, 8 months ago
  84. 941416e Make kms_envelope_aead a public Bazel target by ambrosin · 1 year, 8 months ago
  85. f647c00 Delete KeyDerivationkeyTemplates. by tholenst · 1 year, 8 months ago
  86. 6cfccff Define crypto::tink::KeyGenConfigV0(). #tinkApiChange by cinlin · 1 year, 8 months ago
  87. 35b6c9c Update DAEAD C++ example tag to match other languages'. by cinlin · 1 year, 8 months ago
  88. 10c008a Add deterministic AEAD to C++ examples directory. by cinlin · 1 year, 8 months ago
  89. a14cdf3 Make "equalsKeyset" public. by tholenst · 1 year, 8 months ago
  90. 2c21a67 Signature: Replace the validation tests with tests checking if the key generation succeeds. by tholenst · 1 year, 8 months ago
  91. 89688db Deprecate "primaryKey". by tholenst · 1 year, 8 months ago
  92. f567a2b Remove objc/ from github.com/google/tink by ambrosin · 1 year, 8 months ago
  93. a48b971 Use the /bigobj copt when building for MSVC. by ambrosin · 1 year, 8 months ago
  94. a078fcd Add documentation marks to JWT tests in golang. by juerg · 1 year, 8 months ago
  95. 0bc4e25 Prfs & StreamingAeads: Replace the validation tests with tests checking if the key generation succeeds. by tholenst · 1 year, 8 months ago
  96. b53d160 Register AES-GCM proto serialization. by wconner · 1 year, 8 months ago
  97. 2995b1e Aeads: Replace the validation tests with tests checking if the key generation succeeds. by tholenst · 1 year, 8 months ago
  98. 13736ff Fix links to dev site. by juerg · 1 year, 8 months ago
  99. 2ebb314 Add "KeysetHandle#equalsKeyset". by tholenst · 1 year, 8 months ago
  100. d59bd73 Macs: Replace the validation tests with tests checking if the key generation succeeds. by tholenst · 1 year, 8 months ago