Permalink
Show file tree
Hide file tree
20 changes: 10 additions & 10 deletions
20
src/main/java/com/southernstorm/noise/protocol/AESGCMFallbackCipherState.java
20 changes: 10 additions & 10 deletions
20
src/main/java/com/southernstorm/noise/protocol/AESGCMOnCtrCipherState.java
20 changes: 10 additions & 10 deletions
20
src/main/java/com/southernstorm/noise/protocol/ChaChaPolyCipherState.java
4 changes: 4 additions & 0 deletions
4
src/main/java/com/southernstorm/noise/protocol/CipherState.java
1 comment
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Improve array bounds checks in CipherState implementations
Thanks to Pietro Oliva for identifying these issues.
- Loading branch information
Showing
5 changed files
with
35 additions
and
30 deletions.
There are no files selected for viewing
This file contains 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,3 +3,4 @@ target | |
| .metadata | ||
| .project | ||
| doc | ||
| *.class | ||
This file contains 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
This file contains 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
This file contains 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
This file contains 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
18e86b6There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you Rhys for this patch. The above issues are now tracked with the following identifiers: