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