aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| |\ \ \ \ \
| * | | | | | 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
| |\ \ \ \ \ \
| * | | | | | | 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
| |\ \ \ \ \ \ \
| * | | | | | | | 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
| |\ \ \ \ \ \ \ \
| * | | | | | | | | linked id ui work dns/twitterVincent Breitmoser2015-01-161-0/+4
| * | | | | | | | | dns resource is parametrized by fqdn, class and typeVincent Breitmoser2015-01-161-4/+33
| * | | | | | | | | affirmation -> linked identityVincent Breitmoser2015-01-157-33/+31
| * | | | | | | | | work on dns resource, working (dummy) verificationVincent Breitmoser2015-01-144-52/+79
| * | | | | | | | | small fixes to user attribute handlingVincent Breitmoser2015-01-142-3/+26
| * | | | | | | | | fix log entry for addition of user attributesVincent Breitmoser2015-01-141-3/+3
| * | | | | | | | | actually import user attributes (though they are not shown anywhere yet)Vincent Breitmoser2015-01-144-5/+52
| * | | | | | | | | certification of the first linked identity packet!Vincent Breitmoser2015-01-133-9/+35
| * | | | | | | | | add support for user attributes in merge() routineVincent Breitmoser2015-01-131-2/+28
| * | | | | | | | | hack to make WrappedUserAttribute serializableVincent Breitmoser2015-01-131-2/+47
| * | | | | | | | | some work on twitter resourceVincent Breitmoser2015-01-131-1/+6
| * | | | | | | | | forgot to commit WrappedUserAttributeVincent Breitmoser2015-01-121-0/+47
| * | | | | | | | | support addition of user attributesVincent Breitmoser2015-01-121-3/+49
| * | | | | | | | | work on affirmations (begin rename to LinkedIdentityVincent Breitmoser2015-01-123-173/+2
| * | | | | | | | | add support for user attributes (during canonicalization)Vincent Breitmoser2015-01-123-0/+335
| * | | | | | | | | even more intermediate resultVincent Breitmoser2015-01-126-77/+290
| * | | | | | | | | intermediate state, nothing really working yetVincent Breitmoser2015-01-126-0/+358
* | | | | | | | | | Remove dead codeDominik Schürmann2015-08-271-2/+2
* | | | | | | | | | apply fixPgpMessage to plaintext/armored decrypt inputVincent Breitmoser2015-08-171-18/+14
* | | | | | | | | | Increase s2k iterations back to 0x90Dominik Schürmann2015-08-101-2/+2
* | | | | | | | | | Fix test cases, add test cases (still 1 failing)Dominik Schürmann2015-08-102-2/+16
* | | | | | | | | | Dont allow RSA_SIGN, RSA_ENCRYPT, deprecated in RFCDominik Schürmann2015-08-101-10/+3
* | | | | | | | | | Move TODOs into issueDominik Schürmann2015-08-101-13/+0
* | | | | | | | | | Improve comments and reasons in PgpConstants, simple checks for insecure asym...Dominik Schürmann2015-08-109-221/+414
* | | | | | | | | | Follow some of coorus recommendations: better selection of algo whitelist, ig...Dominik Schürmann2015-08-093-38/+53
* | | | | | | | | | Introduce constants in OpenPgpSignature and DecryptionResult for unsigned/une...Dominik Schürmann2015-08-097-154/+191
* | | | | | | | | | added revocation tag NO_REASON to all revocations via PgpKeyOperationAdithya Abraham Philip2015-07-141-0/+7
* | | | | | | | | | added licenses, cleaned up code, fixed warningsAdithya Abraham Philip2015-07-132-3/+0
* | | | | | | | | | allowed operations to modify CryptoInputParcel they receiveAdithya Abraham Philip2015-07-133-9/+12
* | | | | | | | | | implemented revocation on deletionAdithya Abraham Philip2015-07-131-1/+4
* | | | | | | | | | fix symmetric passphrase caching (fixes #1401)Vincent Breitmoser2015-07-081-6/+26