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: w3c revocation using bit string status list for dedicated and multi-tenancy #171

Open
wants to merge 19 commits into
base: develop
Choose a base branch
from

Commits on Jul 2, 2024

  1. refactor: add patch to credo to handle change in credential format to…

    … support revocation of jsonld credentials
    
    Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>
    GHkrishna committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f10b842 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. chore: start w3c revocation controller

    Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>
    GHkrishna committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    94fcaba View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/credebl/credo-controller

    …into feat/revocation-support-for-jsonld-credential
    GHkrishna committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c2cd406 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. feat: able to create statusListCredential

    Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>
    GHkrishna committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a48c58b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/credebl/credo-controller

    …into feat/revocation-support-for-jsonld-credential
    GHkrishna committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    197ef0d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. fix: add signing and storing capability of w3c status list credential

    Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>
    GHkrishna committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    1a8697c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. feat: implement w3c revoke functionality

    Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
    KulkarniShashank committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8b1c1c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. feat: implement index find and updation when sending offer

    Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
    KulkarniShashank committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    dfc729e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. feat: implemented w3c revocation with verification

    Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
    KulkarniShashank committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a67acf4 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. feat: implemented w3c revocation for multi-tenancy

    Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
    KulkarniShashank committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    211e447 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/credebl/credo-controller

    …into feat/revocation-support-for-jsonld-credential
    
    Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
    KulkarniShashank committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    dede0d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. fix: optimize the bit string credential function

    Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
    KulkarniShashank committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    32dc113 View commit details
    Browse the repository at this point in the history
  2. fix: bug for create bit status string credential

    Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
    KulkarniShashank committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    9572f1e View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. fix: added the pako package for the compress the bitstring status lis…

    …t credential
    
    Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
    KulkarniShashank committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1f5a098 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. refactor: added revocation notification for dedicated and multi-tenancy

    Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
    KulkarniShashank committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3983dfc View commit details
    Browse the repository at this point in the history
  2. fix: revocation notification payload

    Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
    KulkarniShashank committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3f4f66d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. feat: w3c revocation notification

    Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
    KulkarniShashank committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f7d0c8c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/credebl/credo-controller

    …into feat/revocation-support-for-jsonld-credential
    
    Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
    KulkarniShashank committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1e775c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. refactor: oob revocation credential function

    Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
    KulkarniShashank committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    415b614 View commit details
    Browse the repository at this point in the history