aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/test/java/org/sufficientlysecure/keychain/pgp/PgpEncryptDecryptTest.java
Commit message (Collapse)AuthorAgeFilesLines
* PgpSignEncryptOperation refactoringAndrea Torlaschi2016-05-101-42/+68
|
* Refactored to reduce coupling between ChangeUnlockParcel and SaveKeyringParcelAlex Fong2016-05-051-2/+2
|
* Refactoring: Removed PassphraseChangeParcel and placed its functionality ↵Alex Fong2016-05-051-2/+2
| | | | into ChangeUnlockParcel.
* (WIP) Change password when key is stripped #1692Alex Fong2016-05-041-1/+1
| | | | | | | | | | | Approach: Find the first unstripped secret key and use it for passphrase verification All unstripped keys will have their passphrase changed to new passphrase, if possible. Current Progress: Changing the passphrase of keys works fine. Refactoring to combine "modifySecretKeyring" and newly added method, "modifyKeyRingPassword" may be possible if given the go-ahead.
* Replace spongycastle with bouncycastleDominik Schürmann2016-02-091-7/+7
|
* 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
|
* 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-041-19/+19
|
* Raise min asymmetric key length for all ciphers to 2048 bitDominik Schürmann2015-10-041-3/+3
|
* mime: respect charset header (default to utf-8)Vincent Breitmoser2015-09-161-2/+2
|
* add test for signed binary data (#1507)Vincent Breitmoser2015-09-101-1/+55
|
* 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-101-31/+157
|
* 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-151-8/+17
|
* Tests not working anymore on travis after using new annotation parameterDominik Schürmann2015-07-091-11/+10
| | | | | | 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-091-10/+11
|
* tests: make sure encryption happens to all enc-capable subkeysVincent Breitmoser2015-07-071-8/+117
|
* Merge remote-tracking branch 'origin/master' into v/multi-decryptVincent Breitmoser2015-06-111-0/+12
|
* Fix debug/release build separationDominik Schürmann2015-06-111-1/+2
|
* Use new officially supported way for local unit tests, many dependencies ↵Dominik Schürmann2015-06-111-0/+587
upgraded for this, temporary disabled separate debug builds