We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CiphertextHeaders.parseVersion does not validate the version value.
CiphertextHeaders.parseVersion
https://github.com/aws/aws-encryption-sdk-java/blob/master/src/main/java/com/amazonaws/encryptionsdk/model/CiphertextHeaders.java#L163-L183
It should throw an error on any value other than (hex) 01.
01
The text was updated successfully, but these errors were encountered:
Merge pull request #116 from josecorella/cipherTextHeader
325bf21
Adding a validate version error handling as discussed in issue #113
No branches or pull requests
CiphertextHeaders.parseVersion
does not validate the version value.https://github.com/aws/aws-encryption-sdk-java/blob/master/src/main/java/com/amazonaws/encryptionsdk/model/CiphertextHeaders.java#L163-L183
It should throw an error on any value other than (hex)
01
.The text was updated successfully, but these errors were encountered: