1 comment (1 comment)2 reactions (2 reactions)0 assignees (0 assignees)C++17,407 stars (17,407 stars)3,635 forks (3,635 forks)batch import
help wanted
Description
我们现在已经在使用Mars框架了,但是现在发现Mars不支持SSL,希望Mars框架可以尽快提供支持,毕竟在即时通讯这块SSL是有必要的
Contributor guide
- Tech stack
- cpp
- Domain
- backendsecurity
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- over 1 week
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- None
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 15
- Research direction
- The issue requests SSL support for the Mars framework, a C++ cross platform network component. Research should begin by checking the current Mars repository for any existing SSL implementation or related PRs. Review the Mars documentation and source code to understand the current transport layer and identify where SSL/TLS integration would be needed. Consider exploring similar network libraries for reference on SSL integration patterns.