- 8f20e13 Add serialization for Ecies Private Keys. by ioannanedelcu · 1 year, 7 months ago
- 8e84baf Add config-dependent KeysetHandle::GetPublicKeysetHandle. #tinkApiChange by cinlin · 1 year, 7 months ago
- 8e991c5 Add EciesPrivateKey class in Java by ioannanedelcu · 1 year, 7 months ago
- 4fa7e03 Add Ed25519 public key proto parsers and serializers. by wconner · 1 year, 7 months ago
- 8946490 Add Ed25519 parameters proto parser and serializer. by wconner · 1 year, 7 months ago
- 205beaa Add builder for HpkeTestSetup Java class. by Tink Team · 1 year, 7 months ago
- 005fbb5 Pass HPKE mode in HPKE createContext. by Tink Team · 1 year, 7 months ago
- db7579d Add Ed25519 private key type. by wconner · 1 year, 7 months ago
- 3d025c6 Add Ed25519 public key type. by wconner · 1 year, 7 months ago
- 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
- 8172595 Migrate deprecated `JavaInfo` API usages by Tink Team · 1 year, 8 months ago
- 5a5ae2b Add Ed25519 parameters type. by wconner · 1 year, 8 months ago
- 8cc91e8 Update hcvault_test dependencies now that KMS client registration is removed. by wconner · 1 year, 8 months ago
- a9862a1 Ensure that generated HPKE private keys are encoded to the correct length. by wconner · 1 year, 8 months ago
- 5619d18 Introduce end-to-end testing of LegacyFullMac, and fix problems uncovered by the new tests. by lizatretyakova · 1 year, 8 months ago
- 2df7af9 Make use of the new utility function for proto conversions. by lizatretyakova · 1 year, 8 months ago
- 366baf7 Ensure that legacy proto hybrid keys are parsed to crunchy keys. by wconner · 1 year, 8 months ago
- 79672f2 Register JwtRsaSsaPkcs1 proto serialization. by ioannanedelcu · 1 year, 8 months ago
- 4216d80 Add parsers and serializers for JwtRsaSsaPkcs1 parameters, public key and private key. by ioannanedelcu · 1 year, 8 months ago
- ed72a9b Remove KMS client registration in hcvalut integration tests. by juerg · 1 year, 8 months ago
- 597d076 Stop returning unnecessary status from secret key accessors. #tinkApiChange by wconner · 1 year, 8 months ago
- 9e430be Update output prefix comments for C++ key types. by wconner · 1 year, 8 months ago
- d502bc7 Add interfaces for hybrid parameters and key types. by wconner · 1 year, 8 months ago
- dc2e793 Rewrite EnvelopeAeadExample.java so that it doesn't register the kms client. by juerg · 1 year, 8 months ago
- d83f95a Add JWK set conversion to JWT example in C++. by juerg · 1 year, 8 months ago
- 7d810d5 Update AWS KMS integration test in golang. by juerg · 1 year, 8 months ago
- b99c9b8 Update GCP KMS integration test in golang. by juerg · 1 year, 8 months ago
- 092d57f Remove TYPESCRIPT-HOWTO.md from public repository by taymon · 1 year, 8 months ago
- 581db66 Add a create function to KmsEnvelopeAead. by juerg · 1 year, 8 months ago
- d32fe54 Add interfaces for signature parameters and key types. by wconner · 1 year, 8 months ago
- fce7687 Update GCP KMS example in golang to not use KMS client registration. by juerg · 1 year, 8 months ago
- 057b72e Remove redundant secret key access when serializing/parsing public keys. by ioannanedelcu · 1 year, 8 months ago
- 0b93273 Add serialization for Ecies Public Keys. by tholenst · 1 year, 8 months ago
- 7eab202 Replace some calls to "KeyTemplate.create" with "KeyTemplate.createFrom", taking a Parameters object. by tholenst · 1 year, 8 months ago
- e4b834a When parsing Ecies parameters with Curve25519, only accept compressed points. by tholenst · 1 year, 8 months ago
- ba1f77e Add JwtRsaSsaPkcs1PrivateKey class in Java. by ioannanedelcu · 1 year, 8 months ago
- b3ccf38 Replace some calls to "KeyTemplate.create" with "KeyTemplate.createFrom", taking a Parameters object. by tholenst · 1 year, 8 months ago
- 63fe69f Add a test with two envelope AEAD keys in a keyset. by juerg · 1 year, 8 months ago
- 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
- d77ed28 Remove "Convenience method for...". by juerg · 1 year, 8 months ago
- 5649ede Add JwtRsaSsaPkcs1PublicKey class in Java. by ioannanedelcu · 1 year, 8 months ago
- c5d022a Use a copy of testdata/gcp/credential_bad.json for testdata/gcp/credential.json by ambrosin · 1 year, 8 months ago
- 8a051e7 Deprecate remaining functions in Registry that return a key manager. by juerg · 1 year, 8 months ago
- e37db6f In KeyTemplate, either store a proto or a parameters, and convert them on demand. by tholenst · 1 year, 8 months ago
- 7d1665c Remove remaining usages of Registry.getKeyManager and Registry.getUntypedKeyManager in some tests. by juerg · 1 year, 8 months ago
- 7ac3ceb Add JwtRsaSsaPkcs1Parameters class in Java. by ioannanedelcu · 1 year, 8 months ago
- 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
- 62690c1 Add support for full Mac primitive creation to HmacKeyManager. by lizatretyakova · 1 year, 8 months ago
- 820df93 Simplify Python JWT verification example. by juerg · 1 year, 8 months ago
- 65fd182 Remove usages of Registry.getKeyManager and Registry.getUntypedKeyManager in some tests. by juerg · 1 year, 8 months ago
- 2430b74 Add a way to create Macs from LegacyProtoKeys. by lizatretyakova · 1 year, 8 months ago
- 2e4af94 Pin dependencies in requirements.txt by ambrosin · 1 year, 8 months ago
- 665da0e Simplify remaining example in Python. by juerg · 1 year, 8 months ago
- 7b27a96 Fixed corrupt gradle jar file. by Tink Team · 1 year, 8 months ago
- 0a4f2ed Restructure tink-py WORKSPACE: by ambrosin · 1 year, 8 months ago
- bcd903e Move HmacProtoSerialization into internal/. This needs to be accessible from a keymanager that is internal. by lizatretyakova · 1 year, 8 months ago
- f7c4e5c Upgrade Gradle to 7.6.2. by Tink Team · 1 year, 8 months ago
- 27d1cd8 Skip tests in tink/integration/gcpkms on manylinux2014_aarch64. by ambrosin · 1 year, 8 months ago
- d1bcd9d Install Tink wheel dependencies from requirements.txt when testing by ambrosin · 1 year, 8 months ago
- 97d8c49 Deprecate "KeyTemplate.getOutputPrefixType" by tholenst · 1 year, 8 months ago
- aaae5a9 Update key management documentation to point to developer site. by kste · 1 year, 8 months ago
- c929580 Use the correct wheel name when testing on ARM64 by ambrosin · 1 year, 8 months ago
- 36095fe Avoid usages of "KeyTemplate.getOutputPrefix". We want to deprecate it in the future. by tholenst · 1 year, 8 months ago
- 4c64dcd Deprecate "createEciesAeadHkdfPubKey" in HybridKeyTemplates. by tholenst · 1 year, 8 months ago
- 798dbff Constrain NewHybridEncrypt/Decrypt to exclude AEAD primitives. by cinlin · 1 year, 8 months ago
- 6be2ee6 Delete extra variable assignment in Fips1402Test. by cinlin · 1 year, 8 months ago
- 0bbdfd8 Move KeyGen/ConfigGlobalRegistry to public API. #tinkApiChange by cinlin · 1 year, 8 months ago
- d26ed02 Extend C++ config tests. by cinlin · 1 year, 8 months ago
- 3ad75ef Link to developer site for primitives. by kste · 1 year, 8 months ago
- f3ceb0a Allow building Python wheels for aarch64 Linux by ambrosin · 1 year, 8 months ago
- 8704ae3 Refer to developer site for contributing. by kste · 1 year, 8 months ago
- 161e279 Refer to the developer site for FIPS documentation. by kste · 1 year, 8 months ago
- e0d972b Refer to developer site for Tinkey. by kste · 1 year, 8 months ago
- b60f9d7 Add "toString()". by tholenst · 1 year, 8 months ago
- 991859c Simplify JWT example in Python. by juerg · 1 year, 8 months ago
- dec6e09 Use KeysetHandle::GenerateNew in FIPS 140.2 config tests. by cinlin · 1 year, 8 months ago
- 0e93895 Split jwt_signature_cli example into jwt_sign and jwt_verify. by juerg · 1 year, 8 months ago
- 2e790f7 Simplify Python examples that use a KMS by ambrosin · 1 year, 8 months ago
- ed9905d Remove usages of Registry.getKeyManager and Registry.getUntypedKeyManager in some tests. by juerg · 1 year, 8 months ago
- 731f11a Create EciesPublicKey class in Java. by ioannanedelcu · 1 year, 8 months ago
- 5a76d65 Add test example in go that exports a public JWK set. by juerg · 1 year, 8 months ago
- 47a564b Small fixes in python JWT examples. by juerg · 1 year, 8 months ago
- 2ffc4d9 Remove outdated TODO. by juerg · 1 year, 8 months ago
- 941416e Make kms_envelope_aead a public Bazel target by ambrosin · 1 year, 8 months ago
- f647c00 Delete KeyDerivationkeyTemplates. by tholenst · 1 year, 8 months ago
- 6cfccff Define crypto::tink::KeyGenConfigV0(). #tinkApiChange by cinlin · 1 year, 8 months ago
- 35b6c9c Update DAEAD C++ example tag to match other languages'. by cinlin · 1 year, 8 months ago
- 10c008a Add deterministic AEAD to C++ examples directory. by cinlin · 1 year, 8 months ago
- a14cdf3 Make "equalsKeyset" public. by tholenst · 1 year, 8 months ago
- 2c21a67 Signature: Replace the validation tests with tests checking if the key generation succeeds. by tholenst · 1 year, 8 months ago
- 89688db Deprecate "primaryKey". by tholenst · 1 year, 8 months ago
- f567a2b Remove objc/ from github.com/google/tink by ambrosin · 1 year, 8 months ago
- a48b971 Use the /bigobj copt when building for MSVC. by ambrosin · 1 year, 8 months ago
- a078fcd Add documentation marks to JWT tests in golang. by juerg · 1 year, 8 months ago
- 0bc4e25 Prfs & StreamingAeads: Replace the validation tests with tests checking if the key generation succeeds. by tholenst · 1 year, 8 months ago
- b53d160 Register AES-GCM proto serialization. by wconner · 1 year, 8 months ago
- 2995b1e Aeads: Replace the validation tests with tests checking if the key generation succeeds. by tholenst · 1 year, 8 months ago
- 13736ff Fix links to dev site. by juerg · 1 year, 8 months ago
- 2ebb314 Add "KeysetHandle#equalsKeyset". by tholenst · 1 year, 8 months ago
- d59bd73 Macs: Replace the validation tests with tests checking if the key generation succeeds. by tholenst · 1 year, 8 months ago