BoringSSL - Throw exceptions that include the full SSL error stack, with all messages #24183
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-io
P2
A bug or feature request we're likely to work on
Milestone
BoringSSL puts errors it encounters on a stack of errors, so when we encounter an unexpected error, we should get all the BoringSSL errors off the stack, and put them into an exception message, in a Dart exception, and throw it.
The text was updated successfully, but these errors were encountered: