aboutsummaryrefslogtreecommitdiff
path: root/cc
AgeCommit message (Expand)Author
2024-04-09Allow SHA224 and SHA384 in C++ for PRFs.tholenst
2024-04-08Add a proto structure for the Stateless Hash-Based Digital Signature Algorith...ioannanedelcu
2024-04-08Add a raw KEM interface to Tink.Tink Team
2024-04-08Cleanup and expand the StatefulHmacBoringSslTest.tholenst
2024-04-05Upgrade default tink-cc dep to 2.1.2ambrosin
2024-04-05Avoid unnecessary copies of RestrictedData in proto serialization (since it's...ioannanedelcu
2024-04-05Bump version to 2.1.2ambrosin
2024-04-03Remove redundant comments regarding OSS string conversion.ioannanedelcu
2024-04-03Validate that parsed string is a JSON Object.juerg
2024-04-03Automated Code ChangeTink Team
2024-04-02Automated Code ChangeTink Team
2024-03-26Remove unused build dependencyTink Team
2024-03-25Avoid copying `RestrictedData` objects during parsing.Tink Team
2024-03-22Register ECIES proto serialization.wconner
2024-03-21Remove obsolete `output_to_genfiles = True`.Tink Team
2024-03-21Update ECIES proto serialization.wconner
2024-03-19Use Go 1.21ambrosin
2024-03-18Update golang github link for protos.juerg
2024-03-18Remove deprecation annotation for KMS client registration.juerg
2024-03-15feat: Support the Cloud KMS AsymmetricSign feature.metemad
2024-03-15Automated Code ChangeTink Team
2024-03-12Add CallWithCoreDumpProtection to AES EAXwiktorg
2024-03-08Remove obsolete comments about string conversions.wconner
2024-03-08Automated Code ChangeTink Team
2024-03-08Automated Code ChangeTink Team
2024-03-08Automated Code ChangeTink Team
2024-03-08Automated Code ChangeTink Team
2024-03-07Revert tink-cc abseil dependency to 20230802.1.wconner
2024-03-07Remove redundant comments.ioannanedelcu
2024-03-07Remove usage of absl::NoDestructor.wconner
2024-03-07Automated Code ChangeTink Team
2024-03-06Add a default ctor and explicitly mark `KeysetHandle` as copyable and movablewiktorg
2024-03-06Add link to FIPS 140-2.juerg
2024-03-05Add support for AES-CTR-HMAC DEMs to Tink ECIES parameters.wconner
2024-03-05Automated Code ChangeTink Team
2024-03-04Add support for XChaCha20-Poly1305 DEM to Tink ECIES parameters.wconner
2024-03-01Resgster ECDSA proto serialization to signature config.ioannanedelcu
2024-02-27Create StreamingPrf primitive in PrfBasedDeriver without the global registry.cinlin
2024-02-27Register AES-CTR-HMAC-AEAD proto serialization.ioannanedelcu
2024-02-26Use hard-coded AES-GCM key deriver function instead of global registry in Prf...cinlin
2024-02-26Add proto parser and serializer for AesCtrHmacAead keys.ioannanedelcu
2024-02-26Add proto parser and serializer for AesCtrHmacAead parameters.ioannanedelcu
2024-02-26Add ECDSA C++ proto parser and serializer for private key.ioannanedelcu
2024-02-23Use only the public API in Keyset Deriver AES-GCM regression test.cinlin
2024-02-23Add ECIES private key proto serialization.wconner
2024-02-23Add ECDSA C++ proto parser and serializer for public key.ioannanedelcu
2024-02-23Add ECDSA C++ proto parser and serializer for parameters.ioannanedelcu
2024-02-22Upgrade tink-cc-gcpkms abseil dependency to 20240116.0ioannanedelcu
2024-02-22Add ECIES public key proto serialization.wconner
2024-02-21Add ECIES parameters proto serialization.wconner