Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: xmidt-org/cjwt

Tags

v2.3.0

Toggle v2.3.0's commit message
Releasing: v2.3.0

v2.2.0

Toggle v2.2.0's commit message
Releasing: v2.2.0

v2.1.1

Toggle v2.1.1's commit message
Releasing: v2.1.1

v2.1.0

Toggle v2.1.0's commit message
08/29/2021

- Add string to alg type mapping function.
- Allow use of `num_algorithms`.

v2.0.1

Toggle v2.0.1's commit message
07/16/2021

- Upgrade the build system to use meson.
- Improve the CI pipeline.

v2.0.0

Toggle v2.0.0's commit message
05/22/2021

- 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

Toggle v1.0.4's commit message
05/21/2021

- 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

Toggle v1.0.3's commit message

1.0.2

Toggle 1.0.2's commit message
Sep 2019 release

1.0.1

Toggle 1.0.1's commit message
1.0.1 release