Describe the bug
Cannot create CloudFront signed urls with RSA key use SHA1 based signatures.
These are deprecated and removed from all hardened implementations (non-fips / ietf) but also deprecated and removed from FIPS implementations (for example AmazonLinux 2023 FIPS with OpenSSL)
Regression Issue
Expected Behavior
RSA signatures use SHA256
Current Behavior
RSA signatures hard-code SHA1
Reproduction Steps
Put AmazonLinux 2023 into FIPS mode
Install aws-sdk-net
Attempt to create RSA signed S3 URL
Possible Solution
Upgrade to SHA256 RSA signatures
Additional Information/Context
No response
AWS .NET SDK and/or Package version used
All
Targeted .NET Platform
All
Operating System and version
All Linux in FIPS mode