Advice Needed on using this Python lib (link to Gist with lib code included) to parse ClientHello message
還沒有人認領這個 Issue。
評估
- 難度
- 5/5
- 預估耗時
- 一週以上
- 新手友好度
- 15/100
- Issue 類型
- 功能
- 描述清晰度
- 需要釐清
- 活躍度
- 停滯
- 領域
- networking
研究方向
首先查看連結的 currency_converter 原始碼和 Gist 的 parseAlpn 函式,以確定它是否會從 ClientHello 解析 ALPN 通訊協定 ID。該 issue 沒有指出 Boost.Python 進入點、目標 Boost.Python 檔案,也沒有定義擴充功能、移植或測試,因此尚未建立具體的完成條件。
由索引模型根據 Issue 內容生成。
描述
Hi, everyone.
I have a C++ I wrote using Boost.Beast that runs over an encrypted connection with SSL (source code).
In there, I'm getting an error about an unsupported protocol from ClientHello. So I want to use this Python lib I found on Gist to try and parse the ClientHello. My intention is to try and parse the protocol IDs to see if the HTTP/2 ID is present.
But of course, as the library is in Python, I should either use Boost.Python for this or try to write the code in C++ myself or ask someone else to do it. But I also don't know for sure if the library includes support for parsing protocol IDs out of the box--the parseAlpn function yields a protocol which seems like it might be what I want, but it could also just be the TLS protocol version. I need help on figuring this out and also maybe on porting the code to C++ so I can use it without needing Boost.Python hopefully (since Boost.Python would add additional complication to my app, and might not really be what I need either since I don't want to include the Python interpreter in my app).
So yeah, what should I do? Try to use Boost.Python? Or try to have someone port the code to C++ first and then use it? And does this library already do what I need or do I need to extend it? That's what I need advice on. Thanks.
- 主要語言
- C++
- 星號
- 537
- 分支
- 223
- 平均合併
- 11 小時 22 分鐘
- 30 天內合併 PR
- 2
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
boostorg/python 的其他 Issue
-
難度 1/5 1 小時以內 新手友好度 84/100
-
難度 2/5 1-3 小時 新手友好度 68/100
-
難度 2/5 1-3 小時 新手友好度 64/100
-
BoostDetectToolset-1.90.0.cmake file not found in an include() call in boost_python-config.cmake 未關閉
難度 3/5 1-2 天 新手友好度 48/100
-
難度 4/5 3-5 天 新手友好度 25/100
相似的 Issue
-
難度 2/5 1-3 小時 新手友好度 70/100
google/libultrahdr#485 ·
-
難度 2/5 1-3 小時 新手友好度 75/100
godotengine/godot#123776 ·
-
bug
難度 1/5 1 小時以內 新手友好度 60/100
-
good first issue
難度 1/5 1 小時以內 新手友好度 90/100
-
good first issue
難度 2/5 1-3 小時 新手友好度 75/100
ros2/common_interfaces#344 ·