drogue-iot / embedded-tls

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

Deduplicate and refactor some parsing related code #114

Closed bugadani closed 1 year ago

bugadani commented 1 year ago

This PR is an attempt to simplify server handshake parsing, and includes a bunch of Digest -> CipherSuite replacements which turn out to simplify the API a bit.

The motivation is two-fold: