drogue-iot / embedded-tls

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

embedded-tls does not understand message fragmenting #110

Open bugadani opened 1 year ago

bugadani commented 1 year ago

This was mentioned in https://github.com/drogue-iot/embedded-tls/issues/75#issuecomment-1481369037 but that issue has since been closed.

lulf commented 1 year ago

Does it need to for 99% of embedded use cases?

bugadani commented 1 year ago

No idea, but on one hand, it might help with MaxFragmentLength extension to tune things, and on the other, I just want this fact visible.

Edit: my guess here is that it's probably not necessary, but also that we might implement something for it under the alloc flag. There's no reason not to be compliant if there is a way to do so :) Definitely not something I'll spend time on any time soon, though.