Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: move more key handling to ncrypto #55108

Merged
merged 1 commit into from
Sep 28, 2024

Conversation

jasnell
Copy link
Member

@jasnell jasnell commented Sep 24, 2024

More incremental moving of evp key handlnig to ncrypto

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/crypto
  • @nodejs/security-wg

@nodejs-github-bot nodejs-github-bot added lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. labels Sep 24, 2024
@nodejs-github-bot

This comment was marked as outdated.

@RedYetiDev RedYetiDev added crypto Issues and PRs related to the crypto subsystem. dependencies Pull requests that update a dependency file. and removed lib / src Issues and PRs related to general changes in the lib or src directory. labels Sep 24, 2024
@nodejs-github-bot

This comment was marked as outdated.

Copy link

codecov bot commented Sep 24, 2024

Codecov Report

Attention: Patch coverage is 80.26316% with 15 lines in your changes missing coverage. Please review.

Project coverage is 88.25%. Comparing base (8496670) to head (4ef5c9e).
Report is 27 commits behind head on main.

Files with missing lines Patch % Lines
src/crypto/crypto_keys.cc 80.26% 6 Missing and 9 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #55108      +/-   ##
==========================================
- Coverage   88.25%   88.25%   -0.01%     
==========================================
  Files         651      651              
  Lines      183900   183818      -82     
  Branches    35860    35834      -26     
==========================================
- Hits       162296   162222      -74     
- Misses      14894    14905      +11     
+ Partials     6710     6691      -19     
Files with missing lines Coverage Δ
src/crypto/crypto_keys.cc 73.18% <80.26%> (-0.23%) ⬇️

... and 28 files with indirect coverage changes

@nodejs-github-bot

This comment was marked as outdated.

deps/ncrypto/ncrypto.cc Outdated Show resolved Hide resolved
@aduh95 aduh95 added the dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. label Sep 25, 2024
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented Sep 28, 2024

@jasnell jasnell added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Sep 28, 2024
@anonrig anonrig added the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 28, 2024
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 28, 2024
@nodejs-github-bot nodejs-github-bot merged commit ac53a5b into nodejs:main Sep 28, 2024
57 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in ac53a5b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. crypto Issues and PRs related to the crypto subsystem. dependencies Pull requests that update a dependency file. dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. needs-ci PRs that need a full CI run.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants