aboutsummaryrefslogtreecommitdiff
path: root/cc/mac/mac_wrapper.cc
AgeCommit message (Collapse)Author
2022-12-16Use `= default` for trivial ctor/dtors.wiktorg
PiperOrigin-RevId: 495844595
2022-12-16IWYU: Add missing standard library includes.wiktorg
PiperOrigin-RevId: 495818760
2022-06-20Add monitoring to Mac wrapper.kste
If a MonitoringClientFactory is registered, then we create the MacWrapper with the corresponding MonitoringClients to report events from the Compute and Verify API. PiperOrigin-RevId: 456073635
2022-03-21Change crypto::tink::util::StatusOr::ValueOrDie() to value() in /tink/cc. ↵lizatretyakova
Part of Tink migration to absl::Status{,Or}. PiperOrigin-RevId: 436173415
2022-01-07Fix some missing includes.tholenst
PiperOrigin-RevId: 420288323
2021-11-03Replace the deprecated crypto::tink::util::error::INVALID_ARGUMENT usages ↵lizatretyakova
with its absl version absl::StatusCode::kInvalidArgument. This CL is a part of Tink migration to using absl::Status{,Or} and absl::StatusCode. PiperOrigin-RevId: 407329629
2021-11-01Replace the deprecated crypto::tink::util::error::INTERNAL usages with its ↵lizatretyakova
absl version absl::StatusCode::kInternal in third_party/tink/cc. This CL is a part of Tink migration to using absl::Status{,Or} and absl::StatusCode. PiperOrigin-RevId: 406805638
2021-10-21Move the `EnsureNonNull` utility to a new function `EnsureStringNonNull` in ↵ambrosin
`internal/util`. This allows to remove the dependency on `subtle_util_boringssl` from several targets; migrating all the instances to the new utility function. `SubtleUtilBorinsSsl::EnsureNonNull` is now deprecated. PiperOrigin-RevId: 404799843
2021-09-22Replace the deprecated crypto::tink::util::Status::OK object with a call to ↵lizatretyakova
an absl-friendly getter crypto::tink::util::OkStatus(). PiperOrigin-RevId: 398242794
2020-11-11Fix a bug with legacy keys.tholenst
PiperOrigin-RevId: 341843797
2020-09-10Change get_primitives interface to use absl::string_view instead of const ↵kste
string&. PiperOrigin-RevId: 330931843
2019-10-25Formatting changes due to internal changes.tholenst
PiperOrigin-RevId: 276745125
2018-10-25Change the MacSetWrapper to a MacWrapper and register it.tholenst
PiperOrigin-RevId: 218677409 GitOrigin-RevId: 61735fcdf8fb20ebf0272b2e4602350c56b4e3ee