embedded-tls
embedded-tls copied to clipboard
embedded-tls does not understand message fragmenting
This was mentioned in https://github.com/drogue-iot/embedded-tls/issues/75#issuecomment-1481369037 but that issue has since been closed.
Does it need to for 99% of embedded use cases?
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.