This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git.
from 118ba87 Update some info for Java version and other Windows apt help. new 99cbed5 No need to nest else. new 0e7084d Fix Javadoc. new b2eb1fc Remove unused imports. new 9860800 Use try-with-resources. new f6b718a Remove trailing white space. new 521aac8 Use final. new 4cfe171 Add missing annotations. The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../crypto/cipher/OpenSslGaloisCounterMode.java | 16 +- .../commons/crypto/jna/OpenSslJnaCipher.java | 4 +- .../commons/crypto/jna/OpenSslNativeJna.java | 70 ++-- .../commons/crypto/random/JavaCryptoRandom.java | 4 +- .../commons/crypto/cipher/AbstractCipherTest.java | 10 +- .../commons/crypto/cipher/OpenSslCipherTest.java | 3 + .../commons/crypto/jna/OpenSslJnaCipherTest.java | 1 - .../crypto/stream/AbstractCipherStreamTest.java | 377 ++++++++++----------- .../commons/crypto/stream/CtrCryptoStreamTest.java | 78 ++--- .../stream/PositionedCryptoInputStreamTest.java | 20 +- 10 files changed, 278 insertions(+), 305 deletions(-)