product-apim icon indicating copy to clipboard operation
product-apim copied to clipboard

Perform SHA-256 Hash for Certificate Signature Validation

Open hisanhunais opened this issue 11 months ago • 1 comments

Purpose

The PR [1] changed the default certificate hashing algorithm to SHA-256. This PR incorporates that change in to integration tests by performing SHA-256 hashing for certificate signature validation.

This should be merged after merging [1]

[1] https://github.com/wso2/carbon-apimgt/pull/12365

hisanhunais avatar Mar 27 '24 17:03 hisanhunais

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 20.52%. Comparing base (06a3b3e) to head (c38f92d). Report is 35 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #13455      +/-   ##
============================================
+ Coverage     14.50%   20.52%   +6.01%     
- Complexity      748     1039     +291     
============================================
  Files           254      254              
  Lines         11489    11495       +6     
  Branches       1200     1200              
============================================
+ Hits           1667     2359     +692     
+ Misses         9804     9116     -688     
- Partials         18       20       +2     
Flag Coverage Δ
integration_tests 20.52% <ø> (+6.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Mar 27 '24 18:03 codecov[bot]