aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpKeyHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove version 3 checks, no longer supported in importDominik Schürmann2014-09-021-8/+6
|
* Fix crash in PgpKeyHelperDominik Schürmann2014-08-281-1/+1
|
* Merge branch 'master' into yubikeyDominik Schürmann2014-08-281-10/+121
|\ | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/helper/Preferences.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpSignEncrypt.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java
| * add ecc supportVincent Breitmoser2014-08-241-10/+121
| |
* | Merge branch 'master' into yubikeyDominik Schürmann2014-08-061-15/+11
|\| | | | | | | | | | | | | | | | | Conflicts: .gitmodules OpenKeychain/build.gradle OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java extern/openpgp-api-lib settings.gradle
| * Use PublicKeyAlgorithmTags instead of homebrew choices constants, fix expiry ↵Dominik Schürmann2014-08-051-13/+9
| | | | | | | | selection for adding new subkeys
| * Fixing lint complaints, removing unused resourcesDominik Schürmann2014-08-041-2/+2
| |
* | NFC Yubikey: only pass through hash of message and not whole contentDominik Schürmann2014-07-211-1/+1
|/
* Fix keybase importDominik Schürmann2014-06-201-1/+1
|
* neatness refactoringVincent Breitmoser2014-06-041-165/+0
|
* wrapped-key-ring: split up CachedKeyRing and WrappedKeyRingVincent Breitmoser2014-05-211-3/+0
|
* wrapped-key-ring: remove more unneeded methodsVincent Breitmoser2014-05-041-91/+0
|
* wrapped-key-ring: more work on passphrase caching and certificationVincent Breitmoser2014-05-041-17/+0
|
* wrapped-key-ring: more refactoring - no more pgp imports in ↵Vincent Breitmoser2014-05-031-54/+0
| | | | KeychainIntentService!
* wrapped-key-ring: move more helper methods into keysVincent Breitmoser2014-05-031-0/+1
|
* certification is always done with the master keyVincent Breitmoser2014-05-031-55/+0
|
* wrapped-key-ring: first steps, get rid of key imports in decryptverify and ↵Vincent Breitmoser2014-05-031-30/+18
| | | | signencrypt
* More code cleanupDominik Schürmann2014-04-191-6/+31
|
* get rid of PgpKeyHelper.getMasterKeyIdVincent Breitmoser2014-04-171-24/+0
| | | | Closes #575
* NotFoundExceptions for all getGeneric-type methodsVincent Breitmoser2014-04-171-8/+0
|
* Fix PgpDecryptVerify signature verification: search for right signature ↵Dominik Schürmann2014-04-151-33/+34
| | | | subkey instead of using first subkey for verification
* Clarify use of methods in PgpKeyHelperDominik Schürmann2014-04-111-3/+3
|
* Remove queries from PgpKeyHelper, introduce encrypt to signer mode (not tested)Dominik Schürmann2014-04-111-30/+5
|
* Use NotFoundException in more placesDominik Schürmann2014-04-081-7/+18
|
* Change license from ASLv2 to GPLv3 where possibleThialfihar2014-04-081-9/+10
|
* Update copyright timespan for ThialfiharThialfihar2014-04-081-1/+1
|
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-061-0/+644