aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-249-86/+150
|\
| * New Passphrase class for safer passphrase handling in memoryDominik Schürmann2015-03-197-31/+39
| * Allow for hidden recipients in encrypt methodsDominik Schürmann2015-03-166-23/+81
| * object oriented split user idDominik Schürmann2015-03-161-33/+31
* | support github resource (ci)Vincent Breitmoser2015-03-243-3/+70
* | support github resource (re)Vincent Breitmoser2015-03-241-0/+11
* | support github resource (pa)Vincent Breitmoser2015-03-243-46/+220
* | work on certification uiVincent Breitmoser2015-03-154-0/+26
* | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-154-29/+31
|\|
| * fix expiry of master keysVincent Breitmoser2015-03-151-15/+16
| * Prefer ZIP algorithm as discussed on OpenPGP WG mailinglistDominik Schürmann2015-03-151-1/+7
| * change user_id primary key in database, use keyring rather than unified query...Vincent Breitmoser2015-03-111-0/+9
| * make constant for certify hash algoDominik Schürmann2015-03-112-11/+6
| * Fix expiry, revoked checks in OpenPgpSignatureResultBuilderDominik Schürmann2015-03-101-2/+2
* | remove notiion of nonce/identifierVincent Breitmoser2015-03-138-70/+25
* | regenerate twitter tokenVincent Breitmoser2015-03-121-4/+16
* | finish implementing twitter resourceVincent Breitmoser2015-03-123-62/+171
* | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-088-128/+258
|\|
| * add support for certification of user attributesVincent Breitmoser2015-03-081-4/+68
| * Merge branch 'issue1050' of https://github.com/lezorich/open-keychain into pa...Dominik Schürmann2015-03-051-0/+2
| |\
| * | Use ArrayList instead of LinkedListDominik Schürmann2015-03-053-9/+11
| * | Cleanup of PgpConstantsDominik Schürmann2015-03-051-24/+22
| * | Add missing headerDominik Schürmann2015-03-051-0/+17
| * | Check for insecure hash and symmetric encryption algos on decryptDominik Schürmann2015-03-051-0/+30
| * | Use static linked lists instead of arraysDominik Schürmann2015-03-054-33/+51
| * | Add missing file with PGP ConstantsDominik Schürmann2015-03-051-0/+69
| * | Remove advanced preferences, move compression as menu item in encrypt activit...Dominik Schürmann2015-03-055-129/+39
| * | Better selection of preferred algorithmDominik Schürmann2015-03-055-20/+40
* | | prepare superclass extraction for final linked id creation fragmentVincent Breitmoser2015-03-063-4/+4
* | | work on LinkedIdViewFragmentVincent Breitmoser2015-03-055-4/+26
* | | make linked identity list homogeneousVincent Breitmoser2015-03-058-28/+102
* | | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-051-9/+10
|\| |
| * | Set key signature algo from SHA512 to SHA256Dominik Schürmann2015-03-041-9/+10
| |/
* | small fixes to the matcherVincent Breitmoser2015-03-051-5/+2
* | fixed length identifiersVincent Breitmoser2015-03-052-7/+4
* | do a TON of UI workVincent Breitmoser2015-03-058-131/+211
* | work more on separation of linked identities and resources, initial ui workVincent Breitmoser2015-03-047-196/+190
* | nonce is 4 bytesVincent Breitmoser2015-03-021-9/+9
* | NON-WORKING Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-0216-479/+1202
|\|
| * Merge keybase-proof branchDominik Schürmann2015-02-271-1/+163
| |\
| | * fix signature checkDominik Schürmann2014-11-221-2/+2
| | * Dont accept signatures by expired or revoked subkeysDominik Schürmann2014-11-222-8/+11
| | * Use master key id for keybase proof verificationDominik Schürmann2014-11-221-10/+4
| | * Merge branch 'development' into keybase-proofsDominik Schürmann2014-11-211-1/+1
| | |\
| | * | Moved from WebView to Spannables, some proof cleanup tooTim Bray2014-11-071-1/+161
| * | | split up and mark unsafe expiry-related methodsVincent Breitmoser2015-02-262-4/+25
| * | | ignore revoked user ids for primary key expiryVincent Breitmoser2015-02-265-23/+82
| * | | fix comments and some warnings in PgpDecryptVerifyVincent Breitmoser2015-02-171-9/+4
| * | | determine correct filesize during decryption from LiteralData packetVincent Breitmoser2015-02-171-7/+5
| * | | rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-017-294/+458