akwizgran
ebae1037be
Remove unnecessary null check.
2019-05-10 10:02:48 +01:00
akwizgran
0c99ef0e5b
Clean up some duplicated code.
2019-05-10 10:02:48 +01:00
akwizgran
faba9a6b70
Generate handshake keys on demand, store when DB is opened.
2019-05-10 10:02:47 +01:00
akwizgran
56fbc93962
Move handshake keys from LocalAuthor to Account.
2019-05-10 10:02:47 +01:00
akwizgran
8b2b7599f9
Generate and store handshake keys at startup if needed.
2019-05-10 10:02:46 +01:00
akwizgran
8c315382e2
Add DB method for setting local handshake key pair.
2019-05-10 10:02:46 +01:00
akwizgran
8183a48ebb
Add unit test for OpenDatabaseHook priority.
2019-05-10 10:02:45 +01:00
akwizgran
f6611daf7b
Replace Client interface with OpenDatabaseHook.
2019-05-10 10:02:45 +01:00
akwizgran
00bc8ac768
Include handshake keys when loading all local authors.
2019-05-10 10:02:45 +01:00
akwizgran
75776eb7de
Generate handshake keys when creating local author.
2019-05-10 10:02:45 +01:00
akwizgran
f0a3130bf3
Test that UnsupportedVersionException is thrown.
2019-05-10 10:01:32 +01:00
akwizgran
64aa121c9c
Reuse UnsupportedVersionException for handshake links.
2019-05-10 10:01:22 +01:00
akwizgran
cc3486df94
Move UnsupportedVersionException to bramble.api package.
2019-05-10 10:01:06 +01:00
akwizgran
cd24be7e42
Add unit tests for pending contact factory.
2019-05-10 10:01:05 +01:00
akwizgran
fa562b40bc
Implement contact manager methods for pending contacts.
2019-05-10 10:01:03 +01:00
Torsten Grote
dfc567cbfd
[bramble] Remove PendingContact test code from ContactManagerImpl
2019-05-09 13:36:21 -03:00
Torsten Grote
fbe375cc4e
Use event instead of CommitAction to handle removed PendingContacts
2019-05-09 11:43:22 -03:00
Torsten Grote
bec1f117ba
Remote Contact Adding: Rename methods and add more exception handling
2019-05-03 09:48:20 -03:00
Torsten Grote
2c014b4e46
Only remove PendingContact from UI when removed from DB
2019-05-03 09:48:19 -03:00
Torsten Grote
7a71d2bad4
Remote Contact Adding UI: Address review comments
2019-05-03 09:48:19 -03:00
Torsten Grote
4a57939b80
[android] finalize list of pending contacts and add test code
2019-05-03 09:48:19 -03:00
Torsten Grote
58ffc6e761
[android] rough sketch of UI for adding contacts remotely
2019-05-03 09:48:15 -03:00
Torsten Grote
96975e0d43
Upgrade dagger, mockito and okhttp
2019-04-26 09:07:26 -03:00
Torsten Grote
6691e708e4
Update the Android gradle plugin to version 3.4.0
2019-04-25 20:55:30 -03:00
akwizgran
29d3ee2439
Bump schema version to match migrations.
2019-04-23 15:31:30 +01:00
akwizgran
06d4f85768
Merge branch 'add-handshake-key-pairs-to-db' into 'master'
...
Add handshake key pairs to DB, remove inactive contacts
Closes #1276
See merge request briar/briar!1080
2019-04-23 12:31:59 +00:00
akwizgran
84f2c29c76
Remove unnecessary call to replaceTypes().
2019-04-22 14:43:47 +01:00
akwizgran
9c8125d77a
Rename 'alice' flags to clarify usage, add comments.
2019-04-19 11:57:55 +01:00
akwizgran
56fb20f257
Small code cleanups.
2019-04-18 13:47:31 +01:00
akwizgran
f82294527f
Fix column index in getLocalAuthor().
2019-04-18 13:35:42 +01:00
akwizgran
0587fdc54c
Add handshake key pairs to DB, remove inactive contacts.
2019-04-18 13:15:25 +01:00
akwizgran
dcebd5a81c
Update terminology from static keys to handshake keys.
2019-04-17 17:28:22 +01:00
akwizgran
e9a3685bfd
Fix spurious line wrapping.
2019-04-17 17:22:49 +01:00
akwizgran
3aadcc17dd
Add public key to pending contacts.
2019-04-17 15:30:15 +01:00
akwizgran
296ce080e2
Add unit tests for pending contact exception.
2019-04-17 15:14:53 +01:00
akwizgran
724e6643bd
Add DB methods for handshake keys and pending contacts.
2019-04-17 15:07:58 +01:00
akwizgran
fafd0c7ff9
Rename static transport keys to handshake keys.
2019-04-17 14:52:52 +01:00
akwizgran
e91a7c64d8
Add unit tests for DB pending contact methods.
2019-04-17 13:06:41 +01:00
akwizgran
f08e3a58e6
Add database methods for pending contacts.
2019-04-17 12:44:43 +01:00
akwizgran
94de1834b8
Add unit tests for DB static key methods.
2019-04-17 12:06:47 +01:00
akwizgran
6b24eeb84c
Add method to set reordering window for static keys.
2019-04-17 09:58:36 +01:00
akwizgran
f72ff9f812
Add database methods for static keys.
2019-04-16 17:51:31 +01:00
akwizgran
0f5f440f1c
Add key set and key set ID classes for static keys.
2019-04-16 16:59:07 +01:00
akwizgran
7acbe56197
Add abstract superclass for transport keys.
2019-04-16 16:34:27 +01:00
akwizgran
fccf735a89
Add unit tests for static key derivation.
2019-04-16 16:34:27 +01:00
akwizgran
d5ac2c9ead
Fix master secret/master key/root key terminology.
...
In the key agreement, contact exchange and introduction protocols we
refer to the master key. In the transport protocol we refer to the root
key. When adding a contact in person, the key agreement protocol's
master key is used as the transport root key. When a contact is
introduced, the introduction protocol's master key is used as the
transport root key.
2019-04-16 16:34:26 +01:00
akwizgran
d4b929fc6c
Add key derivation for static keys.
2019-04-16 16:34:26 +01:00
akwizgran
b568405f59
Create DB tables for static keys.
2019-04-16 16:34:19 +01:00
Torsten Grote
b2702062bc
Merge branch 'async-events-commit-actions' into 'master'
...
Allow actions to be attached to transactions
See merge request briar/briar!1073
2019-04-05 15:12:36 +00:00
akwizgran
f11b32f188
Add unit test for commit actions.
2019-04-05 16:02:37 +01:00