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

fix: remove X509Chain.Build to avoid compatibility issue #117

Merged
merged 2 commits into from
Jun 5, 2023

Conversation

JeyJeyGao
Copy link
Collaborator

@JeyJeyGao JeyJeyGao commented Jun 5, 2023

After the PR, the plugin will not check the certificate chain integrity.

Resolves #116
Signed-off-by: Junjie Gao [email protected]

@JeyJeyGao JeyJeyGao requested a review from shizhMSFT June 5, 2023 05:28
Signed-off-by: Junjie Gao <[email protected]>
@codecov
Copy link

codecov bot commented Jun 5, 2023

Codecov Report

Merging #117 (e24297b) into main (57f9d69) will increase coverage by 0.15%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #117      +/-   ##
==========================================
+ Coverage   93.81%   93.97%   +0.15%     
==========================================
  Files          15       15              
  Lines         469      448      -21     
==========================================
- Hits          440      421      -19     
+ Misses         29       27       -2     
Impacted Files Coverage Δ
...ugin.AzureKeyVault/Certificate/CertificateChain.cs 100.00% <100.00%> (+7.69%) ⬆️

Copy link
Member

@shizhMSFT shizhMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shizhMSFT shizhMSFT merged commit 787d9ae into Azure:main Jun 5, 2023
JeyJeyGao added a commit that referenced this pull request Sep 5, 2023
Feat:
- implemented certificate path construction without using built-in
library due to #117

Fix:
- imported PFX certificate chain with leaf to root order doesn't work

Resolves #136 
Signed-off-by: Junjie Gao <[email protected]>

---------

Signed-off-by: Junjie Gao <[email protected]>
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.

Eliminating OpenSSL Dependency for Enhanced Compatibility
2 participants