aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain-Test
Commit message (Expand)AuthorAgeFilesLines
* ditch public divert-to-card test keyringVincent Breitmoser2014-09-032-46/+0
* implement test case for mailvelope keyring with no key flagsVincent Breitmoser2014-09-031-0/+25
* fix tests for changed key flag semanticsVincent Breitmoser2014-09-031-8/+8
* add getSecretKeyType method to CachedPublicKeyRingVincent Breitmoser2014-09-031-15/+14
* If no key flags subpacket is present allow all key flags, fixes mailvelope keysDominik Schürmann2014-09-021-0/+20
* add test for divert-to-cardVincent Breitmoser2014-09-026-46/+85
* Add testkey for gnupg generated divert-to-card key with Yubikey NEODominik Schürmann2014-09-021-0/+86
* ditch NullProgressableVincent Breitmoser2014-08-301-2/+2
* Merge pull request #796 from open-keychain/developDominik Schürmann2014-08-284-38/+30
|\
| * add ecc supportVincent Breitmoser2014-08-244-38/+30
* | tests: fix non-deterministic testMasterModifyVincent Breitmoser2014-08-231-0/+1
|/
* Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-217-1/+8
* Add license headersDominik Schürmann2014-08-197-0/+103
* parametrize FileImportCache for filenameVincent Breitmoser2014-08-171-1/+1
* modify*Key: improve handling of passphrase modification (add tests, too)Vincent Breitmoser2014-08-161-14/+86
* use correct algorithm for signatures (actually fix heterogeneous subkeys)Vincent Breitmoser2014-08-161-2/+2
* fix travis tests (more), minor comment editsVincent Breitmoser2014-08-163-2/+8
* tests: add test for master key revocationVincent Breitmoser2014-08-161-0/+25
* tests: more expected error typesVincent Breitmoser2014-08-161-7/+35
* typed expected failures and a couple minor thingsVincent Breitmoser2014-08-161-18/+35
* support for master key modifications, among other stuffVincent Breitmoser2014-08-164-16/+128
* modifySecretKey: err out on "use previous" expiry date for (sub)key creationVincent Breitmoser2014-08-161-10/+10
* modifySecretKey: err out on revocation of nonexistent user idVincent Breitmoser2014-08-161-0/+7
* test: even nicer codeVincent Breitmoser2014-08-161-29/+16
* explicitly add BouncyCastleProvider (fixes travis?)Vincent Breitmoser2014-08-141-0/+4
* support changing expiry of subkeys to noneVincent Breitmoser2014-08-141-0/+18
* tests: add ProviderHelperSaveTest, with long key id collision testVincent Breitmoser2014-08-144-0/+116
* tests: cleaner code in PgpKeyOperationTestVincent Breitmoser2014-08-141-50/+73
* Fix testsDominik Schürmann2014-08-131-3/+3
* Fix testsDominik Schürmann2014-08-131-1/+1
* Fix testsDominik Schürmann2014-08-134-20/+23
* fix dumb mistake in modifySecretKeyVincent Breitmoser2014-08-011-10/+8
* make FileImportCache generic, iterable, and add unit testVincent Breitmoser2014-08-011-0/+54
* move classes around a bitVincent Breitmoser2014-08-016-29/+5
* tests: adapt to new EditKeyResult return valueVincent Breitmoser2014-07-317-397/+98
* rename Wrapped*Key* to Canonicalized*Key*Vincent Breitmoser2014-07-314-27/+20
* test: add tons of tests and fuzzing for UncachedKeyRing.canonicalizeVincent Breitmoser2014-07-261-37/+453
* test: add misc UncachedKeyRing testsVincent Breitmoser2014-07-264-8/+132
* test: small code cleanupVincent Breitmoser2014-07-261-14/+4
* test: don't need commutativity parameter here after allVincent Breitmoser2014-07-261-18/+6
* test: (almost) full coverage for UncachedKeyRing.mergeVincent Breitmoser2014-07-262-17/+64
* tests: add a couple of UncachedKeyRing.merge testsVincent Breitmoser2014-07-261-0/+375
* test and fix: adding an empty user id should failVincent Breitmoser2014-07-261-1/+13
* forgot to move test classpath out of root projectVincent Breitmoser2014-07-212-1/+15
* test: start with UncachedKeyRing.canonicalize testsVincent Breitmoser2014-07-192-8/+127
* use jacoco for test coverageVincent Breitmoser2014-07-191-0/+24
* Removed OpenPGP-haskell submoduleDominik Schürmann2014-07-181-0/+0
* Add OpenPGP-Haskell test files directlyDominik Schürmann2014-07-1894-1/+48
* test: use random string as passphraseVincent Breitmoser2014-07-132-20/+37
* test: add UncachedKeyringTest, stubVincent Breitmoser2014-07-131-0/+105