Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle cancellation of certificate verification in WASM client #1480

Open
4 tasks
jpraynaud opened this issue Jan 31, 2024 · 0 comments
Open
4 tasks

Handle cancellation of certificate verification in WASM client #1480

jpraynaud opened this issue Jan 31, 2024 · 0 comments
Labels
devX 🌞 Developer experience

Comments

@jpraynaud
Copy link
Member

jpraynaud commented Jan 31, 2024

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)
  • Adapt explorer to take advantage of these new capabilities
  • Refactor duplicate CertificateChainVerifier?
  • Update documentation
@jpraynaud jpraynaud added devX 🌞 Developer experience to-groom 🤔 Needs grooming labels Jan 31, 2024
@jpraynaud jpraynaud changed the title Enhance WASM client Handle cancellation of certificate verification in WASM client Feb 1, 2024
@jpraynaud jpraynaud removed the to-groom 🤔 Needs grooming label Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devX 🌞 Developer experience
Projects
None yet
Development

No branches or pull requests

2 participants