-
Notifications
You must be signed in to change notification settings - Fork 83
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
[FIX] DIDExchange request handling should require invitation key rotation #1245
Comments
JamesKEbert
pushed a commit
that referenced
this issue
Aug 1, 2024
…y rotation (#1278) * Require Inviter Key and Store in HarnessAgent Signed-off-by: lli <lli@anonyome.com> * Minor Clippy/Test fixes Signed-off-by: lli <lli@anonyome.com> * Clippy Signed-off-by: lli <lli@anonyome.com> * Clippy Signed-off-by: lli <lli@anonyome.com> * change anon unpacks to return rec_vk Signed-off-by: lli <lli@anonyome.com> * clippy Signed-off-by: lli <lli@anonyome.com> * Remove TODO comments Signed-off-by: lli <lli@anonyome.com> --------- Signed-off-by: lli <lli@anonyome.com>
alberto-instnt
pushed a commit
to instnt-inc/instnt-aries-vcx
that referenced
this issue
Sep 10, 2024
…vitation key rotation (hyperledger#1278) * Require Inviter Key and Store in HarnessAgent Signed-off-by: lli <lli@anonyome.com> * Minor Clippy/Test fixes Signed-off-by: lli <lli@anonyome.com> * Clippy Signed-off-by: lli <lli@anonyome.com> * Clippy Signed-off-by: lli <lli@anonyome.com> * change anon unpacks to return rec_vk Signed-off-by: lli <lli@anonyome.com> * clippy Signed-off-by: lli <lli@anonyome.com> * Remove TODO comments Signed-off-by: lli <lli@anonyome.com> --------- Signed-off-by: lli <lli@anonyome.com>
alberto-instnt
pushed a commit
to instnt-inc/instnt-aries-vcx
that referenced
this issue
Sep 10, 2024
…vitation key rotation (hyperledger#1278) * Require Inviter Key and Store in HarnessAgent Signed-off-by: lli <lli@anonyome.com> * Minor Clippy/Test fixes Signed-off-by: lli <lli@anonyome.com> * Clippy Signed-off-by: lli <lli@anonyome.com> * Clippy Signed-off-by: lli <lli@anonyome.com> * change anon unpacks to return rec_vk Signed-off-by: lli <lli@anonyome.com> * clippy Signed-off-by: lli <lli@anonyome.com> * Remove TODO comments Signed-off-by: lli <lli@anonyome.com> --------- Signed-off-by: lli <lli@anonyome.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the DIDExchange
handle_request
in aries-vcx has theinvitation_key
parameter as optional:we want to make this a required field.
there are many TODO comments about this, but essentially:
The text was updated successfully, but these errors were encountered: