aws / aws/aws-encryption-sdk-python
extend _PrehashingAuthenticator to verify algorithm and key
Open
- Dominant language
- Python
- Stars
- 255
- Forks
- 92
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 2
Description
We need to extend `aws_encryption_sdk.internal.crypto.authentication._PrehashingAuthenticator` to verify that:
1. The algorithm suite supports signing.
1. The key matches the algorithm suite (ex: is on the correct EC curve).
Contributor guide
Assessment
This issue has not been assessed yet.