pub struct TlsExtSigAlg {}Expand description
TLS Extension 10 (EC) Group handling
Implementations§
Source§impl TlsExtSigAlg
impl TlsExtSigAlg
Sourcepub fn client_signature_algorithm_cb<P: ExtSigAlgProcessor>(
p: &mut P,
sig_alg_raw: &[u8],
) -> Result<(), TlsExtError>
pub fn client_signature_algorithm_cb<P: ExtSigAlgProcessor>( p: &mut P, sig_alg_raw: &[u8], ) -> Result<(), TlsExtError>
Parse all the signature algorithms from the Client Hello extension data
Auto Trait Implementations§
impl Freeze for TlsExtSigAlg
impl RefUnwindSafe for TlsExtSigAlg
impl Send for TlsExtSigAlg
impl Sync for TlsExtSigAlg
impl Unpin for TlsExtSigAlg
impl UnwindSafe for TlsExtSigAlg
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