Commit 7c46a2e
committed
Fix integration tests: Convert URL-safe base64 nonces to standard base64 for PSA tokens
- PSA evidence token generation (evcli psa create) expects standard base64 nonces
- Server now returns URL-safe base64 nonces in challenge-response sessions
- Added conversion from URL-safe to standard base64 for PSA claims generation
- Matches existing conversion logic already used for CCA tokens
- Resolves 'illegal base64 data' errors in integration tests1 parent 931a4be commit 7c46a2e
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
131 | 133 | | |
132 | 134 | | |
133 | | - | |
| 135 | + | |
134 | 136 | | |
135 | 137 | | |
136 | 138 | | |
| |||
0 commit comments