aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-25Rewrite EnvelopeAeadExample.java so that it doesn't register the kms client.juerg
2023-07-25Add JWK set conversion to JWT example in C++.juerg
2023-07-25Update AWS KMS integration test in golang.juerg
2023-07-25Update GCP KMS integration test in golang.juerg
2023-07-24Remove TYPESCRIPT-HOWTO.md from public repositorytaymon
2023-07-24Add a create function to KmsEnvelopeAead.juerg
2023-07-24Add interfaces for signature parameters and key types.wconner
2023-07-24Update GCP KMS example in golang to not use KMS client registration.juerg
2023-07-24Remove redundant secret key access when serializing/parsing public keys.ioannanedelcu
2023-07-21Add serialization for Ecies Public Keys.tholenst
2023-07-21Replace some calls to "KeyTemplate.create" with "KeyTemplate.createFrom", tak...tholenst
2023-07-21When parsing Ecies parameters with Curve25519, only accept compressed points.tholenst
2023-07-21Add JwtRsaSsaPkcs1PrivateKey class in Java.ioannanedelcu
2023-07-21Replace some calls to "KeyTemplate.create" with "KeyTemplate.createFrom", tak...tholenst
2023-07-20Add a test with two envelope AEAD keys in a keyset.juerg
2023-07-20Change EciesPublicKey constructor and point accessor into two cases: one for ...tholenst
2023-07-20Remove "Convenience method for...".juerg
2023-07-20Add JwtRsaSsaPkcs1PublicKey class in Java.ioannanedelcu
2023-07-20Use a copy of testdata/gcp/credential_bad.json for testdata/gcp/credential.jsonambrosin
2023-07-20Deprecate remaining functions in Registry that return a key manager.juerg
2023-07-20In KeyTemplate, either store a proto or a parameters, and convert them on dem...tholenst
2023-07-20Remove remaining usages of Registry.getKeyManager and Registry.getUntypedKeyM...juerg
2023-07-19Add JwtRsaSsaPkcs1Parameters class in Java.ioannanedelcu
2023-07-19Rename EcPointFormat accessors in EciesParameters and change behavior: if the...tholenst
2023-07-19Add support for full Mac primitive creation to HmacKeyManager.lizatretyakova
2023-07-19Simplify Python JWT verification example.juerg
2023-07-19Remove usages of Registry.getKeyManager and Registry.getUntypedKeyManager in ...juerg
2023-07-19Add a way to create Macs from LegacyProtoKeys.lizatretyakova
2023-07-19Pin dependencies in requirements.txtambrosin
2023-07-18Simplify remaining example in Python.juerg
2023-07-18Fixed corrupt gradle jar file.Tink Team
2023-07-18Restructure tink-py WORKSPACE:ambrosin
2023-07-18Move HmacProtoSerialization into internal/. This needs to be accessible from ...lizatretyakova
2023-07-17Upgrade Gradle to 7.6.2.Tink Team
2023-07-17Skip tests in tink/integration/gcpkms on manylinux2014_aarch64.ambrosin
2023-07-17Install Tink wheel dependencies from requirements.txt when testingambrosin
2023-07-17Deprecate "KeyTemplate.getOutputPrefixType"tholenst
2023-07-17Update key management documentation to point to developer site.kste
2023-07-14Use the correct wheel name when testing on ARM64ambrosin
2023-07-14Avoid usages of "KeyTemplate.getOutputPrefix". We want to deprecate it in the...tholenst
2023-07-14Deprecate "createEciesAeadHkdfPubKey" in HybridKeyTemplates.tholenst
2023-07-13Constrain NewHybridEncrypt/Decrypt to exclude AEAD primitives.cinlin
2023-07-13Delete extra variable assignment in Fips1402Test.cinlin
2023-07-13Move KeyGen/ConfigGlobalRegistry to public API. #tinkApiChangecinlin
2023-07-13Extend C++ config tests.cinlin
2023-07-13Link to developer site for primitives.kste
2023-07-13Allow building Python wheels for aarch64 Linuxambrosin
2023-07-13Refer to developer site for contributing.kste
2023-07-13Refer to the developer site for FIPS documentation.kste
2023-07-13Refer to developer site for Tinkey.kste