Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in OpenSSLAeadCipher with empty plaintext.
If the user wants to encrypt and calls doFinal(input, 123, 0); without a prior call to update, it currently fails with an array out of bounds exception. Instead, it should encrypt the empty string.
- Loading branch information