aboutsummaryrefslogtreecommitdiff
path: root/cc/jwt/internal
AgeCommit message (Expand)Author
2023-03-29Delete unused variable.tholenst
2022-12-16Use `= default` for trivial ctor/dtors.wiktorg
2022-12-16IWYU: Add missing standard library includes.wiktorg
2022-08-15Auto-generated fix for C++ includes.juerg
2022-06-22Remove .status() usages when matching IsOk() with a StatusOr object.kste
2022-05-16Make JWT HMAC key validation stricter in C++ and Python.juerg
2022-05-05Fix some proto includes, and build targets.tholenst
2022-03-25Fix one more occurrence of a move-only conversion to a StatusOr.lizatretyakova
2022-03-22Explicitly `std::move` the returned values if they are of a move-only type. O...lizatretyakova
2022-03-21Change crypto::tink::util::StatusOr::ValueOrDie() to value() in /tink/cc. Par...lizatretyakova
2022-01-28Use the correct header file name.juerg
2022-01-28Some small lint fixes.juerg
2022-01-28Remove some unused usings.juerg
2022-01-19Upgrade to protobuf v3.17.3.juerg
2022-01-17Add SetAudience and SetAudiences to RawJwtBuilder.juerg
2022-01-12Replace `BN_equal_consttime` with `BN_cmp` for compatibility with OpenSSL in ...ambrosin
2022-01-10Fixing format of CMake and Bazel files.ambrosin
2021-12-20Migrate to internal/ec_util for tink/cc.ambrosin
2021-12-20Internal change.ambrosin
2021-12-06Internal change.lizatretyakova
2021-11-23Refactor CMake files in cc/jwt.ambrosin
2021-11-17Remove period after LLC in all C++ files.cinlin
2021-11-09Remove unused ValidateHeader from jwt_format.juerg
2021-11-05Replace the deprecated crypto::tink::util::error::INVALID_ARGUMENT usages wit...lizatretyakova
2021-11-03Replace one more deprecated crypto::tink::util::error::UNIMPLEMENTED usage wi...lizatretyakova
2021-11-03Replace occurrences of the deprecated RSA util methods and structs.ambrosin
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 occurrences of `bssl::UniquePtr` with `internal::SslUniquePtr` in cc/...ambrosin
2021-10-27Replace occurrences of `SubtleUtilBoringSSL::str2bn`, `SubtleUtilBoringSSL::b...ambrosin
2021-10-25Replace the deprecated crypto::tink::util::Status::error_message() method wit...lizatretyakova
2021-10-19Replace the deprecated crypto::tink::util::error::UNIMPLEMENTEDD usages with ...lizatretyakova
2021-10-13Replace the deprecated crypto::tink::util::error::UNAUTHENTICATED usages with...lizatretyakova
2021-10-13Add missing dependency for CMake targets: key_manager_impl_test, private_key_...ambrosin
2021-09-28Replace the third batch of the deprecated crypto::tink::util::Status::error_c...lizatretyakova
2021-09-22Replace the deprecated crypto::tink::util::Status::OK object with a call to a...lizatretyakova
2021-09-22Add kid validation to JwtPublicKeyVerify in C++.juerg
2021-09-16Add kid validation to jwt_mac in C++.juerg
2021-09-06Remove _or and ValueOrDies from jwt_mac key manager.juerg
2021-08-31Add kid validation to jwt_format.cc.juerg
2021-08-17Remove _or and ValueOrDie from raw_jwt_ecdsa_{sign,verify}_key_manager.juerg
2021-08-17Remove _or and ValueOrDie from raw_jwt_rsa_ssa_pss_{sign,verify}_key_manager.juerg
2021-08-17Remove _or and ValueOrDie from raw_jwt_rsa_ssa_pkcs1_{sign,verify}_key_manager.juerg
2021-07-19Remove _or and ValueOrDie from JWT RSA SSA PSS key managers.juerg
2021-07-16Remove _or and ValueOrDie from JWT RSA SSA PKCS1 key managers.juerg
2021-07-16Remove _or and ValueOrDies from jwt_ecdsa_sign_key_manager.juerg
2021-07-15Remove _or and ValueOrDie from jwt_public_key_wrappers_test and jwt_public_ke...juerg
2021-07-14Remove _or and ValueOrDie from jwt_public_key_sign_impl and jwt_public_key_si...juerg
2021-07-14Remove _or and ValueOrDie in jwt_hmac_key_manager.juerg
2021-07-14Remove _or and ValueOrDie in jwt_mac_impl_test.juerg