aboutsummaryrefslogtreecommitdiff
path: root/objc
AgeCommit message (Expand)Author
2023-04-13Replace unique_ptr with shared_ptr in KeysetHandleBuilder::Entry API.wconner
2023-04-13Replace unique_ptr with shared_ptr in KeysetHandleBuilder::Entry API.Tink Team
2023-04-12Replace unique_ptr with shared_ptr in KeysetHandleBuilder::Entry API.wconner
2023-02-13Update Abseil to LTS 20230125.wconner
2023-01-10Set Bazel options for Tink Objc to use C++14 in .mm filesambrosin
2022-12-22Replace std::make_unique with absl::make_unique.tholenst
2022-12-22Build the Tink_framework target.tholenst
2022-12-22Upgrade Bazel to 6.0.0 in ObjC.tholenst
2022-12-21Run the ObjC tests.tholenst
2022-12-20Build the ios_unit_test target.tholenst
2022-12-20Rewrite the PublicKeySignatureFactory test.tholenst
2022-12-19Simplify the TINKJSONKeysetReader test by adding a convenience initializer fr...tholenst
2022-12-16Finish the JSONKeysetReader tests.tholenst
2022-12-16Rewrite the TINKHybridFactoryTest and run it on Kokoro.tholenst
2022-12-14Two more JSON Reader tests.tholenst
2022-12-14Build more ObjC tests.tholenst
2022-12-14Add a JSON Reader test.tholenst
2022-12-13Build the ObjC tests in UnitTests/core.tholenst
2022-12-13Mark "TINKError" taking a crypto::tink::util::error::Code as deprecated.tholenst
2022-12-13Avoid test_keyset_handle in two ObjC tests.tholenst
2022-12-12Avoid TestKeysetHandle in ObjC tests.tholenst
2022-12-09Clang-tidy cleanups in the objc tests.tholenst
2022-12-07Avoid test_keyset_handle in the TINKAeadFactoryTest.tholenst
2022-11-25Build all ObjC-targets except the test targets and the "TinkFramework" target...tholenst
2022-11-25Build the target "//Tink:signature_key_template".tholenst
2022-11-25Use tink_cc_pb_redirect from TINKKeyTemplate and compile it in the kokoro tests.tholenst
2022-11-24Add a package for redirection targets and add a "tink_cc_pb_redirect".tholenst
2022-11-24Change to BUILD.bazel files for the future.tholenst
2022-11-23Upgrade Bazel to 5.3.2.tholenst
2022-11-11Remove dependency on tink_base from Tink Objc and WORKSPACE from Tink's rootambrosin
2022-11-08Update more swift/apple/objc dependencies.tholenst
2022-11-08Upgrade to the latest version of build_bazel_rules_appletholenst
2022-11-01Do not store the CC Config anymore in Objc TINKRegistryConfig objects.tholenst
2022-10-25Build everything in objc/util.tholenst
2022-10-24Build two targets in the ObjC build.tholenst
2022-10-24Remove the objc/ includes in the import paths.tholenst
2022-10-21Some fixes towards making ObjC build on Kokoro.tholenst
2022-10-21Some fixes towards making ObjC build on Kokoro.tholenst
2022-10-07Update minimum_os_version to iOS >= 11, macOS >= 10.13, tvOS >= 11, watchOS >= 4Tink Team
2022-08-25Move examples/objc to objc/examples.ambrosin
2022-08-09Bump version to 1.7.0.ckl
2022-05-24Add missing NS_ASSUME_NONNULL_{BEGIN,END} macros.ckl
2022-05-18Upgrade to Bazel 5.1.1.ckl
2022-05-05Update the interface documentation of TINKAead.juerg
2022-04-19Make template_rule.bzl local to each workspace that use it.ambrosin
2022-04-13Split tools/common.bzl into tools/template_rule.bzl and java_src/tools/check_...ambrosin
2022-03-23Change some more ValueOrDie() to value(), in /tink/objc. Part of Tink migrati...lizatretyakova
2022-02-02Add AES GCM 128 RAW key template to C++ and Objective-C.Tink Team
2022-02-01Upgrade to bazel 4.2.2.juerg
2021-12-11Added access to RAW AES GCM key generation and the AES GCM key proto for Obje...Tink Team