aboutsummaryrefslogtreecommitdiff
path: root/cc/subtle/hmac_boringssl.cc
AgeCommit message (Expand)Author
2022-12-15IWYU: Add missing standard library includes.wiktorg
2021-12-22Make hmac_boringssl OpenSSL-compatible.ambrosin
2021-12-20Replace references to deprecated message digest utils with the ones in intern...ambrosin
2021-11-09Replace the deprecated crypto::tink::util::error::INVALID_ARGUMENT usages wit...lizatretyakova
2021-11-01Replace the deprecated crypto::tink::util::error::INTERNAL usages with its ab...lizatretyakova
2021-10-21Move the `EnsureNonNull` utility to a new function `EnsureStringNonNull` in `...ambrosin
2021-09-22Replace the deprecated crypto::tink::util::Status::OK object with a call to a...lizatretyakova
2021-04-16Refactor tink fips into an internal and public part.kste
2020-07-10Restrict usage of subtle MAC primitives in FIPS only mode.kste
2020-05-20Use CRYPTO_memcmp from BoringSSL for a constant-time compare.Tink Team
2020-05-19Use volatile reads/writes in Tink constant-time comparisons.Tink Team
2020-03-25Minor code cleanupwiktorg
2020-03-04Use InvalidArgumentError more consistentlywiktorg
2020-03-03Use sanitizing containers in hmac_boringsslwiktorg
2020-03-02Use sanitizing containers in hmac_boringsslTink Team
2020-03-02Use sanitizing containers in hmac_boringsslwiktorg
2018-08-30Fix HmacBoringSsl::New min key size check.Haris Andrianakis
2018-08-09Upgrade absl::string_view() to absl::string_view("") to make BoringSSL happy.Thai Duong
2018-04-17Use Portable Protocol Buffers (go/portableproto) for Tink C++.Haris Andrianakis
2018-03-18Fixing C++ include-paths.Bartosz Przydatek
2017-12-11Removing protos-dependency of C++ subtle.Bartosz Przydatek
2017-10-25Replacing google::protobuf::StringPiece with absl::string_view.Thai Duong
2017-09-01Fixing style issues.Bartosz Przydatek
2017-09-01Move util to crypto::tink::util.Thai Duong
2017-05-26Move C++ to google::crypto::tink.Thai Duong
2017-05-18Merge "Use unsigned integers when possible, including in protobufs."Thai Duong
2017-05-03hkdf cppQuan Nguyen
2017-05-03Fix Lint errors.Thai Duong
2017-04-12Minor follow-up fixes after CL 2020Bartosz Przydatek
2017-04-12Merge "Implement HMAC with BoringSSL."Bartosz Przydatek
2017-04-06Renaming *OpenSsl to *BoringSsl and adding BoringSSL to WORKSPACE.Bartosz Przydatek