Releases: benmcollins/libjwt
Releases Β· benmcollins/libjwt
v2.1.0
Full Changelog: v2.0.0...v2.1.0
Replaces Apple licensed internal base64 support with public domain code from libb64. It can still use the system libb64 if it's new enough. Reworked internal usage of the base64uri functions.
Rework a lot of the test cases to run across all available crypto ops.
v2.0.0
Full Changelog: v1.18.3...v2.0.0
Primary changes:
- Use of libb64 for base64 if the library is detected
- OpenSSL and GnuTLS support can be compiled together. New functions allow selecting which to use at runtime.
v1.18.3
Full Changelog: v1.18.2...v1.18.3
Notable change: Implements EdDSA (ed25519) signing and verify.
v1.18.2
Full Changelog: v1.18.1...v1.18.2
v1.18.1
Full Changelog: v1.18.0...v1.18.1
v1.18.0
Full Changelog: v1.17.2...v1.18.0
v1.17.2 OpenSSL Warnings Fix
What's Changed
Full Changelog: v1.17.1...v1.17.2
v1.17.1 Minor fixes
What's Changed
- Fix compilation by @orgads in #194
- Implement dump grants as string by @FFxSquall in #195
New Contributors
- @FFxSquall made their first contribution in #195
Full Changelog: v1.17.0...v1.17.1
v1.17.0
What's Changed
- Add jwt_dump_exceptions_string() by @naterini in #159
- Fix typos found by codespell by @DimitriPapadopoulos in #180
- Consistent indentation (tabs, not spaces) by @DimitriPapadopoulos in #182
- Consistent C style by @DimitriPapadopoulos in #183
- Update license and copyright by @DimitriPapadopoulos in #184
- Fix more typos - not found by codespell! by @DimitriPapadopoulos in #185
- Proper format for command line examples by @DimitriPapadopoulos in #186
- Fix error when using provided jansson by @orgads in #189
New Contributors
- @DimitriPapadopoulos made their first contribution in #180
Full Changelog: v1.16.0...v1.17.0
v1.15.3
v1.15.3