aboutsummaryrefslogtreecommitdiff
path: root/cc/prf
AgeCommit message (Expand)Author
2023-04-20Replace direct use of FIPS_mode with an internal util functionambrosin
2023-03-13Remove deprecated config.hambrosin
2023-01-17[C++] Monitoring for PRF Setfelobato
2022-12-16Use `= default` for trivial ctor/dtors.wiktorg
2022-12-16Remove unused `using` declarationswiktorg
2022-12-16IWYU: Add missing standard library includes.wiktorg
2022-07-04Add a method to create an always failing Prf and PrfSet.kste
2022-06-22Remove .status() usages when matching IsOk() with a StatusOr object.kste
2022-03-28Fix deps sorting for Bazel targets `//util:test_util`, `//prf:aes_cmac_prf_k...ambrosin
2022-03-23Update documenting comment to use more up-to-date APIs of StatusOr.lizatretyakova
2022-03-21Change crypto::tink::util::StatusOr::ValueOrDie() to value() in /tink/cc. Par...lizatretyakova
2022-02-08Fix lint errors in includes.juerg
2021-12-21Refactor cc/prf/BUILD.bazel.ambrosin
2021-11-23Refactor CMake files in cc/prf.ambrosin
2021-11-04Replace the deprecated crypto::tink::util::error::INVALID_ARGUMENT usages wit...lizatretyakova
2021-11-02Add dependencies to absl::Status ot the remaining build files after replacing...lizatretyakova
2021-11-01Replace the deprecated crypto::tink::util::error::INTERNAL usages with its ab...lizatretyakova
2021-10-29Replace the deprecated crypto::tink::util::error::NOT_FOUND usages with its a...lizatretyakova
2021-09-22Replace the deprecated crypto::tink::util::Status::OK object with a call to a...lizatretyakova
2021-08-30Remove unused using declarations.juerg
2021-04-16Refactor tink fips into an internal and public part.kste
2021-04-09Add missing copyright statements. These were missing due to internal miscommu...tholenst
2021-04-06Add FipsStatus() method to KeyTypeManagers for AEAD, DAEAD, MAC, Prf and Stre...kste
2021-03-11Add HMAC-SHA224 and -SHA384 support to HMAC key manager.Tink Team
2020-12-01Change the PrfSetWrapper such that it wraps Prfs instead of PrfSets into PrfS...tholenst
2020-11-24Rename the "TransformingPrimitiveWrapper<P,Q>" to "PrimitiveWrapper<P,Q>" and...tholenst
2020-10-09Migrate PrimitiveSet::AddPrimitive to take a KeyInfo instead of a Key.tholenst
2020-08-12Add WORKSPACE to build the BoringSSL FIPS module in Bazel.kste
2020-08-06Automatically generated fixes.tholenst
2020-07-27Fix comment in cc prf key template.juerg
2020-07-16Restrict PRF registration when using FIPS-only mode to only register HMAC.kste
2020-04-01PrfSet implementation last CL: Registering the key managers and wrappers in t...sschmieg
2020-04-01Adding the wrapper for PrfSet.sschmieg
2020-04-01Modifying HKDFKeyManager to support PrfSet.sschmieg
2020-04-01Adding KeyTypeManager for HMAC as PRF, for PrfSet.sschmieg
2020-04-01Adding KeyTypeManager for AES-CMAC PRF for the PrfSet primitive.sschmieg
2020-03-27PRFSet implementation: necessary subtle changes to support PRFSet.sschmieg
2020-03-26Another round of IWYU fixeswiktorg
2020-03-25Adding AesCMacPrf and HmacPrf protos and corresponding PrfKeyTemplates insschmieg
2020-03-25Adding a PrfSet primitive interface.sschmieg
2020-03-25Use sanitizing containers in hkdf_streaming_prfwiktorg
2020-03-24Change input_stream_util to read exact number of byteswiktorg
2020-03-04Update folder structure for C++ Tink.kste
2020-03-04Add the capability of making submodules to Tink CMake and use it in one place.tholenst
2020-01-22Moving C++ proto targets to a separate directory.Bartosz Przydatek
2020-01-21Introducing a separate WORKSPACE for C++.Bartosz Przydatek
2019-12-13Modify visibility for public APIs in the C++ implementation.ckl
2019-11-20Add a config and key templates for the HkdfPrfKeys.tholenst
2019-11-12Add a HkdfPrfKeyManager for Java.tholenst
2019-10-31Add a HkdfPrf proto and the corresponding key manager in C++.tholenst