uNetworking / uNetworking/uSockets
Port DH params to OpenSSL 3.0
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 1.5k
- Forks
- 307
- PR merge metrics
- No merged PRs in 30d
Description
dh_params_file_name option in openssl.c is deprecated and needs to be rewritten for OpenSSL 3.0 support.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in openssl.c at the dh_params_file_name option and inspect how its current OpenSSL API is used. Compare that usage with the OpenSSL 3.0 migration requirements, then verify that the option continues to work with OpenSSL 3.0 without relying on the deprecated interface.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- security
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100