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 d5a593d4 Javadoc: Clarify lenient decoding and canonical validation in
Javadoc.
new e6ee5c80 Sort memebers
new d106a40c Limit Base58 decoding input length
The 2 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:
src/changes/changes.xml | 1 +
.../org/apache/commons/codec/binary/Base58.java | 72 +++++++-
.../commons/codec/binary/Base58InputStream.java | 35 ++--
.../commons/codec/binary/Base58OutputStream.java | 41 ++---
.../apache/commons/codec/binary/Base45Test.java | 32 ++--
.../codec/binary/Base58MaxDecodeLengthTest.java | 181 +++++++++++++++++++++
.../apache/commons/codec/binary/Base58Test.java | 6 +-
7 files changed, 292 insertions(+), 76 deletions(-)
create mode 100644
src/test/java/org/apache/commons/codec/binary/Base58MaxDecodeLengthTest.java