An open API service indexing awesome lists of open source software.

https://github.com/thekuwayama/ech_config

Ruby implementation of Encrypted ClientHello Configuration
https://github.com/thekuwayama/ech_config

ech ruby tls

Last synced: 5 months ago
JSON representation

Ruby implementation of Encrypted ClientHello Configuration

Awesome Lists containing this project

README

          

# ech_config

[![Gem Version](https://badge.fury.io/rb/ech_config.svg)](https://badge.fury.io/rb/ech_config)
[![CI](https://github.com/thekuwayama/ech_config/workflows/CI/badge.svg)](https://github.com/thekuwayama/ech_config/actions?workflow=CI)

`ech_config` is Ruby implementation of [Encrypted ClientHello Configuration](https://datatracker.ietf.org/doc/draft-ietf-tls-esni/).

`ech_config` supports `0xfe0b` ~ `0xfe0f` ECHConfig.version.

## Installation

The gem is available at [rubygems.org](https://rubygems.org/gems/ech_config). You can install with:

```sh-session
$ gem install ech_config
```

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).