Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Fixing failing OutputSizeTest #41

Merged
merged 1 commit into from
Apr 15, 2020
Merged

Conversation

samasri
Copy link
Contributor

@samasri samasri commented Apr 9, 2020

Fixing OpenJ9 Issue 9079

Changed the NativeChaCha20Cipher.getOutputSize() implementation to take into consideration the unprocessed input when returning the output size in AEAD ChaCha20 decryption.

Signed-off-by: Samer AL Masri samasri@ibm.com

@pshipton
Copy link
Member

pshipton commented Apr 9, 2020

Pls update the IBM copyright end date.

@pshipton pshipton requested a review from keithc-ca April 9, 2020 21:35
@samasri
Copy link
Contributor Author

samasri commented Apr 13, 2020

@pshipton I addressed the comments above

@samasri
Copy link
Contributor Author

samasri commented Apr 13, 2020

@keithc-ca Thanks for the review. I addressed those changes. Please let me know if you prefer I merge the new commits on this branch into one.

@keithc-ca
Copy link
Member

Please let me know if you prefer I merge the new commits on this branch into one.

Yes, I think now is a good time to squash.

Please also prepare equivalent pull requests for jdk11 and jdknext.

* Changing the ChaCha20 AEAD decryption implementation of getOutputSize()
* getOutputSize() must take into consideration the unprocessed input

Signed-off-by: Samer AL Masri <samasri@ibm.com>
@pshipton
Copy link
Member

jenkins test sanity.openjdk osx,win jdk14

@keithc-ca
Copy link
Member

@pshipton Please approve if this looks good to you.

@keithc-ca keithc-ca self-assigned this Apr 15, 2020
@pshipton
Copy link
Member

Please approve if this looks good to you.

Done.

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

Successfully merging this pull request may close these issues.

3 participants