Skip to content

Add support for EVP_PKEY for curl#1698

Open
andrey-kashcheev wants to merge 1 commit into
masterfrom
evp_pkey_support
Open

Add support for EVP_PKEY for curl#1698
andrey-kashcheev wants to merge 1 commit into
masterfrom
evp_pkey_support

Conversation

@andrey-kashcheev
Copy link
Copy Markdown
Collaborator

Allows to specify custom key handle to control SSL handshake. Compile-time to avoid exposing OpenSSL unnecessarily.

Relates-To: HERESUP-72189

@codecov
Copy link
Copy Markdown

codecov Bot commented May 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.26%. Comparing base (112dc7b) to head (d66e11b).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1698      +/-   ##
==========================================
- Coverage   80.29%   80.26%   -0.02%     
==========================================
  Files         356      356              
  Lines       14279    14279              
  Branches     1565     1563       -2     
==========================================
- Hits        11464    11461       -3     
+ Misses       2185     2184       -1     
- Partials      630      634       +4     

see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Allows to specify custom key handle to control SSL handshake.
Compile-time to avoid exposing OpenSSL unnecessarily.

Relates-To: HERESUP-72189
Signed-off-by: Andrey Kashcheev <ext-andrey.kashcheev@here.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants