You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debug: Add OpenSSL version logging to verification workflows
Added 'openssl version' output to both workflows to diagnose
SHA256 output format differences:
1. wheels.yml: Log OpenSSL version when creating .verify.txt
2. release.yml: Log OpenSSL version when re-verifying .verify.txt
This will show us exactly which OpenSSL version is being used
in each workflow and help us understand the format differences:
- OpenSSL 1.x outputs: SHA256(file)= hash
- OpenSSL 3.x outputs: SHA2-256(file)= hash
Related to: crossbario#1716, crossbario#1717
0 commit comments