Skip to content

fix(rsapss): deliver validation errors through Futures - #402

Open
harrshita123 wants to merge 1 commit into
google:masterfrom
harrshita123:fix/rsapss-async-error-delivery
Open

harrshita123 wants to merge 1 commit into
google:masterfrom
harrshita123:fix/rsapss-async-error-delivery

Conversation

@harrshita123

Copy link
Copy Markdown
Contributor

Summary

  • ensure RSA-PSS signing and verification report backend validation failures through returned Futures
  • cover byte and stream APIs with cross-backend regression tests

Fixes #401

Testing

  • dart analyze --fatal-warnings .
  • dart test -p vm test/webcrypto_test.dart
  • dart test -p chrome test/webcrypto_test.dart
  • dart test -p chrome --compiler dart2wasm test/webcrypto_test.dart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: native RSA-PSS Future methods throw invalid salt lengths synchronously

1 participant