8
0

4 Commits

Author SHA256 Message Date
Michał Rostecki
4683045504 Accepting request 765232 from home:mrostecki:branches:devel:kubic
- 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

OBS-URL: https://build.opensuse.org/request/show/765232
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jwt_verify_lib?expand=0&rev=13
2020-01-17 12:06:42 +00:00
Michał Rostecki
3636a79eff 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
2019-11-07 21:11:14 +00:00
Michał Rostecki
fdbd1303ad Accepting request 721066 from home:mrostecki:branches:devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/721066
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jwt_verify_lib?expand=0&rev=8
2019-08-05 13:30:26 +00:00
d6dfd86e51 Accepting request 668654 from home:mrostecki
- Add soname field to shared library object.
- Disable --strip option in Bazel and let OBS take care of
  stripping.
- Initial version 20181125
- Add patch to not bundle dependencies as Bazel http_archives, but
  rather link them dynamically.
  * bazel-unbundle-dependencies.patch

OBS-URL: https://build.opensuse.org/request/show/668654
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jwt_verify_lib?expand=0&rev=1
2019-01-28 10:50:47 +00:00