aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp
Commit message (Expand)AuthorAgeFilesLines
* Prepare Yubikey decryptionDominik Schürmann2014-09-082-26/+51
* Fix for user ids in APIDominik Schürmann2014-09-073-24/+29
* Due to compatiblity switch from SHA512 to SHA256Dominik Schürmann2014-09-071-1/+1
* Fix mAllowedKeyIdsDominik Schürmann2014-09-031-3/+3
* work on passphrase caching, make use of cached SecretKeyType data (WIP!)Vincent Breitmoser2014-09-031-9/+9
* If no key flags subpacket is present allow all key flags, fixes mailvelope keysDominik Schürmann2014-09-021-24/+47
* Remove version 3 checks, no longer supported in importDominik Schürmann2014-09-023-27/+24
* cache key s2k type in database, for later useVincent Breitmoser2014-09-022-13/+53
* remove broken(?) cancellation codeVincent Breitmoser2014-09-011-30/+0
* Experimental support for revoked, expired keys with signaturesDominik Schürmann2014-09-012-37/+67
* Prepare API for OpenPgpSignatureResult extensionsDominik Schürmann2014-08-311-3/+3
* Changelog 2.9Dominik Schürmann2014-08-311-1/+1
* add cancel prevention mechanism, improve cancellation for key importVincent Breitmoser2014-08-311-13/+15
* add cancel support to edit key actionVincent Breitmoser2014-08-311-0/+35
* Add cancelable mechanism and support in key importVincent Breitmoser2014-08-311-2/+21
* ditch NullProgressableVincent Breitmoser2014-08-301-36/+0
* fix one log levelVincent Breitmoser2014-08-301-1/+1
* get rid of a deprecated method useVincent Breitmoser2014-08-301-1/+2
* canonicalize: add check for algorithm typeVincent Breitmoser2014-08-301-2/+32
* Fix crash in PgpKeyHelperDominik Schürmann2014-08-281-1/+1
* Merge branch 'master' into yubikeyDominik Schürmann2014-08-2817-394/+784
|\
| * Merge pull request #796 from open-keychain/developDominik Schürmann2014-08-286-65/+235
| |\
| | * add ecc supportVincent Breitmoser2014-08-244-36/+230
| | * Fixing build with Spongy Castle 1.51Dominik Schürmann2014-08-212-30/+5
| * | Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-08-271-7/+7
| |\ \
| | * | small language fixes for previous commitVincent Breitmoser2014-08-271-8/+7
| * | | Strip out duplicate user idsDominik Schürmann2014-08-271-3/+13
| |/ /
| * / Abort import of pubkeys where secret keys exist but new pubkey has more subke...Dominik Schürmann2014-08-271-9/+32
| |/
| * cleanupDominik Schürmann2014-08-211-71/+0
| * Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-2112-2/+12
| * Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2014-08-202-11/+3
| |\
| | * Upload key workingDominik Schürmann2014-08-202-11/+3
| * | make number of secret keys imported part of ImportResult parcelVincent Breitmoser2014-08-201-3/+6
| |/
| * modifyKey: small logging changesVincent Breitmoser2014-08-201-1/+1
| * Scroll fixes for certify activityDominik Schürmann2014-08-191-1/+1
| * Notes about criticalityDominik Schürmann2014-08-191-2/+15
| * Decrease iteration count, delayed for 2.9Dominik Schürmann2014-08-191-1/+1
| * Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-08-191-1/+3
| |\
| | * fix primary user id in master key flag modificationVincent Breitmoser2014-08-191-1/+3
| * | Change criticallity of subpackets after discussionDominik Schürmann2014-08-191-5/+5
| |/
| * Use higher s2k countDominik Schürmann2014-08-191-10/+29
| * Use SHA512 instead of SHA1 and AES256 instead of CAST5 where possibleDominik Schürmann2014-08-191-20/+22
| * Mark packets criticalDominik Schürmann2014-08-191-11/+11
| * add feature to key sig subpacket to indicate that we want MDCDominik Schürmann2014-08-191-0/+3
| * New preferred hash and symmetric algos, removed SHA-1, 3DES, new orderingDominik Schürmann2014-08-191-7/+17
| * consolidate: working implementation, lacking uiVincent Breitmoser2014-08-171-6/+15
| * modify*Key: improve handling of passphrase modification (add tests, too)Vincent Breitmoser2014-08-161-2/+48
| * use correct algorithm for signatures (actually fix heterogeneous subkeys)Vincent Breitmoser2014-08-161-4/+4
| * fix small log format string mistake for adding subkeysVincent Breitmoser2014-08-161-1/+2
| * Fix ElGamal key creation, SUBKEY_BINDING cert must use algo of master keyDominik Schürmann2014-08-161-1/+1