aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
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
2023-03-22Internal Code ChangeTink Team
2023-03-21Implement native Python key managers KmsAeadKey and KmsEnvelopeAeadKey.juerg
2023-03-20Let the Python implementation of KmsEnvelopeAead verify key_template.juerg
2023-03-20Add some additional tests for KMS AEAD key managers in Python.juerg
2023-03-19Internal Code ChangeTink Team
2023-03-16Add some tests to GCP KMS integration in Python.juerg
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