Skip to content
Draft
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
3ae30b0
feat: Add CAL support to runtime
suitable-name Jul 1, 2025
00b3f96
fix: ts-crypto update & test adjustment
suitable-name Jul 1, 2025
8ca4087
fix: added AndroidProvider to providers to initialize
suitable-name Jul 1, 2025
8d4e955
fix: Fixes according to PR comments
suitable-name Jul 1, 2025
2e246b9
Merge branch 'main' into feature/CAL-integration
jkoenig134 Jul 7, 2025
aaaa1b1
Merge branch 'main' into feature/CAL-integration
jkoenig134 Jul 7, 2025
0725b74
Merge branch 'main' into feature/CAL-integration
mergify[bot] Jul 7, 2025
141ad07
chore: undo massive lockfile changes
jkoenig134 Jul 7, 2025
4cbc88b
fix: fixed CAL config and initialization
suitable-name Jul 7, 2025
6328603
Merge branch 'main' into feature/CAL-integration
mergify[bot] Jul 7, 2025
1dfbc32
fix: remove node specific imports
mark-beck Jul 7, 2025
c656ce0
Merge branch 'main' into feature/CAL-integration
mergify[bot] Jul 7, 2025
3edecd4
feat: update to new ts-crypto version
mark-beck Jul 9, 2025
3889bfa
feat: update runtime initialisation, always use hardware backed softw…
mark-beck Jul 9, 2025
b2e6042
fix: ProviderInitConfig loading, baseKey loading
mark-beck Jul 11, 2025
814885a
Merge branch 'main' into feature/CAL-integration
jkoenig134 Jul 11, 2025
33b9484
Merge branch 'main' into feature/CAL-integration
mergify[bot] Jul 11, 2025
7efe1fe
chore: undo
jkoenig134 Jul 15, 2025
e7c916a
chore: update lockfile
jkoenig134 Jul 15, 2025
b1dd485
chore: update to new @nmshd/crypto alpha version
WyvernIXTL Aug 19, 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
tsconfig.tsbuildinfo
node_modules
packages/*/coverage
nmshd-runtime.code-workspace
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

undo that please.

Loading