aboutsummaryrefslogtreecommitdiff
path: root/testing/java_src
AgeCommit message (Expand)Author
2023-04-13Fix deps on cross language tests.juerg
2023-01-19Fix broken test key value.Tink Team
2022-12-22Mark some objects as unused when getting them from an API whose return value ...tholenst
2022-12-21Upgrade to Bazel 6 in most projects.tholenst
2022-12-09Allow passing annotations when creating a Keyset in Java Cross Language testi...felobato
2022-11-23Upgrade Bazel to 5.3.2.tholenst
2022-11-16Move monitoring APIfelobato
2022-11-14Upgrade the grpc-java version to 1.50.2.tholenst
2022-11-10Remove proto dependency.tholenst
2022-11-10Upgrade some protobuf dependencies from 3.19.3 to 3.20.3tholenst
2022-11-08Add the possibility to use more than one key URI per KMS in cross-language te...juerg
2022-10-24Include protobuf as a Maven dependency instead of as a Bazel oneambrosin
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-18Migrate cross-language testing server in Java to new Keyset serialization API.juerg
2022-10-12Extend Cross Language API Keyset calls to Include Monitoring Annotationsfelobato
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-24Add all remaining "Create" RPC calls to the Java services.tholenst
2022-08-23Refactor MacService, PrfSetService, SignatureService, and StreamingAeadServic...tholenst
2022-08-23Refactor DeterministicAeadService, HybridService, and JwtService as started i...tholenst
2022-08-23Refactor the AeadServiceImpl.tholenst
2022-08-22Add Create RPCs to the rest of the test services which need them.tholenst
2022-08-22Add GCP KMS client registration to the go gRPC server and add 'java' to kms_e...ambrosin
2022-08-18Add a method Util.createPrimitiveForRpc which can be called from the implemen...tholenst
2022-08-17Unify AeadCreation{Request,Response} and instead simply use a Creation{Reques...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-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-19Upgrade gRPC dependency.ckl
2022-05-18Upgrade to Bazel 5.1.1.ckl
2022-04-04Allow JSON for reading and writing encrypted keysets in cross-language tests.juerg
2022-02-22Remove usage of JCenter Bintray.ckl
2022-02-01Upgrade to bazel 4.2.2.juerg
2022-01-24Upgrade all gRPC versions to v1.43.0.juerg
2022-01-19Use ByteArrayOutputStream.toString(string) instead of toString(charset).ckl
2022-01-19Add read and write methods to keyset service in the testing API.juerg
2021-11-23Change the public API of JWT keyset to JWK set conversion in Java.juerg
2021-10-25Upgrade to Bazel 4.2.1.ckl
2021-09-06Add Jwk Set Convertion functions to Java testing API server.juerg
2021-08-20Add a function to the testing_api that maps names to key templates.juerg
2021-08-19Remove subject validation from JwtValidator in Java.juerg
2021-08-11Add JWT "iat" claim validation to cross-language testsjuerg
2021-06-10Remove predefined methods to generate JWT ECDSA key templates.juerg
2021-06-08Update JWT validator in testing API, and add tests.juerg
2021-06-07Don't use fractions of seconds in JWT timestamps in Java.juerg