Skip to content

v1.2.0

Latest

Choose a tag to compare

@djw8605 djw8605 released this 06 Dec 01:06
· 8 commits to master since this release
24a9196

What's Changed

  • Bump jwt-cpp to version 0.7.1, by @GregThain in #149
  • Fix memory leaks in rs256_from_coords by @GregThain in #150
  • Fix memory leaks in the unit tests by @GregThain in #153
  • Add cmake option SCITOKENS_WITH_ASAN which enables memory checking by @djw8605 in #154
  • Turn off building unit tests by default. by @djw8605 in #156
  • Set CURLOPT_NOSIGNAL option in SimpleCurlGet to prevent signal interruptions by @djw8605 in #157
  • Read token for scitokens-verify from stdin by @djw8605 in #159
  • Update usage on verify command to make the TOKENFILE explicit by @djw8605 in #161
  • Improve JWTVerificationException message to include the invalid issuer by @djw8605 in #167
  • Fix security vulnerability in JWT issuer error message handling by @Copilot in #168
  • Fix float time claims handling and improve error messages in scitoken_get_expiration by @Copilot in #171
  • Send usage warning to stdout instead of stderr by @DrDaveD in #163
  • Fix segfault if the JSON parser cannot parse the JWKS by @jthiltges in #176

Full Changelog: v1.1.3...v1.2.0