Skip to content
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
d4e97bc
feat: add io-react-native-cbor
ChrisMattew Jul 22, 2025
0c5ee1b
feat: add verifyAndParseCredentialMdoc
ChrisMattew Jul 22, 2025
091ce78
Merge remote-tracking branch 'origin/master' into SIW-2740-verify-and…
ChrisMattew Jul 28, 2025
8bfead9
refactor: Unify parsedCredential output regardless of credential format
ChrisMattew Jul 28, 2025
9f9f190
refactor: improve 'format' attribute typing in obtainCredential output
ChrisMattew Jul 28, 2025
9b500ac
fix: wrong import
ChrisMattew Jul 28, 2025
222df16
Merge remote-tracking branch 'origin/master' into SIW-2740-verify-and…
ChrisMattew Jul 28, 2025
2dfd7a6
feat(android): restore minSdkVersion to 26
ChrisMattew Jul 28, 2025
df16891
feat: replace io-react-native-cbor with io-react-native-iso18013 and …
ChrisMattew Jul 29, 2025
fc6b623
style: prettify
ChrisMattew Jul 29, 2025
ee1a38d
test: add @pagopa/io-react-native-iso18013 mock
ChrisMattew Jul 29, 2025
6550a5b
feat: add authorityHints in the evaluateIssuerTrust output
ChrisMattew Jul 30, 2025
2d798fe
feat: verify trust_chain for mdoc credentials
ChrisMattew Jul 30, 2025
e963dbe
chore: add react-native-dialog to prompt cie pin insertion dialog
ChrisMattew Jul 30, 2025
45f2ea0
feat(mdoc): improve verifySignature and verifyChain
ChrisMattew Jul 30, 2025
77d3a41
Merge branch 'master' into SIW-2740-verify-and-parse-mdoc
ChrisMattew Jul 30, 2025
2ecfabd
refactor: decouple x5chain verification from the issuer's EC
ChrisMattew Jul 31, 2025
ae5e624
docs: uptade README accordingly with the changes proposed in this task
ChrisMattew Aug 1, 2025
4a1f723
style: clean code
ChrisMattew Aug 1, 2025
c3606b6
feat: [SIW-2789] Add proximity presentation in the example app (#259)
adelloste Aug 1, 2025
aaecc5a
feat: enable compareKeysByThumbprint for mdoc credentials
ChrisMattew Aug 1, 2025
1910287
docs: improve convertBase64DerToPem docs
ChrisMattew Aug 1, 2025
a6b98b2
chore: remove code duplication
ChrisMattew Aug 1, 2025
6697ef6
style: unified parsePublicKey and getSigningJwk in a dedicated function
ChrisMattew Aug 1, 2025
7e349d5
Merge branch 'master' into SIW-2740-verify-and-parse-mdoc
grausof Aug 1, 2025
5d4297d
refactor: verify the mdoc signature using only the leaf certificate o…
ChrisMattew Aug 1, 2025
d3b1b92
style: remove code duplication
ChrisMattew Aug 1, 2025
76ef1fe
fix: wait for isSameThumbprint result
ChrisMattew Aug 1, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions example/android/app/src/main/AndroidManifest.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/android/build.gradle

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

195 changes: 101 additions & 94 deletions example/ios/IoReactNativeWalletExample/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 20 additions & 5 deletions example/ios/Podfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading