Skip to content

v2.0.0 05/22/2021

Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 03:28
· 61 commits to main since this release
bfc9cac
- Update the interface to not use strlen() for lengths but expect them to be
  passed in.  This reduces the likelihood of this library being exploited by
  a long string.
- Add the cjwt_printf() function to the interface.
- Remove the alg mapping function that was mistakenly provided in the 1.x.x API.
- Add a few worked examples.