aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2023-03-16Add test with fixed keyset and fixed ciphertext for KmsEnvelopeAeadKey in Pyt...juerg
2023-03-15Add tests for KmsAeadKey and KmsEnvelopeAeadKey in Python.juerg
2023-03-14Add simple hybrid encryption example.juerg
2023-03-13Add mac_basic.py example.juerg
2023-03-13Some renaming in the Python mac cli example.juerg
2023-03-09Use tink.read_no_secret_keyset_handle to read public keyset instead of cleart...juerg
2023-03-08Internal change.Tink Team
2023-03-08Internal change.juerg
2023-03-07Use all primitives to decrypt in StreamingAead (python).tholenst
2023-03-07Fix some wording and formating.juerg
2023-03-06Document that encrypting with a key with output prefix type TINK will not all...tholenst
2023-03-03Update Python examples.juerg
2023-03-01Remove unused tink_*_WORKSPACE filesambrosin
2023-02-17Use `--no-deps --no-index` when installing locally built sdist.ambrosin
2023-02-16Pin versions of build tools in create_release.sh script.ambrosin
2023-02-13Update Abseil to LTS 20230125.wconner
2023-02-13Update go proto path in Tink proto definitions.juerg
2023-02-09Merge pull request #669 from timruffles:masterCopybara-Service
2023-02-07Clarify documentation about default HKDF salt value.ckl
2023-01-25fix go proto module pathTim Ruffles
2023-01-25Bump certifi from 2022.9.24 to 2022.12.7 in /python/examplesdependabot[bot]
2023-01-25Update the requirements.txt file.tholenst
2023-01-04Add version field to ECDSA key format proto and validate it in key derivation.juerg
2022-12-22Upgrade the Python Bazelversion to 6.tholenst
2022-12-21Remove incompatible_linkopts_to_linklibs.tholenst
2022-12-21Add examples to serialize a cleartext keysetambrosin
2022-12-14Fix two typos.tholenst
2022-12-12Add example to showcase how to encrypt a keyset with a KMS and write it to a ...ambrosin
2022-12-08Add example on how to obtain and use a primitive.ambrosin
2022-12-07Add example to showcase how to load a KMS-encrypted keysetambrosin
2022-12-07Add walkthrough examples for creating and loading a cleartext keysetambrosin
2022-11-23Upgrade Bazel to 5.3.2.tholenst
2022-11-15Fix linting issue in tink ed25519 proto (message indented 4 spaces instead of...Tink Team
2022-11-11Fix broken examples link in Python Tink doc.Tink Team
2022-11-11Upgrade to proto version 4.21.9.tholenst
2022-11-11Update the proto version to 3.20.3tholenst
2022-10-31Include .bazelrc in MANIFEST.in to be included in sdistambrosin
2022-10-28Upgrade BoringSSL and switch to C++14 as the minimum supported versionambrosin
2022-10-20Generate requirements.txt using pip-toolsambrosin
2022-10-20Add separate Kokoro tests for illustrating two use cases:ambrosin
2022-10-19Add tests for each StreamingAead template in Python.juerg
2022-10-19Upgrade rules_python to 0.10.2.ambrosin
2022-10-14Pin google-cloud-storage and add constraint for google-api-coreambrosin
2022-10-12Replace master => main when including tink-cc.ambrosin
2022-09-21Move KMS testdata documentation to the KMS specific subdirectories.ckl
2022-09-20Reject JWTs with duplicate map-keys in JSON objects in Python.juerg
2022-09-08Add a test in C++, Go and Python for a JSON keyset with a too large key id.juerg
2022-08-09Bump version to 1.7.0.ckl
2022-08-05Move java examples to the corresponding project's folderambrosin
2022-08-04Move python examples to Tink python.ambrosin