 Vincent BreitmoserandGitHub
|
618c3a506c
|
Merge pull request #2167 from open-keychain/ditch-consolidate
Ditch "consolidate" mechanism
|
2017-10-02 16:46:12 +02:00 |
|
KB Sriram
|
db4f058ba8
|
Update interop test license to Apache 2.0
Change the license for the interoperability test runner
to Apache 2.0, matching standard Google open source practice.
|
2017-09-28 06:18:58 -07:00 |
|
Vincent Breitmoser
|
678a5c1562
|
slight cleanup
|
2017-09-23 01:35:39 +02:00 |
|
Vincent Breitmoser
|
27582c1310
|
add some tests for eddsa
|
2017-06-16 18:41:33 +02:00 |
|
Vincent Breitmoser
|
79af393847
|
use autovalue for PgpDecryptVerifyInputParcel
|
2017-05-25 15:42:30 +02:00 |
|
Vincent Breitmoser
|
63774a0632
|
use autovalue for CryptoInputParcel
|
2017-05-25 15:42:24 +02:00 |
|
Vincent Breitmoser
|
c91b7e377a
|
simplify progress for key import operations
|
2017-05-21 04:15:41 +02:00 |
|
Vincent Breitmoser
|
9cf0b05202
|
fix unit tests
|
2017-02-24 18:43:56 +01:00 |
|
Vincent Breitmoser
|
2124a4598a
|
DatabaseInteractor -> KeyRepository
|
2017-02-24 18:24:11 +01:00 |
|
Vincent Breitmoser
|
c7e01926e1
|
add LocalKeyStorage, don't store public keys larger than 50kb in database
|
2017-02-24 18:06:47 +01:00 |
|
Vincent Breitmoser
|
aef6e6614e
|
extract DatabaseReadWriteInteractor
|
2017-02-24 18:04:54 +01:00 |
|
Vincent Breitmoser
|
d577257bd5
|
rename ProviderHelper -> DatabaseInteractor
|
2017-02-24 18:04:54 +01:00 |
|
Dominik Schürmann
|
b831cd5725
|
Update Robolectric to 3.2.2
|
2017-02-02 10:57:16 +01:00 |
|
Vincent Breitmoser
|
52b1016baa
|
update OpenPgpSignatureResult to use enums
|
2016-11-21 16:05:42 +01:00 |
|
Dominik Schürmann
|
ac1c20f961
|
Update build environment to SDK 24
|
2016-08-15 08:37:23 +02:00 |
|
Vincent Breitmoser
|
da6dfb57a0
|
Merge branch 'master' into performance
|
2016-02-10 17:36:02 +01:00 |
|
Dominik Schürmann
|
79db5c0ebe
|
Replace spongycastle with bouncycastle
|
2016-02-09 00:24:46 +01:00 |
|
Vincent Breitmoser
|
6a7652c0d7
|
performance: fix unit tests
|
2016-02-05 16:10:47 +01:00 |
|
KB Sriram
|
36bffc3ef5
|
Always revoke subkeys with a revocation signature.
Unlike UID revocations which are "reversible" by newer UID
self-signatures, a subkey revocation should be "permanent" even if
followed by a newer self-signature.
The RFC is ambiguous on this, but this is the convention used by (e.g.)
GnuPG. The rationale for this behaviour is available as comments within
the GnuPG source.
UID signatures:
https://github.com/mtigas/gnupg/blob/50c98c7ed6b542857ee2f902eca36cda37407737/g10/getkey.c#L1668-L1674
Subkey signatures:
https://github.com/mtigas/gnupg/blob/50c98c7ed6b542857ee2f902eca36cda37407737/g10/getkey.c#L1990-L1997
|
2016-01-15 15:28:40 -08:00 |
|
Vincent Breitmoser
|
476d153db2
|
fix unit tests for new savePublicKeyRing method signature
|
2015-09-11 03:35:30 +02:00 |
|
Dominik Schürmann
|
bceda47d12
|
Tests not working anymore on travis after using new annotation parameter
Revert "Get rid of robolectric workaround by using new annotation in robolectric 3.0"
This reverts commit 85a47d22f9.
|
2015-07-09 13:16:30 +02:00 |
|
Dominik Schürmann
|
85a47d22f9
|
Get rid of robolectric workaround by using new annotation in robolectric 3.0
|
2015-07-09 13:05:16 +02:00 |
|
Dominik Schürmann
|
6749b03d9a
|
Fix debug/release build separation
|
2015-06-11 00:31:41 +02:00 |
|
Dominik Schürmann
|
d16b09b2a6
|
Use new officially supported way for local unit tests, many dependencies upgraded for this, temporary disabled separate debug builds
|
2015-06-11 00:05:13 +02:00 |
|