aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp
Commit message (Expand)AuthorAgeFilesLines
* Move utf8 check for user id upwardsDominik Schürmann2014-10-071-4/+5
* Fix MSG_MF_UID_PRIMARY logDominik Schürmann2014-10-071-1/+1
* use sub results in importVincent Breitmoser2014-10-051-2/+6
* add support for second line in log viewVincent Breitmoser2014-10-051-0/+3
* Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain i...Vincent Breitmoser2014-10-041-2/+12
|\
| * Pass imported master key ids via result parcelDominik Schürmann2014-10-041-2/+12
* | certify: get rid of fingerprint checkVincent Breitmoser2014-10-041-5/+0
|/
* improve CertifyResult, add custom notifyVincent Breitmoser2014-10-041-3/+5
* redesign certify action to work with parcel input and resultVincent Breitmoser2014-10-044-5/+158
* canonicalize: compare user ids as string rather than bytesVincent Breitmoser2014-10-041-3/+3
* clean up PgpImportExport a bitVincent Breitmoser2014-10-031-7/+5
* make getSignId a secret key operation, and respect unavailable keysVincent Breitmoser2014-10-025-64/+22
* Fix nullpointer with getS2K()Dominik Schürmann2014-10-021-1/+2
* More debugging outputDominik Schürmann2014-10-011-24/+29
* fix minor logic error (haha)Vincent Breitmoser2014-09-301-1/+1
* pass (encryption) key id from Decrypt*Fragment to NfcActivityVincent Breitmoser2014-09-301-2/+2
* pass key id for check from EncryptActivity to NfcActivityVincent Breitmoser2014-09-301-1/+3
* fix method visibility for testsVincent Breitmoser2014-09-282-33/+37
* move can.*() methods to CanonicalizedPublicKey, where they belongVincent Breitmoser2014-09-283-81/+83
* be more mindful of algorithm and usage flag interactionVincent Breitmoser2014-09-282-16/+40
* only check for primary binding certificate if key algorithm even supports sig...Vincent Breitmoser2014-09-281-9/+15
* Reject subkeys with no key flags and no primary key binding certificateVincent Breitmoser2014-09-281-27/+35
* use correct pin for nfc in EncryptActivityVincent Breitmoser2014-09-241-1/+1
* fix signatures produced by yubikeyVincent Breitmoser2014-09-241-12/+15
* passphrasecache: cache by master key, introduce preference for cache by subkeyVincent Breitmoser2014-09-231-1/+3
* reject keys with duplicate subkeys altogetherVincent Breitmoser2014-09-231-1/+15
* add test case for duplicate keys in keyring (#870)Vincent Breitmoser2014-09-232-4/+4
* Feature to change key configuration in create keyDominik Schürmann2014-09-211-1/+0
* Add null check to getSecretKeyTypeDominik Schürmann2014-09-211-1/+1
* fix isLocal logic (f*ck yeah unit tests!)Vincent Breitmoser2014-09-201-1/+1
* respect user id revocation signaturesVincent Breitmoser2014-09-201-1/+14
* Use key icons in import, prettify itemsDominik Schürmann2014-09-181-0/+2
* Fixes for nfc decryptDominik Schürmann2014-09-181-2/+1
* Fix nfc signingDominik Schürmann2014-09-181-1/+1
* package reordering: merge util and helper, there were no real difference; cre...Dominik Schürmann2014-09-177-361/+31
* Fix cleartext verifyDominik Schürmann2014-09-171-2/+10
* fix encrypt/decrypt classesVincent Breitmoser2014-09-171-3/+0
* Work on new result handling (WIP)Dominik Schürmann2014-09-173-31/+55
* Merge remote-tracking branch 'origin/master'Vincent Breitmoser2014-09-152-5/+8
|\
| * Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-09-155-19/+19
| |\
| * | New decrypt activity design (WIP), saner UTF8 decoding (replacing non-decodab...Dominik Schürmann2014-09-152-5/+8
* | | move LogLevel info into LogType enumVincent Breitmoser2014-09-155-187/+182
| |/ |/|
* | work on OperationResultParcelVincent Breitmoser2014-09-145-19/+18
* | pending results are a type of non-successVincent Breitmoser2014-09-141-0/+1
|/
* add SignEncryptResult parcel (probably break stuff)Vincent Breitmoser2014-09-141-163/+179
* add key id to trailing asym data log msgVincent Breitmoser2014-09-131-3/+6
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-09-131-0/+4
|\
| * very small fix, don't show name on encoding warningVincent Breitmoser2014-09-131-2/+1
| * log warning on bad uid encodingVincent Breitmoser2014-09-131-0/+5
* | Set literal data format tag to UTF8 when encrypting textDominik Schürmann2014-09-131-1/+7
|/