Skip to content
New issue

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

AEAD integrity fail caused by missing '0x' in --key-handle argument #6

Open
jas4711 opened this issue Feb 6, 2014 · 1 comment
Open

Comments

@jas4711
Copy link
Contributor

jas4711 commented Feb 6, 2014

I have a set of AEADs that, when I use yhsm-decrypt-aead with --key-handle 100900, gives a failure (AEAD integrity check failed) after processing around 100.000 files. When I pass it --key-handle 0x100900 it manages to process all files. I'm not sure this is enough information to track it down, but at least now the issue is recorded and people who run into the same issue can provide additional information.

@jas4711
Copy link
Contributor Author

jas4711 commented Feb 6, 2014

FWIW, it does not happen when processing AEADs for a key handle of 0x100700 or 0x100800. If I try to pass it --key-handle 100a00 it says: Could not parse key_handle '100a0'. This suggests there is some integer conversion arbitrary limit kicking in at some point?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant