Getter to match SSL_CTX_set_cert_verify_callback
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 30.8k
- Forks
- 11.5k
- Avg merge
- 10m
- Merged PRs (30d)
- 1
Description
I'm trying to implement the function I mentioned in https://mta.openssl.org/pipermail/openssl-users/2018-July/008273.html
However for parity with ssl_verify_cert_chain I need to be able to access the callback set with SSL_CTX_set_cert_verify_callback.
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 by reading the existing SSL_CTX_set_cert_verify_callback API and the ssl_verify_cert_chain path, then review the linked openssl-users discussion for the parity requirement. Identify where the callback is stored and how public SSL_CTX accessors are organized. Done means a getter provides the callback needed by the requested implementation and has matching project coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100