Andrey Antukh
874f681506
🐛 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-09-23 15:45:50 +02:00
..
2026-05-10 09:16:41 +02:00
2026-09-10 16:39:35 +02:00
2026-08-26 17:24:59 +02:00
2026-09-01 08:44:06 +02:00
2026-09-23 15:45:50 +02:00
2026-09-01 12:01:35 +02:00
2026-09-01 08:46:28 +02:00
2026-05-29 11:24:58 +02:00
2026-07-31 12:04:10 +02:00
2026-09-14 13:26:16 +02:00
2026-08-26 13:05:36 +02:00
2026-09-09 11:23:53 +02:00
2026-09-14 13:26:16 +02:00
2026-05-29 11:24:58 +02:00
2026-09-14 13:26:16 +02:00
2026-05-29 11:24:58 +02:00
2026-06-02 09:33:02 +02:00
2026-09-09 11:23:53 +02:00
2026-05-29 11:24:58 +02:00
2026-08-05 21:52:59 +02:00
2026-09-01 12:01:35 +02:00
2026-07-31 13:19:45 +02:00
2026-09-22 19:44:44 +02:00
2026-08-21 12:55:24 +02:00
2026-08-18 15:13:49 +02:00
2026-07-30 07:32:02 +02:00
2026-09-01 08:48:55 +02:00
2026-05-29 11:24:58 +02:00
2026-09-14 13:24:38 +02:00
2026-05-29 11:24:58 +02:00
2026-08-05 17:35:59 +02:00
2026-05-29 11:24:58 +02:00
2026-09-22 09:45:50 +02:00
2026-06-15 13:04:19 +02:00
2026-09-01 08:46:28 +02:00
2026-09-22 19:44:44 +02:00
2026-08-17 12:13:56 +02:00
2026-09-22 09:45:50 +02:00
2026-08-26 08:08:40 +02:00
2026-08-10 13:43:27 +02:00
2026-09-01 08:49:18 +02:00
2026-09-22 09:45:50 +02:00
2026-08-26 08:33:20 +02:00
2026-08-17 15:27:06 +02:00
2026-09-22 09:45:50 +02:00
2026-09-01 08:46:59 +02:00
2026-08-05 17:42:49 +02:00
2026-07-09 19:34:15 +02:00
2026-08-05 09:41:48 +02:00
2026-09-14 07:29:34 +00: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-09-01 08:47:46 +02:00