pub struct TlsExtGroup {}Expand description
TLS Extension 10 (EC) Group handling
Implementations§
Source§impl TlsExtGroup
impl TlsExtGroup
Sourcepub fn client_group_cb<P: ExtGroupProcessor>(
p: &mut P,
group_raw: &[u8],
) -> Result<(), TlsExtError>
pub fn client_group_cb<P: ExtGroupProcessor>( p: &mut P, group_raw: &[u8], ) -> Result<(), TlsExtError>
Check with the provided Processor whether any of the Client Hello provided SNIs matches
Auto Trait Implementations§
impl Freeze for TlsExtGroup
impl RefUnwindSafe for TlsExtGroup
impl Send for TlsExtGroup
impl Sync for TlsExtGroup
impl Unpin for TlsExtGroup
impl UnwindSafe for TlsExtGroup
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more