openresty / openresty/lua-resty-core

I want to get all the extension information of client hello, not just server name , what can I do?

Open
#410 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Lua
Stars
852
Forks
286
Avg merge
35m
Merged PRs (30d)
1

Description

local ssl_clt = require "ngx.ssl.clienthello"
local ext = ssl_clt.get_client_hello_ext(0)

The ext_type represented by 0 is server name, is there any other ext_type?

I want to get supported_groups and ec_point_formats.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Begin at ngx.ssl.clienthello.get_client_hello_ext(0); the issue provides no file or test to inspect. Determine whether supported_groups and ec_point_formats can be retrieved, and document the supported extension types or required API change.

Written by the indexing model from the issue text.

Assessment

Tech stack
lua
Domain
backend-api-design, security
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.