Changelog for
jwt_verify_lib-source-20191024-bp153.1.14.noarch.rpm :
* Tue Jan 14 2020 mrosteckiAATTopensuse.org- Update to version 20191024:
* Add support for ES384 and ES512
* Add HS384 and HS512 support
* Clear openssl error queue if HMAC() fails
* Add HS256 support- Add source package, remove lib
* and devel package - now it\'s not possible to build jwt_verify_lib outside envoy-proxy\'s source tree.- Remove Maistra sources:
* jwt-verify-lib-openssl-20190806.tar.xz- Add patch which adds compatibility with OpenSSL:
* jwt_verify-make-compatible-with-openssl.patch
* Fri Sep 20 2019 mrosteckiAATTopensuse.org- Update to version 20190909:
* bazel: Update protobuf to 3.9.1
* Fixed code formatting
* Exposing struct_utils for accessing custom JWT fields
* Implement RS384/RS512 token verification
* Add tests for RS384 and RS512 tokens
* Harden JwkRSA verification code
* Reduce fuzz truncate case
* Fix verify_time_test
* one more uint64
* one more uint64_t
* Thu Aug 01 2019 mrosteckiAATTopensuse.org- Use OpenSSL instead of BoringSSL.- Update to version 20190708:
* Implement RS384/RS512 token verification
* Add tests for RS384 and RS512 tokens
* Harden JwkRSA verification code
* Reduce fuzz truncate case
* Fix verify_time_test
* one more uint64
* one more uint64_t
* change to unsigned
* clean struct_utils
* clean protobuf binding
* remove rapidjson
* fix jwks
* 3rd draft
* second draft
* first draft
* Clear SSL errors for failed verification- Remove patch:
* bazel-unbundle-dependencies.patch
* Tue Jul 23 2019 Guillaume GARDET
- Use Bazel0.19 as build fails with latest bazel (0.26)
* Thu Feb 28 2019 Michał Rostecki - Fix build with Bazel 0.22.0.
* Thu Jan 24 2019 Michał Rostecki - Add soname field to shared library object.- Disable --strip option in Bazel and let OBS take care of stripping.
* Thu Jan 24 2019 Michał Rostecki - Initial version 20181125- Add patch to not bundle dependencies as Bazel http_archives, but rather link them dynamically.
* bazel-unbundle-dependencies.patch