Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Releases: zmartzone/mod_token_binding

release 1.1.0

24 Oct 23:56
Compare
Choose a tag to compare

Features

  • add support for OAuth 2.0 Client Certificate Bound Access Tokens, see: https://www.ietf.org/id/draft-ietf-oauth-mtls-12.txt setting an environment variable TB_SSL_CLIENT_CERT_FINGERPRINT with the base64url encoded value of the SHA256 hash of the DER representation of the certificate

Notes

release 1.0.0

09 Oct 05:38
Compare
Choose a tag to compare

Features

Notes

release 0.5.0

13 Sep 00:20
Compare
Choose a tag to compare

Features

  • use (unpatched) OpenSSL 1.1.1 with modifications to token_bind

Bugfixes

  • also set Sec-Token-Binding-Context (if configured) when a verified Token Binding ID is found in the cache

Notes

release 0.4.2

09 Aug 00:56
Compare
Choose a tag to compare

Packaging

  • add Ubuntu Xenial package
  • add Ubuntu Bionic package

Notes

release 0.4.1

08 Aug 23:01
Compare
Choose a tag to compare

Features

  • allow specifying custom OpenSSL 1.1.x path to configure with --with-openssl=<dir>

Packaging

  • add CentOS 7 RPM

Notes

  • Depends on OpenSSL 1.1.x and Apache >= 2.4.26

release 0.4.0

06 Aug 20:49
Compare
Choose a tag to compare
version 0.4.0: use standard mod_ssl primitives for registering hooks

so that mod_token_binding works with any stock Apache 2.x version now >=
2.4.26

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

release 0.3.5

13 Sep 15:33
Compare
Choose a tag to compare
support for TokenBindingPassVar; closes #1

- make the information/variables that are passed configurable through: 
  TokenBindingPassVar [provided|referred|context]+
- bump to version 0.3.5

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

release 0.3.4

02 Aug 18:05
Compare
Choose a tag to compare
version 0.3.4: support draft-ietf-tokbind-ttrp-01

prefix header/envvar names with "Sec-" conform
https://tools.ietf.org/html/draft-ietf-tokbind-ttrp-01

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

release 0.3.3

18 Jul 06:32
Compare
Choose a tag to compare
version 0.3.3: always remove Sec-Token-Binding header

conform draft-campbell-tokbind-ttrp-01#section-2.2

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