aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/test/java/org/sufficientlysecure/keychain/pgp/PgpEncryptDecryptTest.java
Commit message (Expand)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 into...Alex Fong2016-05-051-2/+2
* (WIP) Change password when key is stripped #1692Alex Fong2016-05-041-1/+1
* 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 verific...Vincent Breitmoser2015-10-081-1/+1
* 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 unsigned/une...Dominik Schürmann2015-08-091-7/+7
* 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
* 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 upgr...Dominik Schürmann2015-06-111-0/+587