aboutsummaryrefslogtreecommitdiff
path: root/cc/BUILD.bazel
AgeCommit message (Expand)Author
2023-07-24Add interfaces for signature parameters and key types.wconner
2023-07-13Move KeyGen/ConfigGlobalRegistry to public API. #tinkApiChangecinlin
2023-06-27Accept global registry configs in GetPrimitive.cinlin
2023-06-23Implement KeysetHandle::GenerateNew with configs. #tinkApiChangecinlin
2023-06-15Define KeyGenConfiguration C++ class. #tinkApiChangecinlin
2023-06-13Add get_all_in_keyset_order() to C++ PrimitiveSet. #tinkApiChangecinlin
2023-06-02Increase the size of the keyset_handle_builder_test.tholenst
2023-05-26Use KeysetWrapperStore, KeyTypeInfoStore in Configuration instead of Registry...cinlin
2023-05-05Avoid using global registry to create non-FIPS keyset handle in FIPS-only test.wconner
2023-03-15Define KeysetHandle::GetPrimitive() with Configuration. #tinkApiChangecinlin
2023-03-14Store PrfBasedDeriverKey entries to preserve keyset key order during key deri...cinlin
2023-03-13Remove the deprecated catalogue.h header and target.ambrosin
2023-03-13Remove deprecated config.hambrosin
2023-03-12Implement public and internal Configuration classes. #tinkApiChangecinlin
2023-03-01Use serialization registry in keyset handle.wconner
2023-02-17Add fatal logging function with 'noreturn' attribute.wconner
2023-02-14Replace std::abort/std::exit/std::_Exit with LOG/CHECK macros.wconner
2023-02-02Use alternative regex syntax in version test on Windowsambrosin
2023-01-26Add test for creating a primitive from a legacy proto key.wconner
2022-12-22Add a builder to PrimitiveSet and make the class itself immutable.Tink Team
2022-12-12Add proto_keyset_format.h to the public API in blaze & bazel.tholenst
2022-12-06Make insecure_secret_key_access public.tholenst
2022-12-02Add methods SerializeKeysetToProtoKeysetFormat, ParseKeysetFromProtoKeysetFor...tholenst
2022-11-07Add keyset handle builder.wconner
2022-10-28Update keyset handle to support Tink 2.0 Keyset API.wconner
2022-10-13Make KeyStatus enum public and add conversion utility functions.wconner
2022-10-03Mark the Config class deprecated.ambrosin
2022-09-01Add partial key access for C++.wconner
2022-08-18Add restricted data C++ library.wconner
2022-07-26Extend CleartextKeysetHandle::Read to allow passing additional Keyset metadata.kste
2022-07-21Rename KeyFormat in C++ to Parameters.tholenst
2022-06-02Add Chunked MAC interface.wconner
2022-05-27Add secret key access C++ classes.wconner
2022-04-22Add Key and KeyFormat C++ classes.wconner
2022-04-22Make tink_version.bzl local to the workspaces that use it.ambrosin
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-04-04Add APIs to KeysetHandle to hold annotations for a Keyset.ambrosin
2022-04-01Add APIs to KeysetHandle to hold annotations for a Keyset.ambrosin
2022-04-01Add APIs to KeysetHandle to hold annotations for a Keyset.ambrosin
2022-03-28Add annotations to PrimitiveSet.ambrosin
2022-03-22Clean up C++ GCP KMS dependencies.ckl
2022-03-16Remove cleartext_keyset_handle from the tink_cc target. This should be used e...tholenst
2022-01-31Add support for darwin_arm64 cpu in curl build file.juerg
2022-01-20Remove public API variables from tink/cc build files.ambrosin
2022-01-14Preparation to move tink/cc/integration/awskms to a separate workspaceambrosin
2021-12-10Refactor bazel build file.ambrosin
2021-12-06Add key access token class in C++.juerg
2021-11-03Replace the deprecated crypto::tink::util::error::INVALID_ARGUMENT usages wit...lizatretyakova
2021-11-03Replace one more deprecated crypto::tink::util::error::UNIMPLEMENTED usage wi...lizatretyakova