Skip to content
This repository was archived by the owner on Oct 25, 2022. It is now read-only.

google/token_bind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

146d48e · May 24, 2018

History

14 Commits
Feb 23, 2017
Nov 13, 2016
Nov 13, 2016
Nov 13, 2016
Dec 7, 2016
May 22, 2018
Nov 13, 2016
Nov 13, 2016
Nov 13, 2016
Nov 13, 2016
Nov 13, 2016
Nov 13, 2016
Nov 13, 2016
Dec 7, 2016
May 22, 2018
Dec 22, 2016
Dec 22, 2016

Repository files navigation

URL: https://github.com/google/token_bind
Version: 0.10
License: Apache 2.0
License File: LICENSE

Description:
Provides support for token binding according to the following RFCs:

https://tools.ietf.org/html/draft-ietf-tokbind-protocol-18
https://tools.ietf.org/html/draft-ietf-tokbind-negotiation-10
https://tools.ietf.org/html/draft-ietf-tokbind-https-15

This token binding library links to OpenSSL to provide token binding negotiation over TLS, and provides high level functions needed to add token binding support to HTTP applications.

This is compatible with OpenSSL versions 1.1.0 and newer. It is implemented using the custom extension API in OpenSSL. Due to a minor issue (openssl/openssl#927) in this API, resumption in OpenSSL 1.1.0 is not compatible with this token binding library unless a 1-line patch is made (see example/custom_ext_resume.patch). This patch should be included in OpenSSL >= 1.1.0.

This is not an official Google product.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages