aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2023-07-20Use a copy of testdata/gcp/credential_bad.json for testdata/gcp/credential.jsonambrosin
2023-07-19Simplify Python JWT verification example.juerg
2023-07-18Simplify remaining example in Python.juerg
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-14Use the correct wheel name when testing on ARM64ambrosin
2023-07-13Allow building Python wheels for aarch64 Linuxambrosin
2023-07-13Simplify JWT example in Python.juerg
2023-07-12Simplify Python examples that use a KMSambrosin
2023-07-12Small fixes in python JWT examples.juerg
2023-07-07chore: Improvements to Linux bdist scriptambrosin
2023-07-07Include .bazelversion in MANIFEST.inambrosin
2023-07-04Add test that shows that the Aead object returned by tink.KmsEnvelopeAead is ...juerg
2023-06-27Fix lint errors in some Python key template functions.juerg
2023-06-26Let KMS envelope key manager reject invalid DEK templates.juerg
2023-06-26Fix some lint errors in _aead_key_templates.pyjuerg
2023-06-22Restrict KMS envelope AEAD to only use Tink AEAD key types as DEK.juerg
2023-06-18Fix sdist WORKSPACE patching.ckl
2023-06-16Use pybind11_bazel rules and remove custom rules in tools/build_defs/tink_pyt...ambrosin
2023-06-14Update KmsEnvelopeAeadTests in Python.juerg
2023-06-13Set TINK_PYTHON_SETUPTOOLS_OVERRIDE_BASE_PATH from create_release.shambrosin
2023-06-13Upgrade requirements.txt using pip-compile ... --upgradeambrosin
2023-06-12Fix Tink dependency location specified in the Python sdist.ckl
2023-06-07Remove client-side decryption key ID verification in Python.ckl
2023-06-06Fixes to tink-py requirement filesambrosin
2023-06-06Copybara import of the project:ambrosin
2023-05-24Implement a key commitment integration test.ckl
2023-04-28Encode integers as integers in JWT payload.juerg
2023-04-28Only add http_archive load statement if not already present.ckl
2023-04-28Document support for 3.10 in the package classifiers.ckl
2023-04-28Fix protoc discovery.ckl
2023-04-27Document how Tink handles associatedData='' in AES SIV.juerg
2023-04-19Reject other key URIs in GCP KMS integration in Python.juerg
2023-04-14Remove dependency on tink-cc-{aws,gcp}kms from tink-py examples.ambrosin
2023-04-14Update setup.py to account for the fact that tink-cc-{aws,gcp}kms are no long...ambrosin
2023-04-13Remove dependency on tink-cc KMS extensions from tink-pyambrosin
2023-04-12Remove public visibility from examples.tholenst
2023-04-05Allow AwsKmsClient in Python to use default credentials.juerg
2023-04-04Call reset_kms_client after each test in aws kms integration tests in Python.juerg
2023-04-03Remove AWS and GCP KMS wrapping of C++ code.juerg
2023-04-03Implement GCP KMS integration in Python, without wrapping C++ version.juerg
2023-04-03Add _kms_aead_key_manager.reset_kms_client function and refactor some tests.juerg
2023-04-03Remove wrapping of C++ fake KMS client.juerg
2023-03-29Let AWS KMS integration in Python use boto3 instead of wrapping the C++ integ...juerg
2023-03-28Add test using default credentials, and allow credential_path to be None.juerg
2023-03-27Fix bug in fake KMS implementation in Python.juerg
2023-03-27Refactor tests for AWS KMS integration in Python.juerg
2023-03-23Internal Code ChangeTink Team
2023-03-23Allow key_uri=None parameter in gcpkms.GcpKmsClient.juerg
2023-03-22Rename _aws_kms_aead_test.py to _aws_kms_integration_test.py.juerg