Prevent CMAC from accepting IV by timw · Pull Request #14 · bcgit/bc-java
Navigation Menu
{{ message }}
mirrored from https://www.bouncycastle.org/repositories/bc-java
- Notifications You must be signed in to change notification settings
- Fork 1.2k
Closed
Prevent CMAC from accepting IV#14
timw wants to merge 1 commit intobcgit:masterfrom
Prevent CMAC from accepting IV#14
timw wants to merge 1 commit intobcgit:masterfrom
Conversation
Copy link
Contributor
timw
commented
Jul 4, 2013
timw
commented
CMAC is defined with an all zero IV (Page 9 of NIST SP 800-38B), so block any init parameters other than KeyParameter being passed to underlying CBC mode.
…pher, as it is defined only for an all zero IV. Page 9 of NIST SP 800-38B.
Copy link
Collaborator
peterdettman
commented
Jul 6, 2013
peterdettman commented
Jul 6, 2013Merged
peterdettman
closed this
Steven4321
mentioned this pull request
ralfhauser
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment