8
0

Accepting request 746420 from home:mrostecki:branches:devel:kubic

- 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

OBS-URL: https://build.opensuse.org/request/show/746420
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jwt_verify_lib?expand=0&rev=11
This commit is contained in:
Michał Rostecki
2019-11-07 21:11:14 +00:00
committed by Git OBS Bridge
parent f70c6a768f
commit 3636a79eff
16 changed files with 43 additions and 206 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Sep 20 13:06:47 UTC 2019 - mrostecki@opensuse.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 11:20:17 UTC 2019 - mrostecki@opensuse.org