aboutsummaryrefslogtreecommitdiff
path: root/cc
AgeCommit message (Expand)Author
2023-07-12Use KeysetHandle::GenerateNew in FIPS 140.2 config tests.cinlin
2023-07-12Split jwt_signature_cli example into jwt_sign and jwt_verify.juerg
2023-07-12Make kms_envelope_aead a public Bazel targetambrosin
2023-07-11Define crypto::tink::KeyGenConfigV0(). #tinkApiChangecinlin
2023-07-11Update DAEAD C++ example tag to match other languages'.cinlin
2023-07-11Add deterministic AEAD to C++ examples directory.cinlin
2023-07-10Register AES-GCM proto serialization.wconner
2023-07-10Remove unused testonly target fake_kms_client_pybindambrosin
2023-07-07Fix hybrid/internal build files.cinlin
2023-07-07Define crypto::tink::ConfigV0(). #tinkApiChangecinlin
2023-07-06Remove unused visibility specsambrosin
2023-07-04Add test that shows that the Aead object returned by KmsEnvelopeAead::New is ...juerg
2023-06-30Add CallWithCoreDumpProtectionwiktorg
2023-06-28Define Configuration in global registry mode.cinlin
2023-06-28Use `absl::AnyInvocable` for the KeysetWrapper primitive getter.cinlin
2023-06-28Rename to ConfigurationImpl::IsInGlobalRegistryMode.cinlin
2023-06-28util/SecretData code cleanupwiktorg
2023-06-28Restrict KMS envelope AEAD to only use Tink AEAD key types as DEK.juerg
2023-06-27Register AES-SIV proto serialization.wconner
2023-06-27Accept global registry configs in GetPrimitive.cinlin
2023-06-23Define KeyGenConfiguration in global registry mode.cinlin
2023-06-23Implement KeysetHandle::GenerateNew with configs. #tinkApiChangecinlin
2023-06-23Add StreamingAeadKeyTemplates Aes128CtrHmacSha256Segment1MB andTink Team
2023-06-22Define getter for config.global_registry_mode_.cinlin
2023-06-22Define Configuration in global registry mode.cinlin
2023-06-22Return StatusOr from ConfigurationImpl::Get functions.cinlin
2023-06-22Rename Register to Add in *ConfigurationImpl.cinlin
2023-06-21Correct KeyGenConfigFips140_2 typo.cinlin
2023-06-21Remove unnecessary import from internal/.cinlin
2023-06-21Add IsEmpty to KeysetWrapperStore.cinlin
2023-06-21Add AES-SIV proto serialization.wconner
2023-06-21Internal Code ChangeTink Team
2023-06-20Internal change.cinlin
2023-06-20Add KMS envelope AEAD tests with other dek templates.juerg
2023-06-16Fix nits in Fips1402Test C++.cinlin
2023-06-15Define KeyGenConfigFips140_2 C++ object. #tinkApiChangecinlin
2023-06-15Implement KeyGenConfigurationImpl C++ class.cinlin
2023-06-15Define KeyGenConfiguration C++ class. #tinkApiChangecinlin
2023-06-15Add AES-SIV C++ key type.wconner
2023-06-14Clean up AES-GCM key type test assertions.wconner
2023-06-14Add AES-SIV C++ parameters type.wconner
2023-06-13Add get_all_in_keyset_order() to C++ PrimitiveSet. #tinkApiChangecinlin
2023-06-12Add interfaces for Deterministic AEAD parameters and key types.wconner
2023-06-11Fix double trailing semicolon in binary_keyset_writer.hTink Team
2023-06-08Modify aws_checksums.BUILD.bazel to add source/intel/*.c or source/arm/*.c ba...ambrosin
2023-06-08Modify curl.BUILD.bazel to select srcs, copts and linkopts based on OS instea...ambrosin
2023-06-07Remove client-side decryption key ID verification in C++.ckl
2023-06-07Add HMAC proto serialization to Mac configuration.ioannanedelcu
2023-06-06Add AES-GCM proto serialization.wconner
2023-06-02Add AES-GCM C++ key type.wconner