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
Additionally, it looks like the SDK as is will allow creating messages where MAX_FRAME_NUMBER is the last sequence number of a message, but will fail to decrypt such messages.
See: https://github.com/aws/aws-encryption-sdk-java/blob/master/src/main/java/com/amazonaws/encryptionsdk/internal/FrameDecryptionHandler.java#L153
It appears that if a message has MAX_FRAME_NUMBER the decrypt will fail.
The text was updated successfully, but these errors were encountered: