Generate public key in `generate_keypair()`
Open
Nobody has claimed this yet.
good first issue
help wanted
- Dominant language
- C++
- Stars
- 304
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
Currently, generate_keypair() outputs a private key and a certificate. We should modify this function to also generate and output a public key.
Contributor guide
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 python-package/mc2client/core.py at generate_keypair(), using the linked location as the entry point. Inspect how the function currently outputs the private key and certificate, then verify that its output also includes a public key. Check the existing test coverage for this function, if present, and confirm the updated output preserves the current values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- security
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100