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

Latest commit

 

History

History
18 lines (13 loc) · 706 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 706 Bytes

token_binding

Provides support for the TLS Token Binding extension.

Overview

Provides support for token binding according to the following RFCs:

This token binding library links to OpenSSL/BoringSSL 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.1 and newer. It is implemented using the custom extension API in OpenSSL 1.1.1, see: openssl/openssl#3139