- Include cstdint import for jwt library to support newer compilers - Turn off CMAKE unity builds - Add a mutex around requesting public keys to stop overloading issuers - Improve error handling around the sqlite3 library - Fix test failures and compiler warnings - Allow the scitokens library user to setup a custom CA file - Fix typecast errors in scitoken_status_get_*() that caused async queries to fail - Fix logic error in deserialize_continue() that caused async deserialization to fail - Add support for API-configurable cache home - Fix enforcer_acl_free logic - scitokens_internal: catch matching exception type after jwt-cpp update - Fix bug in generate acls which would cause a timeout - Add async API for parsing and verifying tokens - Add configuration API - Make nbf claim optional for non-scitokens tokens - Update to OpenSSL 3.0 - Retry failed key renewal every 5 minutes - Add curl timeout of 4 seconds for update, and 30 for expired keys - Add scitokens-* binaries to the package - Bug: close sqlite db handle on return - Changes from static analysis - If only one key is available, do not error on no kid - Support at+jwt profile OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/scitokens-cpp?expand=0&rev=8
45 lines
1.9 KiB
Plaintext
45 lines
1.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Oct 02 18:00:00 UTC 2025 - osc-mcp <cgoll@suse.com>
|
|
|
|
- Update to 1.1.3
|
|
- Include cstdint import for jwt library to support newer compilers
|
|
- Turn off CMAKE unity builds
|
|
- Add a mutex around requesting public keys to stop overloading issuers
|
|
- Improve error handling around the sqlite3 library
|
|
- Fix test failures and compiler warnings
|
|
- Allow the scitokens library user to setup a custom CA file
|
|
- Fix typecast errors in scitoken_status_get_*() that caused async queries to fail
|
|
- Fix logic error in deserialize_continue() that caused async deserialization to fail
|
|
- Add support for API-configurable cache home
|
|
- Fix enforcer_acl_free logic
|
|
- scitokens_internal: catch matching exception type after jwt-cpp update
|
|
- Fix bug in generate acls which would cause a timeout
|
|
- Add async API for parsing and verifying tokens
|
|
- Add configuration API
|
|
- Make nbf claim optional for non-scitokens tokens
|
|
- Update to OpenSSL 3.0
|
|
- Retry failed key renewal every 5 minutes
|
|
- Add curl timeout of 4 seconds for update, and 30 for expired keys
|
|
- Add scitokens-* binaries to the package
|
|
- Bug: close sqlite db handle on return
|
|
- Changes from static analysis
|
|
- If only one key is available, do not error on no kid
|
|
- Support at+jwt profile
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 22 16:07:27 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
|
|
|
|
- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
|
|
- Add %check section
|
|
- Remove Group: declarations, no longer used
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 12 09:34:32 UTC 2023 - Marcus Meissner <meissner@suse.com>
|
|
|
|
- disable error on deprecated warnings of openssl
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 23 10:38:18 UTC 2021 - Christian Goll <cgoll@suse.com>
|
|
|
|
- initial commit of libscitokens of version 0.6.3
|