Skip to content

Releases: OpenIDC/liboauth2

release 1.4.2

25 May 17:38
Compare
Choose a tag to compare

Bugfixes

  • set memory alignment of shm cache structs to 64 bytes so it runs on SPARC and ARM architectures; see #21 and #24; thanks @glenk
  • pass missing argument to oauth2_error in _oauth2_dpop_jti_validate; thanks @abbra

Other

  • configure: use include directory from APXS for Apache compilation; thanks @abbra
  • add packages for Ubuntu Focal, CentOS 8 and Debian Buster

release 1.4.1

31 Jan 22:03
Compare
Choose a tag to compare

Features

  • add support for RFC 8705 OAuth 2.0 Mutual-TLS Certificate-Bound Access Tokens

Bugfixes

  • fix Apache cleanup routines; see #18 and OpenIDC/mod_oauth2#7
  • avoid creating /dev/shm files for anonymous shared memory segments; see #18

release 1.4.0

22 Dec 08:03
Compare
Choose a tag to compare

Features

  • separate OpenID client configs and named providers
  • configurable state cookie handling for OpenID Connect; closes OpenIDC/ngx_openidc_module#6
  • add configurable state and session cookie paths
  • add support for PKCE
  • add support for DPOP bound access tokens (draft spec)

Bugfixes

  • fix parsing in oauth2_cfg_set_flag_slot
  • fix session cache handler cloning

Other

release 1.3.0

26 Feb 18:30
Compare
Choose a tag to compare
  • implement OpenID Connect 1.0 basics
  • add session management
  • use named caches and sessions
  • change http request header function naming
  • add generic endpoint config struct and ROPC client capability
  • bugfixes

release 1.1.1

03 Jul 14:07
Compare
Choose a tag to compare
  • return status code from HTTP callouts

release 1.1.0

01 Jul 18:18
Compare
Choose a tag to compare
  • encapsulate oauth2_log_sink_t

release 1.0.1

22 May 06:11
Compare
Choose a tag to compare

Features

  • add support for Apache Require claim <> directives

release 1.0.0

08 Apr 21:04
Compare
Choose a tag to compare
remove problematic backport of cjose_jwk_import_json

Signed-off-by: Hans Zandbelt <[email protected]>