You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2023/01/19 09:30:48 UTC

[directory-kerby] 01/01: Merge pull request #121 from apache/coheigea/DIRKRB-747

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

coheigea pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/directory-kerby.git

commit 6372e9fdd93c5d41b7546a6e1d429eb03c5a4f7c
Merge: 9c7f1827 87bbfbbf
Author: Colm O hEigeartaigh <co...@users.noreply.github.com>
AuthorDate: Thu Jan 19 09:30:40 2023 +0000

    Merge pull request #121 from apache/coheigea/DIRKRB-747
    
    DIRKRB-747 - Date encoding is buggy with JDK 15 and non-Arabic (Weste…

 .../kerby/asn1/type/Asn1GeneralizedTime.java       |  9 ++--
 .../org/apache/kerby/asn1/type/Asn1UtcTime.java    |  5 ++-
 ...cTimeTest.java => Asn1GeneralizedTimeTest.java} | 48 +++++++++++-----------
 .../org/apache/kerby/asn1/Asn1UtcTimeTest.java     | 22 ++++++++++
 .../src/main/java/org/apache/kerby/KOptions.java   |  8 +---
 .../kerby/kerberos/tool/klist/KlistTool.java       |  5 ++-
 6 files changed, 58 insertions(+), 39 deletions(-)