IntersectMBO / IntersectMBO/mithril

Handle cancellation of certificate verification in WASM client

Open
#1,480 1 comment 0 reactions 0 assignees View on GitHub
devX :sun_with_face: stale :calendar:
Dominant language
Rust
Stars
154
Forks
51
Avg merge
1d 23h
Merged PRs (30d)
38

Description

## Why
We want the client library to allow for cancellation of an in progress verification

## What
Implement a mechanism to detect a cancellation request from the browser and attempt to stop the certificate verification in that case.

## How

- [ ] Handle cancellation request for certificates verification (see [AbortController signal property](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/signal))
- [ ] Adapt explorer to take advantage of these new capabilities
- [ ] Refactor duplicate `CertificateChainVerifier`?
- [ ] Update documentation

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.