aboutsummaryrefslogtreecommitdiff
path: root/cc/jwt/CMakeLists.txt
AgeCommit message (Expand)Author
2021-12-20Migrate to internal/ec_util for tink/cc.ambrosin
2021-11-25Add JWT keyset to JWK set converter in C++.juerg
2021-11-23Refactor CMake files in cc/jwt.ambrosin
2021-11-05Replace the deprecated crypto::tink::util::error::INVALID_ARGUMENT usages wit...lizatretyakova
2021-10-29Replace occurrences of `bssl::UniquePtr` with `internal::SslUniquePtr` in cc/...ambrosin
2021-10-29Replace the deprecated crypto::tink::util::error::NOT_FOUND usages with its a...lizatretyakova
2021-04-21Use milliseconds in timestamps, and limit the range of timestamps.juerg
2021-04-15Add JWT RSA SSA PSS key manager to config and add templates.juerg
2021-04-14Add RSA SSA PKCS1 key managers to config, and add templates.juerg
2021-04-14Inline jwt_names.h.juerg
2021-04-13Add JWT ECDSA Key templates in C++juerg
2021-04-13Remove jwt_algorithms.h.juerg
2021-03-25Add hmac jwt_key_templates and jwt_mac_config in C++.juerg
2021-03-23Limit access to VerifiedJwt constructor.juerg
2021-03-17Add JWT primitive interfaces in C++juerg
2021-03-15Add jwt_validator in C++.juerg
2021-03-12Remove old jwt and json objects that are not needed anymore.juerg
2021-03-12Add verified_jwt.juerg
2021-03-04Partially define RawJwt and RawJwtBuilder classes in C++.juerg
2020-11-06Add functions to retrieve header/claim fields names and their types for a Jwt...Tink Team
2020-10-29Add a function to retrieve the list of json field names and types. This is ne...Tink Team
2020-10-19Define JwtObject.Tink Team
2020-10-08Define JsonOject to encapsulate json functions.Tink Team
2020-09-02Add Jwt class.Tink Team
2020-08-10Add jwt_names.Tink Team