You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ae...@apache.org on 2020/01/09 19:02:18 UTC

[hadoop-ozone] branch master updated (046a06f -> 44b48b7)

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

aengineer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git.


    from 046a06f  HDDS-2579. Ozone client should refresh pipeline info if reads from all Datanodes fail (#372)
     add 44b48b7  HDDS-2706. Add class CRLCodec - used for certificate revocation list. (#337)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hadoop/hdds/HddsConfigKeys.java     |   9 +-
 .../hadoop/hdds/security/x509/SecurityConfig.java  |  41 +++--
 .../security/x509/certificate/utils/CRLCodec.java  | 197 +++++++++++++++++++++
 .../x509/certificate/utils/TestCRLCodec.java       | 163 +++++++++++++++++
 4 files changed, 394 insertions(+), 16 deletions(-)
 create mode 100644 hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/security/x509/certificate/utils/CRLCodec.java
 create mode 100644 hadoop-hdds/common/src/test/java/org/apache/hadoop/hdds/security/x509/certificate/utils/TestCRLCodec.java


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org