openssl / openssl/openssl

Getter to match SSL_CTX_set_cert_verify_callback

Open
#6,709 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

branch: master triaged: feature
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.