Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages