I need a secure, reliable, ordered messages protocol.
TLS/TCP only does streams.DTLS/UDP doesn't do reliability or ordering.SCTP isn't secure.
Help?
Preferably something with a Python binding available.
@alexbuzzbee tcpcrypthttps://en.wikipedia.org/wiki/Tcpcrypt
@xiao Completely missing the message boundary preservation I was looking for, and is vulnerabile to downgrade attacks. For my purposes, this would be worse than TLS.
@alexbuzzbee fair enough, what about quic?
@xiao QUIC doesn't really have message boundaries either. I could use streams to implement them, but that would get messy fast.
Librem Social is an opt-in public network. Messages are shared under Creative Commons BY-SA 4.0 license terms. Policy. Stay safe. Please abide by our code of conduct. (Source code)
@xiao Completely missing the message boundary preservation I was looking for, and is vulnerabile to downgrade attacks. For my purposes, this would be worse than TLS.