Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: CRL cache #216

Merged
merged 119 commits into from
Sep 20, 2024
Merged

feat: CRL cache #216

merged 119 commits into from
Sep 20, 2024

Commits on Apr 7, 2024

  1. Squashed commit of the following:

    commit 9240650
    Merge: 0c1ec3b 4198690
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Wed Aug 9 17:07:34 2023 +0800
    
        Merge pull request #1 from JeyJeyGao/feat/ans1
    
        feat: convert BER to DER
    
    commit 4198690
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Wed Aug 9 09:14:29 2023 +0800
    
        fix: simplify code
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 75ce02d
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Mon Aug 7 20:33:08 2023 +0800
    
        fix: added Conetent method for value interface
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 7b823a9
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Mon Aug 7 08:54:37 2023 +0800
    
        fix: update code
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 41ecec6
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Sun Aug 6 17:33:19 2023 +0800
    
        fix: remove recusive call for encode()
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 8f1a2af
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Fri Aug 4 13:40:09 2023 +0800
    
        fix: remove unused value
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 9b6a0c5
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 20:25:22 2023 +0800
    
        fix: update code
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 91a3691
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 20:11:28 2023 +0800
    
        fix: create pointer instead of value to improve performance
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 1465e3e
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 20:04:44 2023 +0800
    
        fix: update code
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 6524a9c
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 19:53:27 2023 +0800
    
        fix: update variable naming
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 6cfbd9c
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 19:47:39 2023 +0800
    
        fix: update code
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit b9c73bd
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 17:56:52 2023 +0800
    
        fix: update to use rawContent instead of expectedLen
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 3c99402
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 16:45:09 2023 +0800
    
        fix: update comment
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit f4dc95f
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 16:41:57 2023 +0800
    
        fix: resolve comment
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit f916316
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 16:40:37 2023 +0800
    
        fix: update code
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 22afdf8
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 16:34:34 2023 +0800
    
        fix: resolve comment
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit edb729c
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 16:32:47 2023 +0800
    
        fix: resolve comment
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit a8ba0ff
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 16:26:29 2023 +0800
    
        fix: update code
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit bc18cae
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 16:14:57 2023 +0800
    
        fix: resolve comments
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 643f388
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 09:17:39 2023 +0800
    
        fix: update comment
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit b5d5131
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 09:15:23 2023 +0800
    
        fix: expectedLen == 0 should continue
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 2345740
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Wed Aug 2 13:01:38 2023 +0800
    
        fix: added copyright
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 936ba2b
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Wed Aug 2 11:36:02 2023 +0800
    
        fix: remove recusive decoding
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 4fd944a
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Tue Aug 1 21:50:10 2023 +0800
    
        fix: remove readOnlySlice
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit efa7575
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Tue Aug 1 09:38:57 2023 +0800
    
        fix: update decodeIdentifier function name
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit cbce4c1
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Tue Aug 1 09:25:34 2023 +0800
    
        fix: update code
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 45480e5
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Mon Jul 31 21:22:20 2023 +0800
    
        fix: update code
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit b3de155
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Mon Jul 31 20:51:48 2023 +0800
    
        fix: set non-exportable type
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 5dea9e5
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Mon Jul 31 20:44:50 2023 +0800
    
        feat: asn.1 first version
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    62aa8fc View commit details
    Browse the repository at this point in the history
  2. test: add unit test

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    eef8579 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. feat: crl support

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    feb151c View commit details
    Browse the repository at this point in the history
  2. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    56da59c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d869a7 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a25275e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. fix: update crl

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a262bab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d591d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. fix: update cache

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e66d9fd View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    ac1d240 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e789f29 View commit details
    Browse the repository at this point in the history
  3. fix: update test

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    31fa5a5 View commit details
    Browse the repository at this point in the history
  4. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    039be39 View commit details
    Browse the repository at this point in the history
  5. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3b1a7ed View commit details
    Browse the repository at this point in the history
  6. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    6875035 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    5bbd8c7 View commit details
    Browse the repository at this point in the history
  2. fix: deprecate revocation Mode

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    39c94d3 View commit details
    Browse the repository at this point in the history
  3. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c85d472 View commit details
    Browse the repository at this point in the history
  4. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a8db155 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    534d11e View commit details
    Browse the repository at this point in the history
  2. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    50964ba View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    cf593b1 View commit details
    Browse the repository at this point in the history
  2. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    c172845 View commit details
    Browse the repository at this point in the history
  3. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    1aa53fd View commit details
    Browse the repository at this point in the history
  4. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    2d39c35 View commit details
    Browse the repository at this point in the history
  5. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    4c01b9e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. fix: remove cache

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5787e75 View commit details
    Browse the repository at this point in the history
  2. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    41746fb View commit details
    Browse the repository at this point in the history
  3. fix: refactor

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    759b727 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    17da500 View commit details
    Browse the repository at this point in the history
  2. fix: complete test for crl package

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    75884a5 View commit details
    Browse the repository at this point in the history
  3. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e92aff7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. fix: update github action rule for branches

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    5c5c041 View commit details
    Browse the repository at this point in the history
  2. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    efe7708 View commit details
    Browse the repository at this point in the history
  3. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    28bbf22 View commit details
    Browse the repository at this point in the history
  4. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a8f3b4b View commit details
    Browse the repository at this point in the history
  5. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    93ee863 View commit details
    Browse the repository at this point in the history
  6. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    99ad04c View commit details
    Browse the repository at this point in the history
  7. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9eb5af5 View commit details
    Browse the repository at this point in the history
  8. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    38d04ce View commit details
    Browse the repository at this point in the history
  9. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    6a5357e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    3f9a259 View commit details
    Browse the repository at this point in the history
  2. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    6bf3ca2 View commit details
    Browse the repository at this point in the history
  3. fix: add CRL size limit

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    751397b View commit details
    Browse the repository at this point in the history
  4. fix: restore workflow and update NewWithOptions

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    3170db3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8df836d View commit details
    Browse the repository at this point in the history
  6. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    041a63d View commit details
    Browse the repository at this point in the history
  7. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    e170b90 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    1c68a17 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Squashed commit of the following:

    commit 9240650
    Merge: 0c1ec3b 4198690
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Wed Aug 9 17:07:34 2023 +0800
    
        Merge pull request #1 from JeyJeyGao/feat/ans1
    
        feat: convert BER to DER
    
    commit 4198690
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Wed Aug 9 09:14:29 2023 +0800
    
        fix: simplify code
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 75ce02d
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Mon Aug 7 20:33:08 2023 +0800
    
        fix: added Conetent method for value interface
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 7b823a9
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Mon Aug 7 08:54:37 2023 +0800
    
        fix: update code
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 41ecec6
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Sun Aug 6 17:33:19 2023 +0800
    
        fix: remove recusive call for encode()
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 8f1a2af
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Fri Aug 4 13:40:09 2023 +0800
    
        fix: remove unused value
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 9b6a0c5
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 20:25:22 2023 +0800
    
        fix: update code
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 91a3691
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 20:11:28 2023 +0800
    
        fix: create pointer instead of value to improve performance
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 1465e3e
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 20:04:44 2023 +0800
    
        fix: update code
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 6524a9c
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 19:53:27 2023 +0800
    
        fix: update variable naming
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 6cfbd9c
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 19:47:39 2023 +0800
    
        fix: update code
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit b9c73bd
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 17:56:52 2023 +0800
    
        fix: update to use rawContent instead of expectedLen
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 3c99402
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 16:45:09 2023 +0800
    
        fix: update comment
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit f4dc95f
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 16:41:57 2023 +0800
    
        fix: resolve comment
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit f916316
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 16:40:37 2023 +0800
    
        fix: update code
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 22afdf8
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 16:34:34 2023 +0800
    
        fix: resolve comment
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit edb729c
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 16:32:47 2023 +0800
    
        fix: resolve comment
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit a8ba0ff
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 16:26:29 2023 +0800
    
        fix: update code
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit bc18cae
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 16:14:57 2023 +0800
    
        fix: resolve comments
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 643f388
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 09:17:39 2023 +0800
    
        fix: update comment
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit b5d5131
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Thu Aug 3 09:15:23 2023 +0800
    
        fix: expectedLen == 0 should continue
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 2345740
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Wed Aug 2 13:01:38 2023 +0800
    
        fix: added copyright
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 936ba2b
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Wed Aug 2 11:36:02 2023 +0800
    
        fix: remove recusive decoding
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 4fd944a
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Tue Aug 1 21:50:10 2023 +0800
    
        fix: remove readOnlySlice
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit efa7575
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Tue Aug 1 09:38:57 2023 +0800
    
        fix: update decodeIdentifier function name
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit cbce4c1
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Tue Aug 1 09:25:34 2023 +0800
    
        fix: update code
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 45480e5
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Mon Jul 31 21:22:20 2023 +0800
    
        fix: update code
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit b3de155
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Mon Jul 31 20:51:48 2023 +0800
    
        fix: set non-exportable type
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    commit 5dea9e5
    Author: Junjie Gao <junjiegao@microsoft.com>
    Date:   Mon Jul 31 20:44:50 2023 +0800
    
        feat: asn.1 first version
    
        Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    
    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a56eb87 View commit details
    Browse the repository at this point in the history
  2. test: add unit test

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5e5ddf3 View commit details
    Browse the repository at this point in the history
  3. feat: crl cache

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d1976f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28440d4 View commit details
    Browse the repository at this point in the history
  5. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    8f00620 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. fix: update cache

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    6e82a2f View commit details
    Browse the repository at this point in the history
  2. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    1dc7d9a View commit details
    Browse the repository at this point in the history
  3. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f50a9c3 View commit details
    Browse the repository at this point in the history
  4. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    cb771bb View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f79d4a3 View commit details
    Browse the repository at this point in the history
  2. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    5bee5b6 View commit details
    Browse the repository at this point in the history
  3. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    383e22e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1ae6d1c View commit details
    Browse the repository at this point in the history
  2. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    87d618a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e128f6d View commit details
    Browse the repository at this point in the history
  2. test: add unit test for bundle.go

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0caff0b View commit details
    Browse the repository at this point in the history
  3. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    51ef3bf View commit details
    Browse the repository at this point in the history
  4. test: add unit test for memory cache

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c7a54cd View commit details
    Browse the repository at this point in the history
  5. test: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    20b8189 View commit details
    Browse the repository at this point in the history
  6. fix: update license

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    7300ffd View commit details
    Browse the repository at this point in the history
  7. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0d5c99f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    412cdfe View commit details
    Browse the repository at this point in the history
  9. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f5110f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. fix: resolve comments

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b45fa97 View commit details
    Browse the repository at this point in the history
  2. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    78839ca View commit details
    Browse the repository at this point in the history
  3. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    089124c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8a30ada View commit details
    Browse the repository at this point in the history
  2. test: add unit test

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5dcd1f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b8fb823 View commit details
    Browse the repository at this point in the history
  2. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    291cdb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    45215ca View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. merge: CRL

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    ec44730 View commit details
    Browse the repository at this point in the history
  2. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    09c668a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    164a83b View commit details
    Browse the repository at this point in the history
  4. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    a88cd4e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Merge remote-tracking branch 'upstream/main' into feat/crl_cache

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e3edb43 View commit details
    Browse the repository at this point in the history
  2. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0d64aed View commit details
    Browse the repository at this point in the history
  3. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    75f5f6c View commit details
    Browse the repository at this point in the history
  4. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    617bd7f View commit details
    Browse the repository at this point in the history
  5. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0653b0b View commit details
    Browse the repository at this point in the history
  6. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cf4bb29 View commit details
    Browse the repository at this point in the history
  7. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    50fd7e1 View commit details
    Browse the repository at this point in the history
  8. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    65345ba View commit details
    Browse the repository at this point in the history
  9. docs: add license

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5637752 View commit details
    Browse the repository at this point in the history
  10. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e9f3b9d View commit details
    Browse the repository at this point in the history
  11. fix: remove cache implementation

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a3c3c84 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. fix: remove Using function

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    db796ba View commit details
    Browse the repository at this point in the history
  2. fix: update comment

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7572b7f View commit details
    Browse the repository at this point in the history
  3. fix: remove max age

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    fa816d2 View commit details
    Browse the repository at this point in the history
  4. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    53e88a0 View commit details
    Browse the repository at this point in the history
  5. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d7371a6 View commit details
    Browse the repository at this point in the history
  6. fix: resolve comments

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2df6f2f View commit details
    Browse the repository at this point in the history
  7. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6267143 View commit details
    Browse the repository at this point in the history
  8. test: improve test coverage

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9f8c8ce View commit details
    Browse the repository at this point in the history
  9. fix: update comment

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4bd6d06 View commit details
    Browse the repository at this point in the history
  10. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4d19eb6 View commit details
    Browse the repository at this point in the history
  11. fix: resolve comments

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8356d24 View commit details
    Browse the repository at this point in the history
  12. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b466b43 View commit details
    Browse the repository at this point in the history
  13. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    95e8590 View commit details
    Browse the repository at this point in the history
  14. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d78d089 View commit details
    Browse the repository at this point in the history
  15. fix: resolve comments

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    dae3a2a View commit details
    Browse the repository at this point in the history
  16. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    73c2958 View commit details
    Browse the repository at this point in the history
  17. fix: resolve comments

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7ed8899 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. fix: added DiscardCacheError in fetcher

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    00e8bce View commit details
    Browse the repository at this point in the history
  2. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    335d7d9 View commit details
    Browse the repository at this point in the history
  3. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    cd5bbc0 View commit details
    Browse the repository at this point in the history
  4. test: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f21a22e View commit details
    Browse the repository at this point in the history
  5. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    375867e View commit details
    Browse the repository at this point in the history
  6. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6741002 View commit details
    Browse the repository at this point in the history
  7. fix: update

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
    JeyJeyGao committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4b3bd0e View commit details
    Browse the repository at this point in the history