aboutsummaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Expand)Author
2023-08-09Tidy AEAD key to Hybrid primitive tests.cinlin
2023-07-20Use a copy of testdata/gcp/credential_bad.json for testdata/gcp/credential.jsonambrosin
2023-07-19Pin dependencies in requirements.txtambrosin
2023-07-18Restructure tink-py WORKSPACE:ambrosin
2023-07-13Constrain NewHybridEncrypt/Decrypt to exclude AEAD primitives.cinlin
2023-07-06Switch to fake type URL for fake key type in keyset_impl_test.cc.wconner
2023-06-28Migrate parseBinaryProtoKeyset to use TinkProtoKeysetFormat instead of Cleart...tholenst
2023-06-28Restrict KMS envelope AEAD to only use Tink AEAD key types as DEK.juerg
2023-06-26Let KMS envelope key manager reject invalid DEK templates.juerg
2023-06-26Add cross-language tests for invalid envelope encryption dek templates.juerg
2023-06-23Add StreamingAeadKeyTemplates Aes128CtrHmacSha256Segment1MB andTink Team
2023-06-22Add envelope encryption with different DEK templates cross-language tests.juerg
2023-06-19Avoid "KeyTemplate.getTypeUrl" in two tests.tholenst
2023-06-19Reduce the number of test cases in kms_aead_test.juerg
2023-06-15Fix bug in key_util.py.juerg
2023-06-07Remove alias handling exceptions for C++ and Python.ckl
2023-06-06Add golang to cross-language tests for KMS AEAD.juerg
2023-05-30Remove exception for Java in cross language KMS AEAD test.ckl
2023-05-26Use Go 1.19.9 in cross-language testing serverambrosin
2023-05-17Delete deprecated signature.ECDSAP384KeyTemplate APIambrosin
2023-04-27Add cross-language tests for DAEAD with empty AD.juerg
2023-04-14Some minor changes.juerg
2023-04-13Fix deps on cross language tests.juerg
2023-03-27Add cross-language test for KMS AEADs with empty associated data.juerg
2023-03-23Add cross-language key validation tests for RSA SSA PKCS1 public keys.juerg
2023-03-21Internal Code ChangeTink Team
2023-03-16Internal Code ChangeTink Team
2023-03-08Add tests that for keys of type AesCtrHmacStreamingKey and AesGcmHkdfStreamin...tholenst
2023-03-06Add tests specifically for HMac Keys.tholenst
2023-02-27Disallow ciphertext_segment_size = 2^31 in golang.tholenst
2023-02-27Disallow SHA224 and SHA384 for AesGcmHkdfStreamingKey in Golang and Java.tholenst
2023-02-27Add a manually created test with all steps for AesCtrHmacStreaming.tholenst
2023-02-27Add a manually created test with all steps for AesGcmHkdfStreaming.tholenst
2023-02-23Add cross language tests specifically for AesGcmHkdfStreamingKeyTest.tholenst
2023-02-23Do not test that there is only one version -- instead, just log one of the ve...tholenst
2023-02-16Disallow SHA224 and SHA384 for HKDF in AesCtrHmacStreamingKey objects.tholenst
2023-02-15More cross language tests for AesCtrHmacStreamingKeys.tholenst
2023-02-15Disallow HmacHashType in SHA224, SHA384 in Golang.tholenst
2023-02-14Add tests for the "HmacTagSize" parameter restriction as described on https:/...tholenst
2023-02-14Add new AES GCM SIV templates in Golang to cross-language tests.juerg
2023-02-13Update Abseil to LTS 20230125.wconner
2023-02-13Set the upper limit on AesCtrHmacStreamingKey.ciphertext_segment_size to 2^31-1.tholenst
2023-02-08Add tests specifically for AesCtrHmacStreamingKey.tholenst
2023-01-19Fix broken test key value.Tink Team
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-22Only run cross-language KMS integration test with one envelope template.juerg
2022-12-22Mark some objects as unused when getting them from an API whose return value ...tholenst
2022-12-22Another fix for kms_aead_test.pytholenst
2022-12-21Upgrade to Bazel 6 in most projects.tholenst