aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | closes #768
* Fix ElGamal key creation, SUBKEY_BINDING cert must use algo of master keyDominik Schürmann2014-08-161-1/+1
|
* fix travis tests (more), minor comment editsVincent Breitmoser2014-08-161-4/+3
|
* tests: add test for master key revocationVincent Breitmoser2014-08-161-2/+1
|
* tests: more expected error typesVincent Breitmoser2014-08-161-1/+2
|
* typed expected failures and a couple minor thingsVincent Breitmoser2014-08-161-3/+3
|
* support for master key modifications, among other stuffVincent Breitmoser2014-08-161-181/+298
|
* modifySecretKey: err out on "use previous" expiry date for (sub)key creationVincent Breitmoser2014-08-161-1/+7
|
* modifySecretKey: err out on revocation of nonexistent user idVincent Breitmoser2014-08-161-0/+12
|
* Fix encrypt onlyDominik Schürmann2014-08-161-10/+10
|
* support changing expiry of subkeys to noneVincent Breitmoser2014-08-141-1/+2
|
* fix subkey certification canonicalization (why did the test not catch this?!)Vincent Breitmoser2014-08-141-1/+1
|
* dem logixVincent Breitmoser2014-08-141-1/+1
|
* merge: check fingerprints on merge operation! (this needs a testcase!)Vincent Breitmoser2014-08-141-1/+3
|
* move v3 key import prevention into canonicalization methodDominik Schürmann2014-08-141-0/+7
|
* Do not import v3 keys, they are insecure!Dominik Schürmann2014-08-141-0/+4
|
* Remove support for v3 sig generationDominik Schürmann2014-08-141-80/+10
|
* Dont write version header by defaultDominik Schürmann2014-08-144-11/+25
|
* Better error handling for passphrase cache if key is missingDominik Schürmann2014-08-131-1/+3
|
* Update api libDominik Schürmann2014-08-112-7/+7
|
* Support mime type in metadataDominik Schürmann2014-08-111-2/+27
|
* Decrypt metadata apiDominik Schürmann2014-08-111-6/+6
|
* Get original filename for decryptionDominik Schürmann2014-08-111-2/+21
|
* Add option to pass original filename to PgpSignEncryptDominik Schürmann2014-08-111-12/+20
|
* progress for signing binaryDominik Schürmann2014-08-111-15/+27
|
* More fixes for decryption progressDominik Schürmann2014-08-111-18/+11
|
* Handle missing MDC as failed only if no valid signature is presentDominik Schürmann2014-08-102-1/+9
|
* More fixes for decryption progressDominik Schürmann2014-08-101-6/+4
|
* Handle missing integrity protection MDC packet as if integrity check would ↵Dominik Schürmann2014-08-101-4/+5
| | | | | | have failed. An attacker could strip the MDC on its way to the receiver...
* Introduction of metadata api, starting to fix decryption progressDominik Schürmann2014-08-103-44/+84
|
* Use CompressionAlgorithmTags instead of homebrew constantsDominik Schürmann2014-08-051-2/+3
|
* Optimize importsDominik Schürmann2014-08-052-4/+1
|