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
Re #208, the error manifested as an invalid algorithm suite,
but the underlying issue was the message format.
If the version and type were verified as well,
the error message would have been better.
The text was updated successfully, but these errors were encountered:
seebees
added a commit
to seebees/aws-encryption-sdk-javascript
that referenced
this issue
Sep 18, 2019
resolvesaws#209
The version and type are required values.
This error will help clarify malformed messages.
Especialy string messages that have been encoded
and the proper encoding has not been passed.
resolvesaws#209
The version and type are required values.
This error will help clarify malformed messages.
Especially string messages that have been encoded
and the proper encoding has not been passed.
resolves#209
The version and type are required values.
This error will help clarify malformed messages.
Especially string messages that have been encoded
and the proper encoding has not been passed.
If the blob looks like it was base64 encoded,
note this in the error message.
Re #208, the error manifested as an invalid algorithm suite,
but the underlying issue was the message format.
If the version and type were verified as well,
the error message would have been better.
The text was updated successfully, but these errors were encountered: