- Apr 27, 2018
-
-
akwizgran authored
-
Torsten Grote authored
New Introduction Protocol Closes #308, #377, #474, and #613 See merge request akwizgran/briar!758
-
Torsten Grote authored
This will be changed once we have a way to reset state for peers that were contacts already at some point in the past. One contact might have deleted the other, but not vice versa. So they have mismatching state that needs to be reset. See #2 for more information.
-
Torsten Grote authored
-
- Apr 26, 2018
-
-
Torsten Grote authored
-
Torsten Grote authored
It is possible that a remote DECLINE message arrives short before the user responds to the introduction. This will cause a ProtocolStateException which (for now) is just caught and a generic (existing) error message will be shown.
-
Torsten Grote authored
Previously, DECLINE messages let directly to the START state for introducer and introducees. So incoming ACCEPT and DECLINE messages needed to be ignored in START state introducing undefined behavior into the protocol. This is fixed with this commit by adding two additional states to the introducer state machine as well as making use of the existing LOCAL_DECLINED state for the introducees.
-
Torsten Grote authored
A fake ACTIVATE message would cause us to activate the transport keys before the contact has received our auth message, which would compromise forward secrecy.
-
Torsten Grote authored
Previously, the introducer would process and forward invalid messages by the introducees. This commit adds the necessary checks and tests.
-
- Apr 25, 2018
-
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
When the user attempts an introduction, instead of the introduction message input field, an explanatory text will be shown and the introduction can not be made until the last one has been finished.
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
Closes #308
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
Add constant-time method for verifying MACs See merge request akwizgran/briar!773
-
akwizgran authored
-
- Apr 24, 2018
-
-
akwizgran authored
-
akwizgran authored
Make test data creation configurable. Closes #1149 See merge request akwizgran/briar!771
-
Julian Dehm authored
-
Julian Dehm authored
-
Julian Dehm authored
-
akwizgran authored
Create a valid BT MAC and UUID when creating testdata See merge request akwizgran/briar!769
-
- Apr 23, 2018
-
-
Julian Dehm authored
-
akwizgran authored
Helper methods for dealing with TransportProperties See merge request akwizgran/briar!768
-
- Apr 21, 2018
-
-
Torsten Grote authored
-
- Apr 19, 2018
-
-
Torsten Grote authored
Add download button to ExpiredActivity See merge request akwizgran/briar!766
-
akwizgran authored
-
akwizgran authored
Helper method for parsing transport properties See merge request akwizgran/briar!764
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
Generate message and group IDs in a forward-compatible way See merge request akwizgran/briar!763
-