aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain-Test/src/test/java/org/sufficientlysecure/keychain/pgp/PgpEncryptDecryptTest.java
Commit message (Expand)AuthorAgeFilesLines
* Use new officially supported way for local unit tests, many dependencies upgr...Dominik Schürmann2015-06-111-585/+0
* adapt unit tests to PgpDecryptVerifyInputParcelVincent Breitmoser2015-05-301-78/+101
* don't show allowed key list if no key exists, and some minor PgpDecryptVerify...Vincent Breitmoser2015-05-281-4/+25
* fix PgpEncryptDecryptTest for CryptoInputParcelVincent Breitmoser2015-04-011-26/+22
* fix more unit tests (syntax)Vincent Breitmoser2015-03-201-5/+5
* Merge remote-tracking branch 'origin/development' into developmentVincent Breitmoser2015-03-201-6/+8
|\
| * Fix tests for Passphrase classDominik Schürmann2015-03-191-6/+8
* | generalize nfc crypto input structureVincent Breitmoser2015-03-181-5/+5
|/
* add check for filesize to encrypt/decrypt testsVincent Breitmoser2015-02-171-0/+18
* fix tests for new PgpSignEncryptInputVincent Breitmoser2015-02-021-29/+29
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-12/+11
* backend support for charset in ascii-armored streamsVincent Breitmoser2015-01-271-0/+54
* encapsulate high level edit key into new operation classVincent Breitmoser2015-01-031-3/+3
* tests: add multiple keys with signature test caseVincent Breitmoser2015-01-021-0/+75
* tests: be less verbose about inserting keyrings for encrypt/decryptVincent Breitmoser2015-01-011-2/+15
* tests: add multi key encryption/decryption test, new way for fake passphrase ...Vincent Breitmoser2015-01-011-43/+123
* fix unit tests for ChangeUnlockParcelVincent Breitmoser2014-12-301-2/+3
* introduce new ChangeUnlockParcel packet for extended passphrase changing capa...Vincent Breitmoser2014-12-291-2/+2
* fix test for new PgpDecryptVerifyVincent Breitmoser2014-10-141-15/+32
* make PgpEncryptSign and PgpDecryptVerify subclasses of BaseOperationVincent Breitmoser2014-10-131-0/+1
* move around package structure a bitVincent Breitmoser2014-10-101-3/+3
* fix test case for new PassphraeCacheInterfaceVincent Breitmoser2014-09-231-2/+11
* fix encrypt/decrypt classesVincent Breitmoser2014-09-171-15/+190
* start work on encrypt/decrypt test classesVincent Breitmoser2014-09-151-0/+101