You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original rustls code emits alerts by calling crate::common_state::CommonState::send_fatal_alert. The managed buffers API implementation does the same by calling crate::low_level::ConnectionState::emit_alert. It should be possible to do an abstraction to ease the deduplication effort in #2 and #4.
The text was updated successfully, but these errors were encountered:
The original
rustls
code emits alerts by callingcrate::common_state::CommonState::send_fatal_alert
. The managed buffers API implementation does the same by callingcrate::low_level::ConnectionState::emit_alert
. It should be possible to do an abstraction to ease the deduplication effort in #2 and #4.The text was updated successfully, but these errors were encountered: