aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain-Test
Commit message (Collapse)AuthorAgeFilesLines
* fix expiry of master keysVincent Breitmoser2015-03-151-0/+6
| | | | fixes #1141
* Use fixed version of com.squareup:fest-android, enable offline buildsDominik Schürmann2015-03-151-1/+1
|
* unit test certification of user attributesVincent Breitmoser2015-03-081-8/+52
|
* add unit test for "no expiry where revoked user id still has expiry" caseVincent Breitmoser2015-02-261-2/+14
|
* split up and mark unsafe expiry-related methodsVincent Breitmoser2015-02-261-20/+20
|
* 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
| | | | | | | - introduce high-level SignEncryptOperation for uri to uri signing/encryption - use SignEncryptParcel for high-level operation parameters - use PgpSignEncryptInput plus streams for low-level operation parameters - get rid of all sign/encrypt logic in KeychainIntentService
* backend support for charset in ascii-armored streamsVincent Breitmoser2015-01-271-0/+54
|
* introduce PromoteKeyOperation to create dummy secret from public keysVincent Breitmoser2015-01-251-0/+126
|
* work on divert-to-key and other keyring stuffVincent Breitmoser2015-01-251-2/+51
| | | | | | | | - allow modifySecretKeyRing operation without passphrase, but a only restricted subset of operations (ie, s2k strip/divert) - pass byte array with serial number to key edit operation to initialize divert-to-card key - update spongycastle to support serial numbers in iv for divert-to-card
* allow explicit re-certification in SaveKeyringParcelVincent Breitmoser2015-01-241-1/+2
|
* move key stripping into ChangeSubkey, support divert-to-cardVincent Breitmoser2015-01-241-2/+2
|
* forgot another test case in prev. commitVincent Breitmoser2015-01-191-1/+2
|
* fix unit test for new key flag behaviorVincent Breitmoser2015-01-191-2/+2
|
* involve user attributes in unit tests for merge and canonicalize!Vincent Breitmoser2015-01-143-15/+73
|
* add basic tests for addition of user attributesVincent Breitmoser2015-01-141-0/+66
|
* tests: add a couple of CertifyOperation test casesVincent Breitmoser2015-01-031-0/+238
|
* encapsulate high level edit key into new operation classVincent Breitmoser2015-01-036-23/+22
|
* tests: add multiple keys with signature test caseVincent Breitmoser2015-01-021-0/+75
|
* get rid of RuntimeException control flow in UncachedKeyRing.fromStreamVincent Breitmoser2015-01-022-7/+5
|
* fix and test for bad certificate version numbers (#1012)Vincent Breitmoser2015-01-022-0/+34
| | | | closes #1012
* tests: for export, check that a token local cert actually exists before exportVincent Breitmoser2015-01-021-10/+22
|
* tests: add test for key exportVincent Breitmoser2015-01-021-0/+211
|
* small improvements regarding pin tests and loggingVincent Breitmoser2015-01-011-5/+23
|
* 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
| | | | cache
* fix unit tests (canonicalize after create)Vincent Breitmoser2015-01-012-0/+5
|
* add test case for PIN unlockVincent Breitmoser2014-12-301-2/+28
|
* fix unit tests for ChangeUnlockParcelVincent Breitmoser2014-12-305-16/+21
|
* introduce new ChangeUnlockParcel packet for extended passphrase changing ↵Vincent Breitmoser2014-12-295-16/+16
| | | | capabilities
* Cleanup UncachedKeyringTestDominik Schürmann2014-12-291-7/+1
|
* Fix test for future creation timestamps to account for loosen timestamp checkDominik Schürmann2014-12-281-5/+6
|
* Fix jacocoDominik Schürmann2014-12-041-24/+23
|
* Update to com.novoda:gradle-android-test-plugin:0.10.0, no snapshot version ↵Dominik Schürmann2014-12-041-26/+25
| | | | anymore, jacoco disabled for now
* add description of symantec test caseVincent Breitmoser2014-10-261-1/+4
|
* add test case for symantec secret keys (#974)Vincent Breitmoser2014-10-263-0/+105
|
* 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-107-16/+16
|
* add unit test for duplicate user ids (fix later!!)Vincent Breitmoser2014-10-041-9/+39
|
* fix unit test for ParcelableFileCacheVincent Breitmoser2014-10-031-2/+3
|
* use iterator interface exclusively in ParcelableFileCacheVincent Breitmoser2014-10-031-5/+9
|
* add test case for stripped master key, correct signing subkey should still ↵Vincent Breitmoser2014-10-022-5/+95
| | | | be selected
* add test class for Iso7816TLV classVincent Breitmoser2014-09-291-0/+99
|
* fix method visibility for testsVincent Breitmoser2014-09-282-2/+3
|
* move can.*() methods to CanonicalizedPublicKey, where they belongVincent Breitmoser2014-09-281-1/+0
|
* fix test case for new PassphraeCacheInterfaceVincent Breitmoser2014-09-231-2/+11
|
* add test case to make sure s2k IVs are different per subkeyVincent Breitmoser2014-09-231-0/+19
|
* add test case for duplicate keys in keyring (#870)Vincent Breitmoser2014-09-231-0/+71
|