Skip to content

Releases: xmidt-org/cjwt

v2.1.1 2021-12-22

22 Dec 22:23
4b4eff9
Compare
Choose a tag to compare
  • Fix a few compiler warnings in the example code.

v2.1.0 08/29/2021

29 Aug 19:07
f53c3bc
Compare
Choose a tag to compare
- Add string to alg type mapping function.
- Allow use of `num_algorithms`.

v2.0.1 07/16/2021

16 Jul 03:18
86c0f28
Compare
Choose a tag to compare
- Upgrade the build system to use meson.
- Improve the CI pipeline.

v2.0.0 05/22/2021

22 May 03:28
bfc9cac
Compare
Choose a tag to compare
- 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.

v1.0.4 05/21/2021

21 May 23:39
141a606
Compare
Choose a tag to compare
- Move to use internal base64 decoding with stricter processing rules
- Major refactor to use a specified length and not '\0' terminated strings internally.
- A number of failures that may not have been detected now have tests and are covered.
- Bridge the new implementation to use the existing API.

v1.0.3 05/08/2021

08 May 05:13
8356e73
Compare
Choose a tag to compare

First stable release

21 Nov 23:45
39a2823
Compare
Choose a tag to compare
1.0.0

First stable release