2019-08-05 13:30:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 01 11:20:17 UTC 2019 - mrostecki@opensuse.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
|
2019-08-06 11:20:34 +00:00
|
|
|
- Remove patch:
|
|
|
|
* bazel-unbundle-dependencies.patch
|
2019-08-05 13:30:26 +00:00
|
|
|
|
2019-07-23 14:10:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 23 13:14:51 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
|
|
|
|
- Use Bazel0.19 as build fails with latest bazel (0.26)
|
|
|
|
|
2019-02-28 17:56:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 28 17:53:11 UTC 2019 - Michał Rostecki <mrostecki@opensuse.org>
|
|
|
|
|
|
|
|
- Fix build with Bazel 0.22.0.
|
|
|
|
|
2019-01-28 10:50:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 24 16:06:58 UTC 2019 - Michał Rostecki <mrostecki@suse.de>
|
|
|
|
|
|
|
|
- Add soname field to shared library object.
|
|
|
|
- Disable --strip option in Bazel and let OBS take care of
|
|
|
|
stripping.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 24 15:03:29 UTC 2019 - Michał Rostecki <mrostecki@suse.de>
|
|
|
|
|
|
|
|
- Initial version 20181125
|
|
|
|
- Add patch to not bundle dependencies as Bazel http_archives, but
|
|
|
|
rather link them dynamically.
|
|
|
|
* bazel-unbundle-dependencies.patch
|