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
- Host: GitHub
- URL: https://github.com/thekuwayama/ech_config
- Owner: thekuwayama
- License: mit
- Created: 2022-12-17T17:25:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T09:56:41.000Z (over 1 year ago)
- Last Synced: 2025-12-01T04:59:09.774Z (7 months ago)
- Topics: ech, ruby, tls
- Language: Ruby
- Homepage:
- Size: 224 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ech_config
[](https://badge.fury.io/rb/ech_config)
[](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).