Skip to content
#

encrypted-messages

Here are 30 public repositories matching this topic...

ockam
antoinevg
antoinevg commented Feb 18, 2022

In implementations/rust/ockam/ockam_transport_ble/src/driver/packet.rs:104:

// TODO Currently we only support packet lengths up to 2^16
// bits long.
//
// The reason for this is that I'm too lazy right now to setup
// a control channel for this BLE UART implementation and
// instead rely on the probability of receiving an 8 byte long
// packet consisting of 6 zero bytes followed b
GallagherCommaJack
GallagherCommaJack commented Sep 9, 2019

for example:

  • limit number of kdf iterations for out of order message delivery
  • limit max message size
  • patch serde_cbor to limit maximum memory allocation

I'm not sure how best to pick these limits, so for now I'm going to leave TODO's in the code that reference this issue.

(probably partial) list of places in the code where this needs to be fixed:

  • read_cbor
  • `send_
good first issue Discussion security

Improve this page

Add a description, image, and links to the encrypted-messages topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the encrypted-messages topic, visit your repo's landing page and select "manage topics."

Learn more