This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
Releases: babelouest/iddawc
Releases · babelouest/iddawc
Release 1.1.9
- Improve cmake script
- cmake: remove
DownloadProject
feature, now dependencies must be previously installed - Add properties
I_OPT_RESPONSE_MAX_BODY_SIZE
,I_OPT_RESPONSE_MAX_HEADER_COUNT
to allow download limit when sending http requests - Fix examples
- cmake: split package build options in 3 (tar.gz, deb and rpm), and set all packages build to off by default
Release 1.1.8
- Build with flag
-Wconversion
- Breaking: Remove support for nested JWT received from the server
Release 1.1.7
- Minor bugfixes
Release 1.1.6
- Update rhonabwy dependency version
Release 1.1.5
- Add new examples
- Minor bugfixes
Release 1.1.4
- Fix pkg-config file with absolute path for
CMAKE_INSTALL_{INCLUDE,LIB}DIR
- Fix
CMAKE_MODULE_PATH
who was used as single value
Release 1.1.3
- Fix
i_perform_resource_service_request
with DPoPhtu
value - Allow encrypted request using a symmetric key in the
client_jwks
Release 1.1.2
- Improve tests
- Rename
uint
tounsigned int
- Add
i_delete_registration_client
,i_set_server_configuration
- Add properties
I_OPT_REGISTRATION_CLIENT_URI
,I_OPT_SERVER_JWKS_CACHE_EXPIRATION
,I_OPT_SAVE_HTTP_REQUEST_RESPONSE
,I_OPT_CIBA_ACR_VALUES
,I_OPT_CIBA_ACR_VALUES_APPEND
,I_OPT_DPOP_NONCE_AS
,I_OPT_DPOP_NONCE_RS
,I_OPT_HTTP_PROXY
- Implement OAuth 2.0 Demonstrating Proof-of-Possession at the Application Layer (DPoP) Draft 07
Release 1.1.1
- Fix undefined variables
Release 1.1.0
- Add
i_run_ciba_request
and implement OpenID Connect Client-Initiated Backchannel Authentication Flow - Improve client registration
- Implement JWT Secured Authorization Response Mode (JARM)
- Implement
ath
property in DPoP token - End session and single-logout functionalities