hyperledger / aries-vcx

aries-vcx is set of crates to work with DIDs, DID Documents, DIDComm, Verifiable Credentials and Hyperledger Aries.
https://didcomm.org
Apache License 2.0
125 stars 83 forks source link

[FIX] DIDExchange request handling should require invitation key rotation #1245

Closed gmulhearn-anonyome closed 3 months ago

gmulhearn-anonyome commented 5 months ago

Currently the DIDExchange handle_request in aries-vcx has the invitation_key parameter as optional:

invitation_key: Option<Key>,

we want to make this a required field.

there are many TODO comments about this, but essentially: