drogue-iot / embedded-tls

An Rust TLS 1.3 implementation for embedded devices.
Apache License 2.0
168 stars 21 forks source link

Fix - make CertificateVerify public #138

Closed CodingInGreen closed 4 months ago

CodingInGreen commented 4 months ago

When trying to implement CertificateVerify, the compiler notified me that it is not a public. This should be a public Trait per lulf.