This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


    from 089f9045 Fix quoted-printable line break decoding
     new 1d62be3e Bound Sha2Crypt rounds from caller-supplied salts
     new ba2d19ba Checkstyle
     new 4f4a8a74 Bound Sha2Crypt password length to prevent quadratic CPU DoS
     new 54b7ad9d Internal refactoring.

The 4 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:
 pom.xml                                            |  5 ++
 src/changes/changes.xml                            |  2 +
 .../org/apache/commons/codec/digest/Crypt.java     | 10 +++
 .../org/apache/commons/codec/digest/Sha2Crypt.java | 88 +++++++++++++++++++---
 .../codec/digest/Sha2CryptKeyLengthTest.java       | 56 ++++++++++++++
 .../apache/commons/codec/digest/Sha2CryptTest.java | 40 ++++++++--
 .../codec/net/QuotedPrintableCodecTest.java        |  2 +-
 7 files changed, 186 insertions(+), 17 deletions(-)
 create mode 100644 
src/test/java/org/apache/commons/codec/digest/Sha2CryptKeyLengthTest.java

Reply via email to