pub struct CertVerifying;
Expand description
Marker indicating that a cryptographic context does perform TLS library-side certificate verification.
§Implementation details (informative, not covered by semver guarantees)
A PkiRpkContext
that is CertVerifying
will set the verify_peer_cert
field of the
underlying [coap_dtls_pki_t
] to 1
.
Trait Implementations§
impl CertVerificationMode for CertVerifying
Auto Trait Implementations§
impl Freeze for CertVerifying
impl RefUnwindSafe for CertVerifying
impl Send for CertVerifying
impl Sync for CertVerifying
impl Unpin for CertVerifying
impl UnwindSafe for CertVerifying
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