aboutsummaryrefslogtreecommitdiff
path: root/testing/python
AgeCommit message (Expand)Author
2023-04-14Some minor changes.juerg
2023-04-13Fix deps on cross language tests.juerg
2023-02-13Update Abseil to LTS 20230125.wconner
2022-12-22Upgrade the Python Bazelversion to 6.tholenst
2022-11-23Upgrade Bazel to 5.3.2.tholenst
2022-11-16Move monitoring APIfelobato
2022-10-28Upgrade BoringSSL and switch to C++14 as the minimum supported versionambrosin
2022-10-19Return a gRPC error in case primitive creation fails in calls to verifyMacAnd...tholenst
2022-10-18Define crypto monitoring cross language testing service APIfelobato
2022-10-12Extend Cross Language API Keyset calls to Include Monitoring Annotationsfelobato
2022-09-29Print the logs of the servers in the testing_servers test.tholenst
2022-09-26Add AWS KMS test to cross lang testsambrosin
2022-09-21Move KMS testdata documentation to the KMS specific subdirectories.ckl
2022-08-30Add AWS KMS support to Python and Java.ambrosin
2022-08-29Pass GCP credentials as cmd line flags to testing servers.ambrosin
2022-08-23Add implementations of Create RPCs in Python.tholenst
2022-08-23Add GCP KMS client registration to the python gRPC server and add 'python' to...ambrosin
2022-08-22Add Create RPCs to the rest of the test services which need them.tholenst
2022-08-17Unify AeadCreation{Request,Response} and instead simply use a Creation{Reques...tholenst
2022-08-16Move creation of keyset_handle and of the primitive outside of the try-block ...tholenst
2022-08-16Add a CreateDeterministicAead RPC to the DeterministicAead test service.tholenst
2022-08-11Add a CreateAead RPC to the Aead test service.tholenst
2022-06-23Fix protobuf related dependencies in the cross-language tests.ckl
2022-06-23Use protobuf's well-known types in testing_api.proto, instead of copies.juerg
2022-06-22Remove dependency on tink_base from cross language tests.ambrosin
2022-05-30Make proto/testing local to testing/(cc|java_src|python|go|cross_language).ambrosin
2022-05-18Upgrade to Bazel 5.1.1.ckl
2022-04-11Move Tink C++ GCP KMS integration to a separate WORKSPACEambrosin
2022-04-11Move C++ AWS-KMS integration to a separate WORKSPACE.ambrosin
2022-04-04Allow JSON for reading and writing encrypted keysets in cross-language tests.juerg
2022-02-10Add HPKE key templates with RAW output prefix type to cross-language tests.wconner
2022-02-09Upgrade rules_python to the newest version v0.6.0.juerg
2022-02-02Added HPKE Python implementation.wconner
2022-02-01Upgrade to bazel 4.2.2.juerg
2022-01-20Implement encrypted keyset read and write testing API functions in Python.juerg
2021-12-16Update gRPC and its dependencies to latest version.juerg
2021-11-22Change the public API of JWT keyset to JWK set conversion in Python.juerg
2021-11-03Remove Python 2 compatibility code from cross-language tests.juerg
2021-10-25Upgrade to Bazel 4.2.1.ckl
2021-09-15Add all raw AEAD key templates supported in Java to supported_key_types.juerg
2021-09-15Add JWK key conversion to testing API service in Python.juerg
2021-09-09Upgrade rules_proto_grpc to v3.1.1.juerg
2021-09-09Add 'ECDSA_P256_RAW', 'ECDSA_P384_SHA384' and 'ECDSA_P384_SHA512' key templat...juerg
2021-08-24Remove expect_subject from JWT cross-language testing api.juerg
2021-08-24Remove subject validation from JwtValidator in Python.juerg
2021-08-23Add key template function to test server in Python and to the cross language ...juerg
2021-08-23Internal change.juerg
2021-08-11Add JWT "iat" claim validation to cross-language testsjuerg
2021-06-28Add Python JWT signatures to cross language tests.juerg
2021-06-08Update JWT validator in testing API, and add tests.juerg