-
Today, I had a look at [Verifpal](https://verifpal.com/), an experimental software to do some analysis on cryptographic protocols. Because it's designed for non-experts (unlike proven formal verificat…
-
This is an umbrella issue that tracks known issues related to reconnection attempts which need resolving before we can release the reconnect overhaul code introduced by #792. The rationale here is tha…
-
The protocol says:
> drop the oldest responder that did not send a message to it
The code do decide if "that did not send a message to it" applies is:
https://github.com/saltyrtc/saltyrtc-c…
-
I have reviewed most of the protocol-related code to get an overview of the Rust client implementation. I identified the following potential issues that may need addressing (some definitely do, some a…
-
The line(s) below sets the cookie of the c2c peer when receiving the `auth` message.
For initiator:
https://github.com/saltyrtc/saltyrtc-client-java/blob/d01e553c06a05c74a532104608c0dc57cb9a23f2…
-
https://github.com/saltyrtc/saltyrtc-client-java/blob/d01e553c06a05c74a532104608c0dc57cb9a23f2/src/main/java/org/saltyrtc/client/signaling/InitiatorSignaling.java#L491-L493
The protocol specifies a…
-
Please add more information on how to actually run the python-server!
Example:
`$ saltyrtc-server serve` gives me:
> It is REQUIRED to provide a SSL certificate and a server permanent key unless th…
-
Following code checks the CSN:
https://github.com/saltyrtc/saltyrtc-client-java/blob/d01e553c06a05c74a532104608c0dc57cb9a23f2/src/main/java/org/saltyrtc/client/signaling/Signaling.java#L1088-L1096
…
-
- [ ] Update the readme to refer to `master` and tagged versions
- [ ] Update saltyrtc.org
-
...so that when logging a send-error message, we actually know which message was lost.
dbrgn updated
7 years ago