forked from hyperledger/aries-vcx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] DIDExchange handlers should do more signature checking hyperled…
…ger#1226 (hyperledger#1232) * move existing into v1_0 section Signed-off-by: George Mulhearn <[email protected]> * duplicate types Signed-off-by: George Mulhearn <[email protected]> * static generic types for messages created and piped thru all layers Signed-off-by: George Mulhearn <[email protected]> * simplify generics Signed-off-by: George Mulhearn <[email protected]> * change approach to use runtime versioning rather than generics Signed-off-by: George Mulhearn <[email protected]> * v1_1 branch processing, and some clippy Signed-off-by: George Mulhearn <[email protected]> * remove old todos Signed-off-by: George Mulhearn <[email protected]> * fixes for aath with self for 4/7 performance on RFC0793 & 4/7 on 0023 Signed-off-by: George Mulhearn <[email protected]> * smalls patches from acapy testing Signed-off-by: George Mulhearn <[email protected]> * fix up mimetype handling as a result of testing acapy (text/string) Signed-off-by: George Mulhearn <[email protected]> * handle multikey (acapy uses this) Signed-off-by: George Mulhearn <[email protected]> * make invite handshake 1.1 Signed-off-by: George Mulhearn <[email protected]> * include invitation id Signed-off-by: George Mulhearn <[email protected]> * pthid in response (for acapy) Signed-off-by: George Mulhearn <[email protected]> * merge fix and add hack for local aath testing Signed-off-by: George Mulhearn <[email protected]> * fixes for didpeer2 Signed-off-by: George Mulhearn <[email protected]> * improve VM handling to understand more DIDDoc styles (acapy AATH testing) Signed-off-by: George Mulhearn <[email protected]> * fmt Signed-off-by: George Mulhearn <[email protected]> * clean switcher Signed-off-by: George Mulhearn <[email protected]> * label pass, and some fixes Signed-off-by: George Mulhearn <[email protected]> * test fixes Signed-off-by: George Mulhearn <[email protected]> * response sign verification mostly impled Signed-off-by: George Mulhearn <[email protected]> * fix did rotate content Signed-off-by: George Mulhearn <[email protected]> * negative test Signed-off-by: George Mulhearn <[email protected]> * small patch re acapy testing Signed-off-by: George Mulhearn <[email protected]> * pass in handshake ver Signed-off-by: George Mulhearn <[email protected]> * clippy and rebase Signed-off-by: George Mulhearn <[email protected]> * unnecessary mockall dep Signed-off-by: George Mulhearn <[email protected]> * any-wrapper approach Signed-off-by: George Mulhearn <[email protected]> * lint Signed-off-by: George Mulhearn <[email protected]> * borrow registries instead Signed-off-by: George Mulhearn <[email protected]> * jws testing Signed-off-by: George Mulhearn <[email protected]> --------- Signed-off-by: George Mulhearn <[email protected]> Signed-off-by: lli <[email protected]>
- Loading branch information
1 parent
1c81a15
commit cec5b04
Showing
10 changed files
with
543 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.