Files
vault/changelog/21926.txt
claire bontempo 96bb634422 UI: catch error when verifying certificates with unsupported signature algorithms (#21926)
* wrap verify in a try..catch

* add tests

* add comments and one more test

* add test coverage

* add changelog

* remove link
2023-07-19 00:16:52 +00:00

3 lines
125 B
Plaintext

```release-note:bug
ui: Fixes problem displaying certificates issued with unsupported signature algorithms (i.e. ed25519)
```