aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/test
Commit message (Collapse)AuthorAgeFilesLines
* get rid of code path for pin and notation data handlingVincent Breitmoser2016-03-232-44/+5
|
* ditch isLikelyText flag, set mimeType to text/plain in that caseVincent Breitmoser2016-02-232-6/+5
|
* add test for CharsetVerifierVincent Breitmoser2016-02-231-0/+141
|
* externalize CharsetVerifier, add looksLikeText to OpenPgpMetadata objectVincent Breitmoser2016-02-221-0/+4
|
* mime: try to decode with given charset or utf-8 while file is readVincent Breitmoser2016-02-221-4/+137
|
* Merge branch 'master' into performanceVincent Breitmoser2016-02-1016-92/+92
|\
| * Replace spongycastle with bouncycastleDominik Schürmann2016-02-0916-92/+92
| |
* | performance: fix unit testsVincent Breitmoser2016-02-054-23/+51
|/
* Always revoke subkeys with a revocation signature.KB Sriram2016-01-152-0/+274
| | | | | | | | | | | | | | | 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
* Use more generic 'Security Token' where possible, add sutitle to create key ↵Dominik Schürmann2016-01-102-12/+12
| | | | what tokens are supported
* Tests: Use ECC where possibleDominik Schürmann2016-01-036-56/+76
|
* Update spongycastle to 1.53Dominik Schürmann2015-12-221-2/+2
|
* some work on benchmark operation (affects only debug build)Vincent Breitmoser2015-12-131-0/+81
|
* fix unit tests (IllegalStateException)Vincent Breitmoser2015-11-161-5/+14
|
* decrypt: add tests for skipping stripped and unsuitable decryption subkeysVincent Breitmoser2015-11-131-3/+48
|
* Cleanup, fix advanced sharingDominik Schürmann2015-10-151-6/+6
|
* Rename TemporaryStorageProvider to TemporaryFileProvider, use interface for ↵Dominik Schürmann2015-10-152-6/+6
| | | | db contract
* Merge branch 'master' into encrypted-exportVincent Breitmoser2015-10-087-59/+175
|\
| * improve tests, get rid of some redundant checksVincent Breitmoser2015-10-081-4/+7
| |
| * pgpdecryptverify: get rid of duplicate code path for binary signature ↵Vincent Breitmoser2015-10-081-1/+1
| | | | | | | | verification
| * test: add tests for detached and clearsign signaturesVincent Breitmoser2015-10-081-1/+114
| |
| * Fix tests for min requirement of 2048 bitsDominik Schürmann2015-10-045-41/+41
| |
| * Raise min asymmetric key length for all ciphers to 2048 bitDominik Schürmann2015-10-046-22/+22
| |
* | Merge branch 'master' into encrypted-exportVincent Breitmoser2015-10-011-0/+3
|\|
| * spongy: use version which doesn't skip bad signaturesVincent Breitmoser2015-10-011-0/+3
| |
* | decryptverify: add trivial detection of pgp ascii-armored dataVincent Breitmoser2015-09-301-0/+3
| |
* | export: improve stream handling, performanceVincent Breitmoser2015-09-281-0/+16
| |
* | export: support encrypted export, first versionVincent Breitmoser2015-09-282-31/+202
| |
* | export: more cleanup and splitting into subroutinesVincent Breitmoser2015-09-261-4/+2
|/
* mime: don't decrypt in mime parsing only testVincent Breitmoser2015-09-171-2/+1
|
* mime: respect charset header (default to utf-8)Vincent Breitmoser2015-09-161-2/+2
|
* mime: add logging to InputDataOperationVincent Breitmoser2015-09-151-3/+0
|
* mime: create more general InputDataOperation, which for now and does basic ↵Vincent Breitmoser2015-09-151-0/+166
| | | | mime parsing
* fix unit tests for new savePublicKeyRing method signatureVincent Breitmoser2015-09-114-4/+4
|
* add test for signed binary data (#1507)Vincent Breitmoser2015-09-101-1/+55
|
* fix unit test for linked idsVincent Breitmoser2015-09-061-1/+1
|
* move stray test file to correct positionVincent Breitmoser2015-08-291-0/+46
|
* Merge branch 'linked-identities' (and fix OperationHelper ids)Vincent Breitmoser2015-08-292-4/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge Linked Identities. Also includes an important fix for OperationHelper ids, which had an error in the bit mask logic. Conflicts: Graphics/update-drawables.sh OpenKeychain/build.gradle OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/KeychainProvider.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/ProviderHelper.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/CertifyActionsParcel.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateYubiKeyImportFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/KeyAdapter.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/CertifyKeySpinner.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/KeySpinner.java OpenKeychain/src/main/res/anim/fade_in.xml OpenKeychain/src/main/res/anim/fade_out.xml OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml OpenKeychain/src/main/res/layout/encrypt_decrypt_overview_fragment.xml OpenKeychain/src/main/res/layout/view_key_fragment.xml OpenKeychain/src/main/res/menu/key_view.xml OpenKeychain/src/main/res/values/strings.xml OpenKeychain/src/test/java/org/sufficientlysecure/keychain/operations/CertifyOperationTest.java README.md
* | Remove dead codeDominik Schürmann2015-08-271-17/+17
| |
* | Disable new failing test for nowDominik Schürmann2015-08-101-2/+3
| |
* | Fix test cases, add test cases (still 1 failing)Dominik Schürmann2015-08-104-40/+166
| |
* | Introduce constants in OpenPgpSignature and DecryptionResult for ↵Dominik Schürmann2015-08-091-7/+7
| | | | | | | | unsigned/unencrypted content, update API, introduce simple checks for insecure symmetric algos
* | made mSignatureTime optional in CryptoOperationHelperAdithya Abraham Philip2015-07-154-20/+32
| |
* | Tests not working anymore on travis after using new annotation parameterDominik Schürmann2015-07-0914-57/+84
| | | | | | | | | | | | Revert "Get rid of robolectric workaround by using new annotation in robolectric 3.0" This reverts commit 85a47d22f9bb1e4aaf5770c67416a5532977658e.
* | Get rid of robolectric workaround by using new annotation in robolectric 3.0Dominik Schürmann2015-07-0914-84/+57
| |
* | better handling of divert-to-card keys for subkey modificationsVincent Breitmoser2015-07-082-8/+31
| |
* | tests: make sure encryption happens to all enc-capable subkeysVincent Breitmoser2015-07-072-11/+120
| |
* | fix PromoteKeyOperationTestVincent Breitmoser2015-07-061-11/+10
| |
* | Merge branch 'master' of github.com:open-keychain/open-keychainAdithya Abraham Philip2015-06-301-4/+3
|\ \
| * | Create key wizard for blank YubiKeyDominik Schürmann2015-06-291-4/+3
| | |