Sander Hautvast
Results
2
issues of
Sander Hautvast
## Current behavior Currently structs are serialized using CBOR, but the messages are not validated against a CDDL schema definition ## Proposed changes fix for issue https://github.com/build-trust/ockam/issues/6690 cddl validation added...
## Current behavior Currently messages sent over tcp and udp are not checked for the max length of 65535 bytes. The message is truncated and errors can occur when deserializing....