Andrey Antukh
a4b9ccee8b
🐛 Fix SNS signature verification field sets per AWS spec
Address critical code review findings:
- Remove 'Signature' field from string-to-sign (it's the output, not input)
- Differentiate V1 vs V2 field sets per AWS SNS documentation:
- V1 Notification: Message, MessageId, Subject, Timestamp, TopicArn, Type
- V1 SubscriptionConfirmation: adds Token, SubscribeURL (excludes SigningCertURL, SignatureVersion)
- V2 Notification/Subscription: all fields except Signature
- Add 'Token' field to SubscriptionConfirmation (required by AWS spec)
- Add AWS documentation URL comments for future reference
- Improve error handling in fetch-certificate and verify-signature
- Add end-to-end signature verification tests with real key pairs
- Add test resources (certificate and private key) for signature tests
See: https://docs.aws.amazon.com/sns/latest/dg/sns-verify-signature-of-message.html
Closes #11092
AI-assisted-by: qwen3.7-plus
2026-08-05 16:00:09 +00:00
..
2026-05-10 09:16:41 +02:00
2026-07-20 11:48:26 +02:00
2026-08-04 16:49:33 +02:00
2026-08-05 16:00:09 +00:00
2026-05-29 11:24:58 +02:00
2026-05-29 11:24:58 +02:00
2026-07-31 12:04:10 +02:00
2026-07-22 13:11:57 +02:00
2026-07-24 14:08:41 +02:00
2026-05-29 11:24:58 +02:00
2026-05-29 11:24:58 +02:00
2026-07-31 12:06:19 +02:00
2026-05-29 11:24:58 +02:00
2026-06-02 09:33:02 +02:00
2026-08-05 09:41:48 +02:00
2026-05-29 11:24:58 +02:00
2026-07-20 11:56:07 +02:00
2026-07-31 13:19:45 +02:00
2026-07-30 07:32:02 +02:00
2026-07-30 07:32:02 +02:00
2026-05-29 11:24:58 +02:00
2026-05-29 11:24:58 +02:00
2026-05-29 11:24:58 +02:00
2026-05-29 11:24:58 +02:00
2026-07-28 10:59:16 +02:00
2026-06-15 13:04:19 +02:00
2026-08-05 09:41:48 +02:00
2026-08-03 17:23:55 +02:00
2026-06-03 14:08:10 +02:00
2026-08-05 09:41:48 +02:00
2026-08-03 17:23:55 +02:00
2026-08-03 17:23:55 +02:00
2026-08-04 12:44:25 +02:00
2026-05-29 11:24:58 +02:00
2026-05-29 11:24:58 +02:00
2026-08-03 17:23:55 +02:00
2026-06-01 12:57:39 +02:00
2026-05-29 11:24:58 +02:00
2026-07-09 19:34:15 +02:00
2026-08-05 09:41:48 +02:00
2026-05-29 11:24:58 +02:00
2026-05-29 11:24:58 +02:00
2026-05-29 11:24:58 +02:00
2026-05-29 11:24:58 +02:00
2026-06-01 12:57:39 +02:00